Feature 7559: Include 3rd party severity scores in the vulnerability web-hook payload (#7581)
Premium users should receive vulnerability scores as part of the web-hook payload.
This commit is contained in:
@@ -37,6 +37,9 @@ POST https://server.com/example
|
||||
"vulnerability": {
|
||||
"cve": "CVE-2014-9471",
|
||||
"details_link": "https://nvd.nist.gov/vuln/detail/CVE-2014-9471",
|
||||
"epss_probability": 0.7, // Premium feature only
|
||||
"cvss_score": 5.7, // Premium feature only
|
||||
"cisa_known_exploit": true, // Premium feature only
|
||||
"hosts_affected": [
|
||||
{
|
||||
"id": 1,
|
||||
|
||||
Reference in New Issue
Block a user