summaryrefslogtreecommitdiffstats
path: root/bin/update-nvd
Commit message (Collapse)AuthorAgeFilesLines
* De-duplicate setup_pathEmilio Pozuelo Monfort2020-08-131-15/+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.
* update-nvd: don't chdirEmilio Pozuelo Monfort2020-08-131-2/+3
|
* update-nvd: switch to Python 3Emilio Pozuelo Monfort2020-08-061-1/+1
|
* update-nvd: convert values to a listEmilio Pozuelo Monfort2020-08-061-1/+1
| | | | | Otherwise we get a dict_values object under python3 which we can't sort.
* Replace file() with open() for Python 3 compatabilityBrian May2019-03-041-1/+1
|
* Update python exception syntax for Python 3.6 compatibilityBrian May2018-07-131-1/+1
|
* Make bin/update-nvd executableSalvatore Bonaccorso2018-06-191-0/+0
|
* use nvd urgencies and add finer control for per-release pagesMichael Gilbert2010-02-071-4/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@14058 e39458fd-73e7-0310-bf30-c45bca0a0e42
* did not mean to commit change to update-nvd; revertingMichael Gilbert2009-04-071-1/+0
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@11578 e39458fd-73e7-0310-bf30-c45bca0a0e42
* some info on postgresql issueMichael Gilbert2009-04-071-0/+1
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@11576 e39458fd-73e7-0310-bf30-c45bca0a0e42
* bin/update-nvd: Remove duplicates before loading NVD dataFlorian Weimer2008-11-201-0/+8
| | | | git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@10437 e39458fd-73e7-0310-bf30-c45bca0a0e42
* Store CVE descriptions in the nvd_data table. Enable incrementalFlorian Weimer2005-12-171-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | NVD updates. lib/python/security_db.py (DB): Bump schema version. Add cve_desc column to the nvd_data table. (DB.updateNVD): New method. bin/update-nvd: If the -i option is specified, use updateNVD instead of replaceNVD. lib/python/nvd.py (_Parser): Add new member variable path. (_Parser.characters): New method. (_Parser.endElement): Store cve_desc variable. bin/tracker_service.py (TrackerService.page_bug): Use NVD description if available. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@3078 e39458fd-73e7-0310-bf30-c45bca0a0e42
* r638@deneb: fw | 2005-10-14 15:43:12 +0200Florian Weimer2005-10-201-0/+35
bin/tracker_service.py (TrackerService.page_home): Document external interfaces. (TrackerService.page_bug): Add NVD references. (TrackerService.page_status_release_stable, TrackerService.page_status_release_testing): Show NVD remote attack range if present. (TrackerService.url_nvd, TrackerService.make_nvd_ref): New. lib/python/security_db.py (NVDEntry): New class. (DB.initSchema): New nvd_data table. Update stable_status and testing_status views. (DB.replaceNVD, DB.getNVD): New methods. bin/update-nvd, lib/python/nvd.py: New files. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@2488 e39458fd-73e7-0310-bf30-c45bca0a0e42

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