aquasecurity / trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
https://aquasecurity.github.io/trivy
Apache License 2.0
23.82k stars 2.34k forks source link

feat: add cvss v4 score and vector in scan response #7968

Closed gshanbhag525 closed 4 days ago

gshanbhag525 commented 5 days ago

Description

NVD (NIST) has started publishing cvss v4 for CVE. eg. CVE-2024-7450,CVE-2024-7451,CVE-2024-7452 Currently trivy doesnot return cvssv4 score, vector in scan response. This PR handles it.

Related issues

Checklist