[Git][security-tracker-team/security-tracker][master] Updated lts-cve-triage.py script so that it checks for unsupported packages...

Ola Lundqvist (@opal) opal at debian.org
Thu Jul 14 20:39:54 BST 2022



Ola Lundqvist pushed to branch master at Debian Security Tracker / security-tracker


Commits:
441a14a6 by Ola Lundqvist at 2022-07-14T21:39:36+02:00
Updated lts-cve-triage.py script so that it checks for unsupported packages for buster insted of stretch. This will make future LTS front desk person less confused.

- - - - -


1 changed file:

- bin/lts-cve-triage.py


Changes:

=====================================
bin/lts-cve-triage.py
=====================================
@@ -97,7 +97,7 @@ parser.add_argument('--exclude', nargs='+', choices=[x[0] for x in LIST_NAMES],
 args = parser.parse_args()
 
 tracker = TrackerData(update_cache=not args.skip_cache_update)
-unsupported = UnsupportedPackages(debian_version=9,
+unsupported = UnsupportedPackages(debian_version=10,
                                   update_cache=not args.skip_cache_update)
 limited = LimitedSupportPackages(update_cache=not args.skip_cache_update)
 # unsupport/limited package names can be regexps



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/441a14a6d1c36932589db9d73e493523e8861bc8

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/441a14a6d1c36932589db9d73e493523e8861bc8
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/20220714/24002c9c/attachment-0001.htm>


More information about the debian-security-tracker-commits mailing list