AppSecOps
List of vulnerability details
Details of the given batch of vulnerability IDs. Supports a maximum of 1000 IDs per request.
post/v1/secops/vulnerabilities/batch
Request body
Response
Success
Example response
[
{
"cvss_metrics": [
{
"severity": "Critical"
}
],
"fix_available": [
{
"source": "NVD"
}
],
"details_from_source": [
{
"source": "NVD"
}
]
}
]