Skip to content

Need CVSSv3.1 or 3.0 specification in reports #2547

@Anshu2405

Description

@Anshu2405

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions