Load vulnerabilities alongisde the software (#2518)
* Load vulnerabilities alongisde the software * Update docs
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user