added
Exploit likelihood and CVSS scoring added to Issues and Occurrences
2 months ago by Mike Jarrett
Issues and occurrences endpoint
Added exploit likelihood and CVSS scoring to issues and issue occurrences. These new fields help provide a more detailed risk assessment for each security issue:
exploit_likelihood
- Indicates the probability of an exploit being used against this vulnerability:
rare
- Very low probability of exploitation in the wildunlikely
- Low probability of exploitation in the wildlikely
- Moderate probability of exploitation in the wildvery_likely
- High probability of exploitation in the wildknown
- Confirmed exploit exists in the wildunknown
- Not enough data to determine likelihoodnull
- No EPSS data available
cvss_score
- The highest CVSS score associated with the issue or occurrence, providing a standardized severity rating from 0.0 to 10.0. A null
value may be returned if there is not CVSS data available.
For more information see issues and occurrences.