summaryrefslogtreecommitdiffstats
path: root/bin/process-cve-records
Commit message (Collapse)AuthorAgeFilesLines
* process-cve-records: Workaround descriptions with non-ascii charactersSalvatore Bonaccorso2023-04-281-1/+3
| | | | | | | | | This restores previous storing of the truncated descriptions in our CVE list files until we know we can handle all non-ascii characters. Particular care might be needed on webservice side. Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
* process-cve-records: don't remove our own descriptionsEmilio Pozuelo Monfort2023-04-281-1/+2
| | | | Only the ones that came from MITRE.
* process-cve-records: improve description parsingEmilio Pozuelo Monfort2023-04-281-2/+11
|
* process-cve-records: process all CVEs, not just new onesEmilio Pozuelo Monfort2023-04-281-1/+1
|
* process-cve-records: clear descriptions for reserved or rejected CVEsEmilio Pozuelo Monfort2023-04-281-1/+3
|
* process-cve-records: fix detection of empty CVEsEmilio Pozuelo Monfort2023-04-281-1/+2
| | | | | If a CVE has a PackageAnnotation, it shouldn't get a TODO: check note.
* process-cve-records: update descriptionsEmilio Pozuelo Monfort2023-04-281-3/+2
| | | | | Don't only add them when we don't have one, but always update them in case the description has changed.
* process-cve-records: add --work-dir argumentEmilio Pozuelo Monfort2023-04-281-15/+17
| | | | And switch to argparse for argument processing.
* process-cve-records: new script to parse MITRE CVE 5.0 recordsEmilio Pozuelo Monfort2023-04-271-0/+155
This replaces the other part of bin/updatelist, but using the new CVE JSON 5.0 format. Closes #17, #18.

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