The JSON:API attributes of the vulnerability.

Hierarchy

  • VulnerabilityAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
advisoryId?: string

Vulnerability advisory ID.

codeLocation?: CodeLocation

Code vulnerability location.

cveList: string[]

Vulnerability CVE list.

Vulnerability severities.

dependencyLocations?: VulnerabilityDependencyLocations

Static library vulnerability location.

description: string

Vulnerability description.

The related vulnerability asset ecosystem.

exposureTime: number

Vulnerability exposure time in seconds.

firstDetection: string

First detection of the vulnerability in RFC 3339 format

fixAvailable: boolean

Whether the vulnerability has a remediation or not.

language: string

Vulnerability language.

lastDetection: string

Last detection of the vulnerability in RFC 3339 format

library?: Library

Vulnerability library.

remediations: Remediation[]

List of remediations.

repoDigests?: string[]

Vulnerability repo_digest list (when the vulnerability is related to Image asset).

Vulnerability risks.

The vulnerability status.

title: string

Vulnerability title.

The vulnerability tool.

The vulnerability type.

Generated using TypeDoc