[Git][security-tracker-team/security-tracker][master] lts-cve-triage.py: display defaults in --help

Sylvain Beucler (@beuc) gitlab at salsa.debian.org
Thu Jun 4 08:52:05 BST 2026



Sylvain Beucler pushed to branch master at Debian Security Tracker / security-tracker


Commits:
782e5dbb by Sylvain Beucler at 2026-06-04T09:52:01+02:00
lts-cve-triage.py: display defaults in --help

- - - - -


1 changed file:

- bin/lts-cve-triage.py


Changes:

=====================================
bin/lts-cve-triage.py
=====================================
@@ -97,7 +97,9 @@ LIST_NAMES = (
 lists = collections.defaultdict(lambda: collections.defaultdict(lambda: []))
 
 parser = argparse.ArgumentParser(
-    description='Find CVEs to triage')
+    description='Find CVEs to triage',
+    formatter_class=argparse.ArgumentDefaultsHelpFormatter,
+)
 parser.add_argument('--skip-cache-update', action='store_true',
                     help='Skip updating the tracker data cache')
 parser.add_argument('--filter', nargs='+', choices=[x[0] for x in LIST_NAMES],



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

-- 
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/782e5dbb434a2d22808c969ca11f05a30c25c7c1
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20260604/eb24d8ab/attachment-0001.htm>


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