CveSummary interface
Properties for a CVE analysis summary.
- Extends
Properties
critical | The total number of critical severity CVEs detected |
high | The total number of high severity CVEs detected |
low | The total number of low severity CVEs detected |
medium | The total number of medium severity CVEs detected |
summary |
Polymorphic discriminator, which specifies the different types this object can be |
unknown | The total number of unknown severity CVEs detected |
Property Details
critical
The total number of critical severity CVEs detected
critical?: number
Property Value
number
high
The total number of high severity CVEs detected
high?: number
Property Value
number
low
The total number of low severity CVEs detected
low?: number
Property Value
number
medium
The total number of medium severity CVEs detected
medium?: number
Property Value
number
summaryType
Polymorphic discriminator, which specifies the different types this object can be
summaryType: "CVE"
Property Value
"CVE"
unknown
The total number of unknown severity CVEs detected
unknown?: number
Property Value
number