summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Replace <> with != for Python 3.6 compatibilityBrian May2018-07-155-11/+11
|
* Update python exception syntax for Python 3.6 compatibilityBrian May2018-07-136-11/+11
|
* Fix check for whether /tracker/data/json needs to be recomputedJulien Cristau2018-07-061-2/+4
| | | | | | | | | | | In commit 49e287d2574ed385e31ce3d36cb3cb19f4c7785f "tracker_service: send a Last-Modified header for /tracker/data/json" I made the json_timestamp update conditional on whether the data had changed. That meant that after a few minutes, we would consider the data to be always stale, and recompute it every single time, as long as it didn't change. To fix this, use separate timestamps for "when did we check last" (json_timestamp) and "when did it change last" (json_last_modified).
* Fix Content-Type for /tracker/data/jsonJulien Cristau2018-07-061-1/+1
|
* Switch json timestamp from datetime.utcnow() to time.time()Julien Cristau2018-07-061-5/+6
|
* tracker_service: send a Last-Modified header for /tracker/data/jsonJulien Cristau2018-07-061-7/+8
|
* bin/gen-DSA: Support ELA for pushing to the repository.Chris Lamb2018-06-261-2/+2
|
* Revert executable bit for two filesEmilio Pozuelo Monfort2018-06-192-0/+0
| | | | | These are python classes used by other scripts, but they are not scripts themselves.
* Make some remaining scripts executableSalvatore Bonaccorso2018-06-194-0/+0
|
* Make bin/update-nvd executableSalvatore Bonaccorso2018-06-191-0/+0
|
* Only list packages for stable for dsa-needed listSalvatore Bonaccorso2018-06-161-1/+1
|
* check-syntax: don't hardcode sourcesEmilio Pozuelo Monfort2018-06-151-19/+21
| | | | | Get them from config.json instead. This also simplifies the parse_* functions as there's just a generic one now.
* Makefile: don't hardcode the syntax stampsEmilio Pozuelo Monfort2018-06-151-0/+6
|
* gen-DSA: allow other gen-* linksEmilio Pozuelo Monfort2018-06-081-6/+2
|
* Merge DLAFile into DSAFileEmilio Pozuelo Monfort2018-06-081-4/+1
| | | | | The only difference is that the regular expressions look for DSA or DLA, but we can just guess that based on the path.
* bin/lts-needs-forward-port.py: Update comment for new LTS distribution.Chris Lamb2018-06-011-1/+1
|
* bin/tracker_data.py: Update definitions (used elsewhere too) for new LTS ↵Chris Lamb2018-06-011-2/+2
| | | | distribution.
* bin/lts-missing-uploads.py: Update for new LTS distribution.Chris Lamb2018-06-011-1/+1
|
* Make the security tracker relocatable to another base URLRaphaël Hertzog2018-05-311-6/+5
| | | | | | Hosting the tracker at an URL different from /tracker/ was not possible without these changes. There's still one small glitch left with the hardcoding of /tracker/logo.png in static/style.css.
* Replace final : with a full stopSalvatore Bonaccorso2018-04-071-1/+1
|
* bin/report-vuln: Make the title a little cleaner.Chris Lamb2018-03-261-1/+1
|
* bin/unsupported_packages.py: Update to match new location of ↵Chris Lamb2018-03-151-2/+2
| | | | debian-security-support repository.
* handle non-URL explanations in contact-maintainersAntoine Beaupré2018-02-161-1/+1
|
* report-vuln: Stop X-Debbugs-CC'ing secure-testing-team@lists.alioth.debian.orgSalvatore Bonaccorso2018-01-291-1/+1
|
* Convert URLs from http to https where it seems safe to do soPaul Wise2018-01-172-5/+5
|
* Strip trailing white spacesRaphael Geissert2017-12-301-0/+1
|
* bin/compare-testing-status: Drop reference to SVN, mostly as a ↵Chris Lamb2017-12-301-1/+1
| | | | do-I-have-write-access check of the new Git repo.
* Add pre-commit hook to check syntaxSalvatore Bonaccorso2017-12-291-0/+31
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59028 e39458fd-73e7-0310-bf30-c45bca0a0e42
* TrackerData: use git in instead of svnSalvatore Bonaccorso2017-12-291-7/+8
| | | | | | | | Use git-ls-remote instead of svn-info to determine the head revision. v2: Adjust GIT_URL to the security-tracker.git repository git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59027 e39458fd-73e7-0310-bf30-c45bca0a0e42
* report-vuln: Adjust example usage path to report-vuln scirptSalvatore Bonaccorso2017-12-291-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59025 e39458fd-73e7-0310-bf30-c45bca0a0e42
* lts-bts: Reference dla-needed.txt from security-tracker git repositorySalvatore Bonaccorso2017-12-291-1/+1
| | | | | | Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59023 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Overview page: Reference to the git repository on the salsa gitlab instanceSalvatore Bonaccorso2017-12-291-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59022 e39458fd-73e7-0310-bf30-c45bca0a0e42
* tracker service: Update references in footer to salsaSalvatore Bonaccorso2017-12-291-2/+2
| | | | | | | | | | | Replace reference to bin/tracker_service.py via the salsa/gitlab webinterface. Referece the security-tracker project instead of the SVN repository. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59021 e39458fd-73e7-0310-bf30-c45bca0a0e42
* tracker service: Refer to the salsa project on the help out sectionSalvatore Bonaccorso2017-12-291-2/+2
| | | | | | Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59020 e39458fd-73e7-0310-bf30-c45bca0a0e42
* In DLA mode: if git checkout found ask to push changesSalvatore Bonaccorso2017-12-291-6/+8
| | | | | | | | Mention as well that a push is needed, not only a commit. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59018 e39458fd-73e7-0310-bf30-c45bca0a0e42
* check-new-issues: Do not mention svn command for review processSalvatore Bonaccorso2017-12-291-1/+1
| | | | | | | | If at all mention 'git diff' and 'git reset' et al. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59016 e39458fd-73e7-0310-bf30-c45bca0a0e42
* review-update-needed: Adjust error message to only mention git checkoutSalvatore Bonaccorso2017-12-291-1/+1
| | | | | | | | | | After svn to git migration there will be no users of git-svn anymore, the repo is a plain git repository. Adjust the error message which is errored out if there is not .git directory. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59015 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/update: Run commands from BASEDIR where update script was calledSalvatore Bonaccorso2017-12-291-1/+4
| | | | | | | | Reasoning: The script is used for the automatic updates of the CVE list. This allows to call the script in the sectracker controlled path but working on the CVE list in a workdirectory. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@59009 e39458fd-73e7-0310-bf30-c45bca0a0e42
* more auto NFUsRaphael Geissert2017-12-211-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58787 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Trend Micro auto NFURaphael Geissert2017-12-211-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58785 e39458fd-73e7-0310-bf30-c45bca0a0e42
* one more IBM NFURaphael Geissert2017-12-211-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58784 e39458fd-73e7-0310-bf30-c45bca0a0e42
* EMC auto NFU issues and ruleRaphael Geissert2017-12-211-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58783 e39458fd-73e7-0310-bf30-c45bca0a0e42
* more auto NFUs rulesRaphael Geissert2017-12-211-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58780 e39458fd-73e7-0310-bf30-c45bca0a0e42
* check-new-issues: add -b, to auto process entriesRaphael Geissert2017-12-211-4/+23
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58778 e39458fd-73e7-0310-bf30-c45bca0a0e42
* remove an unused var and useless codeRaphael Geissert2017-12-211-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58768 e39458fd-73e7-0310-bf30-c45bca0a0e42
* add a few auto NFUs rulesRaphael Geissert2017-12-211-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58767 e39458fd-73e7-0310-bf30-c45bca0a0e42
* add an auto NFU rule for the FS stuffRaphael Geissert2017-12-201-0/+4
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58754 e39458fd-73e7-0310-bf30-c45bca0a0e42
* lts-bts: allow to contact maintainers via the bts instead of plain mailGuido Günther2017-12-201-0/+168
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58735 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Sort CVE issues numericallyRaphael Geissert2017-12-201-2/+2
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58724 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Link additionally to bugzilla as well to SUSE's CVE pagesSalvatore Bonaccorso2017-12-181-2/+11
| | | | | | Thanks: Andreas Stieger <astieger@suse.com> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58680 e39458fd-73e7-0310-bf30-c45bca0a0e42

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