[Git][security-tracker-team/security-tracker][master] 3 commits: Revert ".gitignore: Also ignore ELA-* in ELTS"

Salvatore Bonaccorso (@carnil) carnil at debian.org
Wed Aug 20 21:40:03 BST 2025



Salvatore Bonaccorso pushed to branch master at Debian Security Tracker / security-tracker


Commits:
565dc57d by Salvatore Bonaccorso at 2025-08-18T18:54:10+02:00
Revert ".gitignore: Also ignore ELA-* in ELTS"

This reverts commit aba5fc59ab001ed861799acd306bff5cded6f306.

Revert this as this is a ELTS tracker specific ignore which is outside
of the security-tracker instance scope. To help with external trackers
the next commit will make the ignore for the generated advisory files
and the signed advisory file more generic.

Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>

- - - - -
018a6f36 by Salvatore Bonaccorso at 2025-08-20T18:07:11+02:00
gitignore: Generalize catching advisory files generated by gen-IDMODE

The security-tracker code covers DSAs and DLAs but supports as well
setting up extended instances.

Files for advisories are generated with the gen-DSA script. When calling
in the DSA IDMODE a file DSA-\d+-\d+ will be generated. When generating
a link gen-MYSA to gen-DSA the IDMODE is MYSA, and a MYSA-\d+-\d+ is
generated. This covers the DLAs and as well advisories for extended
instances.

To help ignore advisories (and signed advisories) run by an external
instance, make the ignore slightly more generic, but still try to catch
beginning with any alphabetic character, a  advisory number and an
iteration of the advisory.

While this is still not a perfect solution it should help with
advisories generated in extended instances.

Co-developed-by: Santiago Ruano Rincón <santiago at freexian.com>
Link: https://security-team.debian.org/security_tracker.html#setting-up-an-extended-instance
Signed-off-by: Salvatore Bonaccorso <carnil at debian.org>

- - - - -
5f25c840 by Salvatore Bonaccorso at 2025-08-20T22:39:50+02:00
Merge branch 'advisory-template-ignore'

- - - - -


1 changed file:

- .gitignore


Changes:

=====================================
.gitignore
=====================================
@@ -14,8 +14,12 @@ stamps/
 *.pyc
 *~
 \#*#
-D?A-*-?
-D?A-*-?.signed
+
+#
+# rules for advisories and signed advisories
+#
+[[:alpha:]]*-[[:digit:]]*-[[:digit:]]*
+[[:alpha:]]*-[[:digit:]]*-[[:digit:]]*.signed
 
 #
 # rules for experimental compare-nvd-cve
@@ -27,8 +31,3 @@ compare-nvd-cve.log
 # rules for check-new-issues
 #
 mitre.zip
-
-#
-# rules for ELTS
-#
-ELA-*-?



View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/a2c2ed556e981936633ff63c347c6a9897f60da7...5f25c84076ca7a4919bdb2359024c64e3ab4a39e

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/compare/a2c2ed556e981936633ff63c347c6a9897f60da7...5f25c84076ca7a4919bdb2359024c64e3ab4a39e
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/20250820/2a6a7bf8/attachment-0001.htm>


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