summaryrefslogtreecommitdiffstats
path: root/bin/lts-cve-triage.py
Commit message (Collapse)AuthorAgeFilesLines
* lts-cve-triage: use correct debian-security-support branchEmilio Pozuelo Monfort2023-05-301-1/+2
| | | | | | We were downloading files from master instead of the suite branch, so e.g. python2.7 was marked as limited support when it's still supported in buster.
* lts-cve-triage.py: move down unexpected_nodsaSylvain Beucler2022-11-091-3/+3
| | | | this sub-report rarely triggers action from front-desk and is of lower priority
* Updated the order of how issues are shown in lts-cve-triage command. The ↵Ola Lundqvist2022-09-091-3/+3
| | | | reason is that it is more important to triage new potentially severe issues rather than to re-triage issues that have already been triaged once.
* lts-cve-triage: don't use the release numberEmilio Pozuelo Monfort2022-08-081-1/+1
| | | | | This is much harder to catch when a release becomes EOL, as we grep for e.g. stretch.
* Updated lts-cve-triage.py script so that it checks for unsupported packages ↵Ola Lundqvist2022-07-141-1/+1
| | | | for buster insted of stretch. This will make future LTS front desk person less confused.
* lts-cve-triage.py: clarify report headerSylvain Beucler2022-05-281-1/+1
|
* lts-cve-triage: triage_possible_missed_fixes: skip packages already in ↵Sylvain Beucler2022-04-211-2/+3
| | | | dla-needed
* lts-cve-triage: track buster/stable updates suited for LTSSylvain Beucler2022-04-211-0/+13
| | | | | (re-committed with proper authorship and commit information) See https://lists.debian.org/debian-lts/2022/04/msg00011.html
* Revert lts-cve-triage.py changesSylvain Beucler2022-04-211-13/+1
| | | | This reverts commit 3fceb4e21a287674f166442ed8f5e563010710ff.
* LTS: triage asteriskAnton Gladky2022-04-211-1/+13
|
* lts-cve-triage: minor code clarificationSylvain Beucler2022-04-141-2/+2
|
* lts-cve-triage: support debian-security-support patternsSylvain Beucler2022-04-141-2/+6
| | | | e.g. better analysis for "node-moment" and "golang-github-prometheus-client-golang"
* lts-cve-triage.py: handle /stable /oldstable notations in dsa-needed.txtSylvain Beucler2022-04-021-1/+3
| | | | e.g. twig/oldstable
* lts-cve-triage.py: Setup paths early due to transitive imports in ↵Chris Lamb2021-02-151-1/+2
| | | | tracker_data.py.
* De-duplicate setup_pathEmilio Pozuelo Monfort2020-08-131-7/+1
| | | | | | | | | | All the scripts in bin/ can share the definition. Also setup_paths.py calls setup_path so one just has to import that module before importing those from lib/python/. Additionally this helps some scripts work better under Python 3, as one variant of setup_paths that we had called string.rfind, which is not present there.
* increase debian_version for StretchThorsten Alteholz2020-07-211-1/+1
|
* SyntaxError: closing parenthesis ')' does not match openingAbhijith PA2020-06-051-1/+1
| | | | | | parenthesis '[' Square bracket before RELEASES is unnecessary
* Call TrackerData's Issue::get_status() with release codenamesEmilio Pozuelo Monfort2020-02-261-2/+2
|
* lts-cve-triage: take lts releases from config.pyEmilio Pozuelo Monfort2020-02-261-1/+14
|
* bin/lts-cve-triage.py: Correct undefined reference to `colored` when stdout ↵Chris Lamb2019-08-051-3/+7
| | | | is not a TTY
* bin/lts-cve-triage.py: Fix flake8 (3.7.8-3) warningsChris Lamb2019-08-051-20/+27
|
* bin/lts-cve-triage.py: Print notice to standard error, not stdoutChris Lamb2019-08-051-1/+2
|
* bin/lts-cve-triage.py: Drop unnecessary "pass" statementChris Lamb2019-08-051-1/+0
|
* bin/lts-cve-triage.py: Move to Python 3Chris Lamb2019-08-051-2/+2
|
* lts-cve-triage: fix formatting with no-colors outputSylvain Beucler2019-07-021-1/+6
|
* lts-cve-triage: hint that color output is availableSylvain Beucler2019-07-021-0/+1
|
* lts-cve-triage: display lts' nodsa sub-stateSylvain Beucler2019-07-021-1/+1
|
* lts-cve-triage: use jessie's (not wheezy's) unsupported packages listSylvain Beucler2019-07-021-1/+1
|
* Print source package URL as well and try to align URLsRaphaël Hertzog2017-08-311-4/+6
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@55296 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Use a color that works on a light background as wellRaphaël Hertzog2017-05-221-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@51829 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Add back unsupported packages but in a dedicated listRaphaël Hertzog2017-05-221-7/+14
| | | | | | | | We still need to mark the entries as <end-of-life> when we don't support the package so that it disappears from the tracker and from the TODO list of package maintainers. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@51828 e39458fd-73e7-0310-bf30-c45bca0a0e42
* lts-cve-triage: exclude limited support packges by defaultGuido Günther2017-02-051-3/+3
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@48724 e39458fd-73e7-0310-bf30-c45bca0a0e42
* lts-cve-triage: Allow to ignore packages with limited supportGuido Günther2017-02-041-1/+6
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@48706 e39458fd-73e7-0310-bf30-c45bca0a0e42
* lts-cve-triage: Don't silently ignore undetermined issuesGuido Günther2017-02-031-4/+10
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@48684 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/lts-cve-triage: Print direct urls to each package to save needless ↵Chris Lamb2016-08-171-4/+6
| | | | | | page-searching the main tracker page. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@44020 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/lts-cve-triage.py: Colorise outputChris Lamb2016-08-161-2/+15
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@43989 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/lts-cve-triage.py: Use more newlines to make it easier for humans to parse.Chris Lamb2016-08-161-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@43988 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Ignore unsupported packages.Chris Lamb2016-06-281-0/+6
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@42843 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Support excluding as well as filteringChris Lamb2016-06-091-1/+4
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@42427 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/lts-cve-triage.py: Shorten pretty title of list category ↵Mike Gabriel2016-01-141-2/+1
| | | | | | 'triage_possible_easy_fixes'. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38919 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/ltsp-cve-triage.py: Add cmdline option --skip-cache-update (easing my ↵Mike Gabriel2016-01-141-1/+3
| | | | | | pain on low bandwidth uplinks when running this script more than once in a row). git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38918 e39458fd-73e7-0310-bf30-c45bca0a0e42
* white-space fix for last commitMike Gabriel2016-01-141-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38902 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Use .format(**<dict>) for formatting LIST_NAMES. Wrap long-lines (using ↵Mike Gabriel2016-01-141-9/+13
| | | | | | multi-line quoted strings). git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38901 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/lts-cve-triage.py: Move triage_other down in the list of issue categories.Mike Gabriel2016-01-141-4/+4
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38898 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/lts-cve-triage.py: Differentiate between issues that are ↵Mike Gabriel2016-01-141-2/+14
| | | | | | triaged/non-triaged for LTS, but resolved in next LTS version. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38897 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/lts-cve-triage.py: Improve headlines for package-to-triage overview.Mike Gabriel2016-01-121-5/+6
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38865 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Add ability to filter output.Chris Lamb2016-01-051-0/+4
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38712 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Delay tracker data fetchGuido Günther2015-08-121-2/+1
| | | | | | | This allows us to do things like "--help" without waiting for the tracker data download. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@35998 e39458fd-73e7-0310-bf30-c45bca0a0e42
* lts-cve-triage: allow to skip packages already in dla-needed.txtGuido Günther2015-07-011-0/+10
| | | | | | | With lots of packages in dla-needed.txt it's easier to focus on CVEs of packages that are not being worked on at all. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@35259 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Revert "lts-cve-triage: allow to skip packages already in dla-needed.txt"Guido Günther2015-06-261-10/+0
| | | | | | | | We wanted to wait for review feedback This reverts commit 5b3a9ca8fbe9dd3a7dbd679ba37ee712c5334859. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@35172 e39458fd-73e7-0310-bf30-c45bca0a0e42

© 2014-2024 Faster IT GmbH | imprint | privacy policy