vulndb / data

User, contributor and developer friendly vulnerability database
Other
129 stars 29 forks source link

Add CVSS #29

Open andresriancho opened 9 years ago

andresriancho commented 9 years ago

Idea

Add a CVSS field.

Problems

We already have a severity field with info/low/med/high which is an alternate representation of risk (which is what CVSS scores). Maybe we could:

m0sth8 commented 9 years ago

:+1: for cvss, :-1: for removing severity

andresriancho commented 9 years ago

@m0sth8 any special case where you see that CVSS could be, for example, 1.0 and the severity would be "high" ? I'm trying to understand why you want to keep severity and at the same time add CVSS

m0sth8 commented 9 years ago

Severity field might be useful for tools, that are going to integrate vulndb in their solution, but already use severity.

andresriancho commented 9 years ago

I want to remove the severity from the JSON data, but have the SDKs (for example python-sdk) calculate it based on CVSS. Would that be ok?

m0sth8 commented 9 years ago

Yes, It's ok :+1: