v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
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

idsstring[]

Response

Success

idstring

Unique ID of the vulnerability

is_kevboolean

Indicates whether the vulnerability is a Known Exploited Vulnerability

aliasesstring[]

Example response

[
  {
    "cvss_metrics": [
      {
        "severity": "Critical"
      }
    ],
    "fix_available": [
      {
        "source": "NVD"
      }
    ],
    "details_from_source": [
      {
        "source": "NVD"
      }
    ]
  }
]