summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSylvain Beucler <beuc@beuc.net>2022-11-09 13:37:04 +0100
committerSylvain Beucler <beuc@beuc.net>2022-11-09 13:39:55 +0100
commit2946a3e3b34af3a7c88c93f9a8ca405ce4da08c3 (patch)
tree5b12106bcd7da0677fc57bf602619dccde467568 /bin
parent6bca01aef2dea93a43222e2954cddef4ecc80cd0 (diff)
lts-cve-triage.py: move down unexpected_nodsa
this sub-report rarely triggers action from front-desk and is of lower priority
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 117b99ba70..53029cf379 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -69,12 +69,12 @@ LIST_NAMES = (
.format(**RELEASES)),
('triage_other',
'Other issues to triage (no special status)'),
- ('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)),
+ ('unexpected_nodsa',
+ ('Issues tagged no-dsa in {lts} that are open in {next_lts}')
+ .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