summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOla Lundqvist <ola@inguza.com>2022-09-09 08:03:12 +0200
committerOla Lundqvist <ola@inguza.com>2022-09-09 08:03:12 +0200
commit4686a5af08a3372d5f60bd348be84fd570c42b26 (patch)
tree52858e0166650e86c6a2c9ae2d411679ebd33c9f /bin
parentbf29af6f62b8ae108b8abd7250e18af764b8cb75 (diff)
Updated the order of how issues are shown in lts-cve-triage command. The reason is that it is more important to triage new potentially severe issues rather than to re-triage issues that have already been triaged once.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lts-cve-triage.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py
index 87e0a74fa9..117b99ba70 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -64,9 +64,6 @@ LIST_NAMES = (
('triage_possible_easy_fixes',
('Issues not yet triaged for {lts}, but already fixed in {next_lts}')
.format(**RELEASES)),
- ('triage_possible_missed_fixes',
- ('Issues postponed for {lts}, but already fixed in {next_lts} via DSA or point releases (to be fixed or <ignored>)')
- .format(**RELEASES)),
('triage_other_not_triaged_in_next_lts',
('Other issues to triage for {lts} (not yet triaged for {next_lts})')
.format(**RELEASES)),
@@ -75,6 +72,9 @@ LIST_NAMES = (
('unexpected_nodsa',
('Issues tagged no-dsa in {lts} that are open in {next_lts}')
.format(**RELEASES)),
+ ('triage_possible_missed_fixes',
+ ('Issues postponed for {lts}, but already fixed in {next_lts} via DSA or point releases (to be fixed or <ignored>)')
+ .format(**RELEASES)),
('possible_easy_fixes',
('Issues from dla-needed.txt that are already fixed in {next_lts}')
.format(**RELEASES)),

© 2014-2024 Faster IT GmbH | imprint | privacy policy