[Git][security-tracker-team/security-tracker][master] unsupported_packages: remove default Debian version
Emilio Pozuelo Monfort
pochu at debian.org
Wed Jul 29 13:28:57 BST 2020
Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker
Commits:
673048a0 by Emilio Pozuelo Monfort at 2020-07-29T14:16:09+02:00
unsupported_packages: remove default Debian version
The recent bump should have been to 9, but rather than fixing
that, let's just remove the default version and make users
set it to avoid further mistakes. The only current user is
lts-cve-triage which properly sets the version to 9.
- - - - -
1 changed file:
- bin/unsupported_packages.py
Changes:
=====================================
bin/unsupported_packages.py
=====================================
@@ -49,7 +49,7 @@ class UnsupportedPackages(DebSecSupport):
URL = "https://salsa.debian.org/debian/debian-security-support/raw/master/security-support-ended.deb{}"
CACHED_DATA_PATH = "~/.cache/security-support-ended.deb{}"
- def __init__(self, debian_version=8, update_cache=True):
+ def __init__(self, debian_version, update_cache=True):
self.debian_version = debian_version
self.url = self.URL.format(self.debian_version)
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/673048a01c1c5a080bb57284d95a71468e04bea8
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/673048a01c1c5a080bb57284d95a71468e04bea8
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/20200729/87a0d562/attachment.html>
More information about the debian-security-tracker-commits
mailing list