issues
search
fkie-cad
/
FACT_core
Firmware Analysis and Comparison Tool
https://fkie-cad.github.io/FACT_core
GNU General Public License v3.0
1.24k
stars
225
forks
source link
cve_lookup: added support for CVSS metrics v4.0+
#1233
Open
jstucke
opened
4 months ago
jstucke
commented
4 months ago
fixed a
KeyError
in the CVE data parsing
added generic support for more versions of CVSS metrics than v2, v3.0 and v3.1 (as long as the general structure of the data does not change)
changed the schema of the internal DB so that all scores are stored as JSON instead of storing v2 and v3.x separately
these changes require rebuilding the database by rerunning the installation for existing FACT installations!
adjusted jinja filters and the template
KeyError
in the CVE data parsing