CVEsSummary

CVEsSummary
CVEsSummary

Represents information about common vulnerabilities and exposures (CVEs) associated with an application.

JSON Example
{
    "critical": 1,
    "high": 4,
    "medium": 7,
    "low": 2,
    "minimal": 5,
    "unknown": 0
}
integer
critical
Optional

The number of critical CVEs associated with the application.

integer
high
Optional

The number of high severity CVEs associated with the application.

integer
medium
Optional

The number of medium severity CVEs associated with the application.

integer
low
Optional

The number of low severity CVEs associated with the application.

integer
minimal
Optional

The number of minimal severity CVEs associated with the application.

integer
unknown
Optional

The number of CVEs with unknown severity associated with the application.