summaryrefslogtreecommitdiffstats
path: root/bin/lts-cve-triage.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* lts-cve-triage: allow to skip packages already in dla-needed.txtGuido Günther2015-06-261-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@35170 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Add new helper script bin/lts-cve-triage.pyRaphaël Hertzog2015-04-101-0/+85
It helps doing CVE triage by comparing status of issues with the "next_lts" release (managed by the security team instead of the LTS team). git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@33498 e39458fd-73e7-0310-bf30-c45bca0a0e42

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