cve_manager
cve_manager copied to clipboard
A python script that a) parses NIST NVD CVEs, b) prcoesses and exports them to CSV files, c) creates a postgres database and imports all the data in it, d) provides query capabilities for this CVEs da...
Is there a reason why no links are shown in terms of reference data? E.g. all CVE's have links displaying references for further information, 2 here for example, but none...
It seems not everything is imported. Using -cve CVE-2021-32020 the output is Executing query _CVE: CVE-2021-32020 CVSSv3.x Attack vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSSv3.x Base Score: 9.8 CRITICAL CVSSv2.x Attack vector: AV:N/AC:L/Au:N/C:P/I:P/A:P CVSSv2.x...
removes empty lines in "/results/*.csv", reducing the file size and fixes a "cur.copy_from" error ("... empty data...")
CPE from node was not imported if child CPE's had been defined. Now CPE(s) from node AND child are imported. Removed also redundant import implementation of node CPE(s).
It was observed that the import of CPEs is done only partially in CVE manager. Important CPEs for OS are mostly missing. The JSON ZIP file from are correclty download...
In both postgres 11 and 13 I am seeing trailing whitespace in most of the fields within the `cvss` table, but there is no whitespace present within the `csv` files....
As of September 15, 2023, the total number of distinct CVEs imported into 'cve_cpes' is 33,455, while the number in 'cvss' is 224,728, and in 'cve_problem' it is 211,688. Is...