[Git][security-tracker-team/security-tracker][master] Updated the order of how issues are shown in lts-cve-triage command. The...
Ola Lundqvist (@opal)
opal at debian.org
Fri Sep 9 07:03:24 BST 2022
Ola Lundqvist pushed to branch master at Debian Security Tracker / security-tracker
Commits:
4686a5af by Ola Lundqvist at 2022-09-09T08:03:12+02:00
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.
- - - - -
1 changed file:
- bin/lts-cve-triage.py
Changes:
=====================================
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)),
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/4686a5af08a3372d5f60bd348be84fd570c42b26
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/4686a5af08a3372d5f60bd348be84fd570c42b26
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20220909/9e06c0f8/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list