[Git][security-tracker-team/security-tracker][master] Revert change to parsers.py
Emilio Pozuelo Monfort (@pochu)
pochu at debian.org
Wed Sep 10 09:16:27 BST 2025
Emilio Pozuelo Monfort pushed to branch master at Debian Security Tracker / security-tracker
Commits:
5833904e by Emilio Pozuelo Monfort at 2025-09-10T10:16:12+02:00
Revert change to parsers.py
This partly reverts baec2fafd6ddc63d7040fc0b9801a544eef258de.
- - - - -
1 changed file:
- lib/python/sectracker/parsers.py
Changes:
=====================================
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, f'{d} {m} {y}'), list(anns))
+ return Bug(path, Header(headerlineno, name, None), 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, f'{d} {m} {y}'), list(anns))
+ return Bug(path, Header(headerlineno, name, None), 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/5833904e948227f77e4fb632499f20ec2ab48427
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/5833904e948227f77e4fb632499f20ec2ab48427
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/e845f8b7/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list