-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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:
- Remove severity from JSON
- Add CVSS
- In the SDK create a method that returns the CVSS:
get_cvss - In the SDK create a method that returns info/low/med/high according to CVSS ranges, 0-2 is info, 2-3 is low, etc.
Tasks
- Decide if we want to have CVSS
- Decide if we want to remove severity
- Decide the ranges that translate CVSS to severity names
mdeous