[Git][security-tracker-team/security-tracker][master] lts: reclaim firefox-esr
Emilio Pozuelo Monfort (@pochu)
pochu at debian.org
Wed Sep 10 09:12:09 BST 2025
Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker
Commits:
baec2faf by Emilio Pozuelo Monfort at 2025-09-10T10:12:01+02:00
lts: reclaim firefox-esr
- - - - -
2 changed files:
- data/dla-needed.txt
- lib/python/sectracker/parsers.py
Changes:
=====================================
data/dla-needed.txt
=====================================
@@ -99,7 +99,7 @@ erlang
fastdds
NOTE: 20250303: Added by Front-Desk (rouca)
--
-firefox-esr
+firefox-esr (Emilio)
NOTE: 20250822: Added by pochu
NOTE: 20250822: working on the toolchain for ESR 140 (pochu)
--
=====================================
lib/python/sectracker/parsers.py
=====================================
@@ -394,7 +394,7 @@ def dsalist(path, f):
def finish(header, headerlineno, anns, diag):
d, m, y, name, desc = header
_checkrelease(anns, diag, "DSA")
- return Bug(path, Header(headerlineno, name, None), list(anns))
+ return Bug(path, Header(headerlineno, name, f'{d} {m} {y}'), list(anns))
return _parselist(path, f, parseheader, finish)
@_xpickle.loader("DTSA" + FORMAT)
@@ -427,7 +427,7 @@ def dlalist(path, f):
def finish(header, headerlineno, anns, diag):
d, m, y, name, desc = header
_checkrelease(anns, diag, "DLA")
- return Bug(path, Header(headerlineno, name, None), list(anns))
+ return Bug(path, Header(headerlineno, name, f'{d} {m} {y}'), list(anns))
return _parselist(path, f, parseheader, finish)
@_xpickle.loader("EXT" + FORMAT)
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/baec2fafd6ddc63d7040fc0b9801a544eef258de
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/baec2fafd6ddc63d7040fc0b9801a544eef258de
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/20250910/580f46c2/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list