Load vulnerabilities alongisde the software (#2518)

* Load vulnerabilities alongisde the software

* Update docs
This commit is contained in:
Tomas Touceda
2021-10-14 13:51:41 -03:00
committed by GitHub
parent 67645f327b
commit bb1dc401a3
3 changed files with 50 additions and 2 deletions
+15 -2
View File
@@ -544,8 +544,21 @@ If `additional_info_filters` is not specified, no `additional` information will
"team_id": null,
"team_name": null,
"pack_stats": null,
},
]
}
],
"software": {
"id": 42,
"name": "app",
"version": "1.0.0",
"source": "rpm_packages",
"generated_cpe": "cpe:2.3:a:vendor:product:*:*:*",
"vulnerabilities": [
{
"cve": "CVE-123-123-123",
"details_link": "https://link.to.cve"
}
]
}
}
```