[Git][security-tracker-team/security-tracker][master] lts-cve-triage: improve reports documentation
Sylvain Beucler (@beuc)
gitlab at salsa.debian.org
Wed Jul 16 21:16:18 BST 2025
Sylvain Beucler pushed to branch master at Debian Security Tracker / security-tracker
Commits:
7451246e by Sylvain Beucler at 2025-07-16T22:16:13+02:00
lts-cve-triage: improve reports documentation
triage_possible_missed_fixes: drop injunction 'to be fixed or
<ignored>' which is less adequate as the LTS Team is more active
with SPUs; what remains in this report is often low-priority or was
released too soon after the latest DLA, hence need not immediate
action
to_forward/from_elts: those were just added during DebCamp25 Security
Sprint and procedures are yet to be updated;
hint future FDs at caution
- - - - -
1 changed file:
- bin/lts-cve-triage.py
Changes:
=====================================
bin/lts-cve-triage.py
=====================================
@@ -82,7 +82,7 @@ LIST_NAMES = (
('triage_other',
'Other issues to triage (no special status)'),
('triage_possible_missed_fixes',
- ('Issues postponed for {lts}, but already fixed in {next_lts} via DSA or point releases (to be fixed or <ignored>)')
+ ('Issues postponed for {lts}, but already fixed in {next_lts} via DSA or point releases')
.format(**RELEASES)),
('unexpected_nodsa',
('Issues tagged no-dsa in {lts} that are open in {next_lts}')
@@ -93,9 +93,9 @@ LIST_NAMES = (
('undetermined',
('Undetermined issues in {lts}').format(**RELEASES)),
('to_forward',
- ('Issues fixed in {lts} but not in {next_lts}').format(**RELEASES)),
+ ('Issues fixed in {lts} but not in {next_lts} [caution: new report]').format(**RELEASES)),
('from_elts',
- ('Issues fixed in {prev_lts} and {next_lts} but not in {lts}').format(**RELEASES)),
+ ('Issues fixed in {prev_lts} and {next_lts} but not in {lts} [caution: new report]').format(**RELEASES)),
)
lists = collections.defaultdict(lambda: collections.defaultdict(lambda: []))
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/7451246e7c3c694f534d2fc997650cd1397a59e3
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/7451246e7c3c694f534d2fc997650cd1397a59e3
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/20250716/4e5207a7/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list