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 <[email protected]> +# Gather CVE information for front-desk triage +# Copyright (C) 2015, 2017 Raphael Hertzog <[email protected]> +# Copyright (C) 2015, 2017 Guido Günther <[email protected]> +# Copyright (C) 2016, 2017, 2019, 2021 Chris Lamb <[email protected]> +# Copyright (C) 2016 Mike Gabriel <[email protected]> +# Copyright (C) 2019, 2022, 2024, 2025 Sylvain Beucler <[email protected]> +# Copyright (C) 2019, 2020, 2023 Emilio Pozuelo Monfort <[email protected]> +# Copyright (C) 2025 François Lesueur <[email protected]> # # 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 <[email protected]> +# Fetch CVE status from online trackers JSON export (for lts-cve-triage.py) +# Copyright (C) 2015 Raphael Hertzog <[email protected]> +# Copyright (C) 2016, 2017 Chris Lamb <[email protected]> +# Copyright (C) 2016 Guido Günther <[email protected]> +# Copyright (C) 2017, 2020 Salvatore Bonaccorso <[email protected]> +# Copyright (C) 2019, 2025 Sylvain Beucler <[email protected]> +# Copyright (C) 2019, 2021 Emilio Pozuelo Monfort <[email protected]> +# Copyright (C) 2020 Roberto C. Sánchez <[email protected]> +# Copyright (C) 2021 Carles Pina i Estany <[email protected]> +# Copyright (C) 2025 François Lesueur <[email protected]> # # 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 <[email protected]> +# Fetch package support from debian-security-support (for lts-cve-triage.py) +# Copyright (C) 2016, 2018 Chris Lamb <[email protected]> +# Copyright (C) 2016 Guido Günther <[email protected]> +# Copyright (C) 2022, 2023 Emilio Pozuelo Monfort <[email protected]> +# Copyright (C) 2024 Sylvain Beucler <[email protected]> +# Copyright (C) 2025 Jochen Sprickerhof <[email protected]> # # 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.
_______________________________________________ debian-security-tracker-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits
