[Git][security-tracker-team/security-tracker][master] unsupported_packages: new 'supported' state not supported
Sylvain Beucler (@beuc)
gitlab at salsa.debian.org
Tue Aug 12 23:56:11 BST 2025
Sylvain Beucler pushed to branch master at Debian Security Tracker / security-tracker
Commits:
99805892 by Sylvain Beucler at 2025-08-13T00:56:01+02:00
unsupported_packages: new 'supported' state not supported
- - - - -
1 changed file:
- bin/unsupported_packages.py
Changes:
=====================================
bin/unsupported_packages.py
=====================================
@@ -27,6 +27,9 @@ import requests
re_line_limited = re.compile(r'(?!#)(?P<pkg>[^\s]+)\s*limited')
re_line_unsupported = re.compile(r'(?!#)(?P<pkg>[^\s]+)\s*non-supported')
+# TODO: support new "supported" line that overrides the above;
+# adapt code in lts-cve-triage as well;
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1108170#20
class DebSecSupport(set):
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/998058926db31e8738a7e233b56f263cbaba30a8
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/998058926db31e8738a7e233b56f263cbaba30a8
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/20250812/f19978b1/attachment.htm>
More information about the debian-security-tracker-commits
mailing list