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:
Juan Fernandez
2022-09-06 15:12:17 -04:00
committed by GitHub
parent 153ac49866
commit b6d084deec
14 changed files with 305 additions and 84 deletions
+3
View File
@@ -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,