-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Dependency-check tool is already reporting the CVSSv3.1 or 3.0 as CvssV3 score but providing no information whether its a Cvssv3.1 or 3.0 score.
For example:
CVE-2019-10174 has v3.1 (8.8) and v3.0(7.5) CVSS scores present in NVD but the tool reports Cvssv3score as 8.8 with no information about v3.1 or v3.0 specification.
Sample output:
"cvssv3": {
"baseScore": 8.8,
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "LOW",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "HIGH",
"baseSeverity": "HIGH"
},
It would be helpful if we could get this information in reports.
Reactions are currently unavailable