[Git][security-tracker-team/security-tracker][master] bin/lts-cve-triage.py and support scripts: add description and update copyright info
Sylvain Beucler (@beuc)
gitlab at salsa.debian.org
Wed Jul 16 13:41:26 BST 2025
Sylvain Beucler pushed to branch master at Debian Security Tracker / security-tracker
Commits:
ebcfbde7 by Sylvain Beucler at 2025-07-16T14:40:16+02:00
bin/lts-cve-triage.py and support scripts: add description and update copyright info
- - - - -
3 changed files:
- bin/lts-cve-triage.py
- bin/tracker_data.py
- bin/unsupported_packages.py
Changes:
=====================================
bin/lts-cve-triage.py
=====================================
@@ -1,6 +1,12 @@
#!/usr/bin/env python3
-
-# Copyright 2015 Raphael Hertzog <hertzog at debian.org>
+# Gather CVE information for front-desk triage
+# Copyright (C) 2015, 2017 Raphael Hertzog <hertzog at debian.org>
+# Copyright (C) 2015, 2017 Guido Günther <agx at sigxcpu.org>
+# Copyright (C) 2016, 2017, 2019, 2021 Chris Lamb <lamby at debian.org>
+# Copyright (C) 2016 Mike Gabriel <sunweaver at debian.org>
+# Copyright (C) 2019, 2022, 2024, 2025 Sylvain Beucler <beuc at beuc.net>
+# Copyright (C) 2019, 2020, 2023 Emilio Pozuelo Monfort <pochu at debian.org>
+# Copyright (C) 2025 François Lesueur <flesueur at alwaysdata.com>
#
# This file is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -15,6 +21,9 @@
# You should have received a copy of the GNU General Public License
# along with this file. If not, see <https://www.gnu.org/licenses/>.
+# The data flow is currently complex, see:
+# https://salsa.debian.org/lts-team/lts-extra-tasks/-/issues/92
+
import setup_paths
import sys
=====================================
bin/tracker_data.py
=====================================
@@ -1,4 +1,13 @@
-# Copyright 2015 Raphael Hertzog <hertzog at debian.org>
+# Fetch CVE status from online trackers JSON export (for lts-cve-triage.py)
+# Copyright (C) 2015 Raphael Hertzog <hertzog at debian.org>
+# Copyright (C) 2016, 2017 Chris Lamb <lamby at debian.org>
+# Copyright (C) 2016 Guido Günther <agx at sigxcpu.org>
+# Copyright (C) 2017, 2020 Salvatore Bonaccorso <carnil at debian.org>
+# Copyright (C) 2019, 2025 Sylvain Beucler <beuc at beuc.net>
+# Copyright (C) 2019, 2021 Emilio Pozuelo Monfort <pochu at debian.org>
+# Copyright (C) 2020 Roberto C. Sánchez <roberto at debian.org>
+# Copyright (C) 2021 Carles Pina i Estany <carles at pina.cat>
+# Copyright (C) 2025 François Lesueur <flesueur at alwaysdata.com>
#
# This file is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
=====================================
bin/unsupported_packages.py
=====================================
@@ -1,4 +1,9 @@
-# Copyright 2016 Chris Lamb <lamby at debian.org>
+# Fetch package support from debian-security-support (for lts-cve-triage.py)
+# Copyright (C) 2016, 2018 Chris Lamb <lamby at debian.org>
+# Copyright (C) 2016 Guido Günther <agx at sigxcpu.org>
+# Copyright (C) 2022, 2023 Emilio Pozuelo Monfort <pochu at debian.org>
+# Copyright (C) 2024 Sylvain Beucler <beuc at beuc.net>
+# Copyright (C) 2025 Jochen Sprickerhof <git at jochen.sprickerhof.de>
#
# This file is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/ebcfbde7866cebcff7690008e69c4523d8cbb032
--
View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/ebcfbde7866cebcff7690008e69c4523d8cbb032
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/20250716/25cc090d/attachment-0001.htm>
More information about the debian-security-tracker-commits
mailing list