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
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:
get_cvssTasks