Sylvain Beucler pushed to branch master at Debian Security Tracker / 
security-tracker


Commits:
bc184938 by Sylvain Beucler at 2026-05-18T12:51:58+02:00
Typo

- - - - -
ce6eca23 by Sylvain Beucler at 2026-05-18T13:01:15+02:00
lts-cve-triage.py: fix choking on CVE-2026-40930/libpng1.6

- - - - -


2 changed files:

- bin/lts-cve-triage.py
- data/CVE/list


Changes:

=====================================
bin/lts-cve-triage.py
=====================================
@@ -235,7 +235,7 @@ for pkg in tracker_elts.iterate_packages():
             and status_in_next_lts.status == 'resolved'
             and status_in_lts.status not in ('resolved', 'not-affected')
             and status_in_lts.urgency != 'unimportant'):
-            annotation = 
issue.data['releases'][RELEASES['lts']]['nodsa_reason']
+            annotation = 
issue.data['releases'][RELEASES['lts']].get('nodsa_reason','')
             if not is_next_lts_fix_explicit(issue):
                 annotation += ' [{next_lts} fixed via 
unstable]'.format(**RELEASES)
             add_to_list('from_elts', pkg, issue, annotation)


=====================================
data/CVE/list
=====================================
@@ -21990,7 +21990,7 @@ CVE-2026-1502 (CR/LF bytes were not rejected by HTTP 
client proxy tunnel headers
        - python3.11 <removed>
        [bookworm] - python3.11 <no-dsa> (Minor issue)
        - python3.9 <removed>
-       [bullseye] - python3.9 <no-dsa> (Minor issue, response splitting)
+       [bullseye] - python3.9 <postponed> (Minor issue, response splitting)
        - python2.7 <removed>
        [bullseye] - python2.7 <end-of-life> (EOL in bullseye LTS)
        - pypy3 7.3.22+dfsg-1



View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/2d30cec1cd6b25c56036753e4274271c0acd388a...ce6eca230509d5693d1a2c3fdf25abf80595851c

-- 
View it on GitLab: 
https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/2d30cec1cd6b25c56036753e4274271c0acd388a...ce6eca230509d5693d1a2c3fdf25abf80595851c
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
debian-security-tracker-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits

Reply via email to