summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Capitalize SUSESalvatore Bonaccorso2017-12-181-1/+1
| | | | | | Thanks: Andreas Stieger <astieger@suse.com> git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58677 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Register distributions.json static fileSalvatore Bonaccorso2017-12-101-0/+7
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58437 e39458fd-73e7-0310-bf30-c45bca0a0e42
* tracker_service: use sources.debian.org rather sources.debian.netSalvatore Bonaccorso2017-12-011-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58188 e39458fd-73e7-0310-bf30-c45bca0a0e42
* report-vuln: use Python3 compatible exception syntaxGuido Günther2017-12-011-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58184 e39458fd-73e7-0310-bf30-c45bca0a0e42
* report-vuln: don't report version as None when not setGuido Günther2017-12-011-5/+5
| | | | | | This also brings back the X-Debbug-CC entries git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58183 e39458fd-73e7-0310-bf30-c45bca0a0e42
* report-vuln: allow to invoke mailerGuido Günther2017-12-011-41/+54
| | | | | | | | | | This allows to invoke the mailer directly like bin/report-vuln -M <pkg> <cve>... the default behaviour is unchanged. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58182 e39458fd-73e7-0310-bf30-c45bca0a0e42
* report-vuln: Support generation of mail headersGuido Günther2017-11-291-7/+15
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58125 e39458fd-73e7-0310-bf30-c45bca0a0e42
* report-vuln: don't fail if description_from_list return NoneGuido Günther2017-11-291-1/+1
| | | | | | | | | | | | | | | | | | | If no description was found None is returned. This fixes Traceback (most recent call last): File "bin/report-vuln", line 237, in <module> main() File "bin/report-vuln", line 234, in main gen_text(pkg, cve, affected=args.affected, blanks=args.blanks, severity=args.severity, cc=args.cc, cclist=args.cclist, src=args.src) File "bin/report-vuln", line 156, in gen_text print get_cve(cve) File "bin/report-vuln", line 114, in get_cve return ret + '\n' TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' in case of a yet unknown CVE. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58119 e39458fd-73e7-0310-bf30-c45bca0a0e42
* report-vuln: Use spaces instead of tabsGuido Günther2017-11-291-146/+146
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58118 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Switch web search links to DuckDuckGoPaul Wise2017-11-271-5/+5
| | | | | | | | | Disconnect Search just redirects to DuckDuckGo now. Also rename the functions from disconnect to web_search in case of future changes to the usual web search engine. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58046 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Update links to CVEs at the NIST NVD websitePaul Wise2017-11-271-2/+1
| | | | | | The current URLs redirect to the new URLs. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@58045 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Make the wordpress auto_nfu work in another caseRaphael Geissert2017-10-251-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56955 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Make the description extractor work againRaphael Geissert2017-10-251-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56954 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Add a command 'd' to display the information againRaphael Geissert2017-10-181-4/+15
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56825 e39458fd-73e7-0310-bf30-c45bca0a0e42
* allow one to go to a specific issue (ex. .gCVE-2017-1234)Raphael Geissert2017-10-181-1/+16
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56824 e39458fd-73e7-0310-bf30-c45bca0a0e42
* move the presenting/editing loop logic into its own functionRaphael Geissert2017-10-181-26/+36
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56822 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Cleanup the CVE text a bitRaphael Geissert2017-10-181-1/+7
| | | | | | | Drops Status, Category and Current Votes fields git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56810 e39458fd-73e7-0310-bf30-c45bca0a0e42
* add completion for the pkg statusRaphael Geissert2017-10-121-2/+5
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56670 e39458fd-73e7-0310-bf30-c45bca0a0e42
* poor-man's pkg name completionRaphael Geissert2017-10-121-1/+27
| | | | | | | only based on package names already seen in the list, at this time git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56663 e39458fd-73e7-0310-bf30-c45bca0a0e42
* do not add useless blank spaces on completionRaphael Geissert2017-10-121-0/+4
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56652 e39458fd-73e7-0310-bf30-c45bca0a0e42
* no need to account for blank spaces given that they are not toleratedRaphael Geissert2017-10-121-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56651 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Also apply the display limit to wnpp resultsRaphael Geissert2017-10-121-3/+9
| | | | | | | | Searching for 'in', 'ip', and other generic queries doesn't make much sense, but let's fix one thing at the time. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56634 e39458fd-73e7-0310-bf30-c45bca0a0e42
* fix typoEmilio Pozuelo Monfort2017-10-111-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56615 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Get rid of the "TODO: check" in case its an itpRaphael Geissert2017-10-111-0/+5
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56608 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Make '- sth' work even without "TODO: check" entriesRaphael Geissert2017-10-111-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56607 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Use sensible-editor instead of handling the env vars ourselvesRaphael Geissert2017-10-111-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56606 e39458fd-73e7-0310-bf30-c45bca0a0e42
* add auto wnpp results as readline history entriesRaphael Geissert2017-10-111-7/+27
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56605 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Add command completionRaphael Geissert2017-10-111-2/+23
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56604 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Cache the latest apt-cache results to speed things upRaphael Geissert2017-10-051-1/+19
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56426 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Add -D option to skip the downloadsRaphael Geissert2017-10-021-3/+6
| | | | | | | Useful when invoking check-new-issues multiple times git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56344 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Allow an entry to be added directly by typing '- package[...]'Raphael Geissert2017-10-021-1/+16
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@56343 e39458fd-73e7-0310-bf30-c45bca0a0e42
* 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
* Add BugFilter parameters as well for the page_status_dtsa_candiatesSalvatore Bonaccorso2017-08-201-1/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54914 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bug when a single binLuciano Bello2017-08-151-1/+3
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54765 e39458fd-73e7-0310-bf30-c45bca0a0e42
* script to include the list of binary packages in the DSALuciano Bello2017-08-121-0/+69
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@54706 e39458fd-73e7-0310-bf30-c45bca0a0e42

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