Interface protos.grafeas.v1.VulnerabilityOccurrence.IPackageIssue (3.2.0)

Properties of a PackageIssue.

Package

@google-cloud/containeranalysis

Properties

affectedCpeUri

affectedCpeUri?: (string|null);

PackageIssue affectedCpeUri

Property Value
TypeDescription
(string|null)

affectedPackage

affectedPackage?: (string|null);

PackageIssue affectedPackage

Property Value
TypeDescription
(string|null)

affectedVersion

affectedVersion?: (grafeas.v1.IVersion|null);

PackageIssue affectedVersion

Property Value
TypeDescription
(grafeas.v1.IVersion|null)

effectiveSeverity

effectiveSeverity?: (grafeas.v1.Severity|keyof typeof grafeas.v1.Severity|null);

PackageIssue effectiveSeverity

Property Value
TypeDescription
(grafeas.v1.Severity|keyof typeof grafeas.v1.Severity|null)

fixAvailable

fixAvailable?: (boolean|null);

PackageIssue fixAvailable

Property Value
TypeDescription
(boolean|null)

fixedCpeUri

fixedCpeUri?: (string|null);

PackageIssue fixedCpeUri

Property Value
TypeDescription
(string|null)

fixedPackage

fixedPackage?: (string|null);

PackageIssue fixedPackage

Property Value
TypeDescription
(string|null)

fixedVersion

fixedVersion?: (grafeas.v1.IVersion|null);

PackageIssue fixedVersion

Property Value
TypeDescription
(grafeas.v1.IVersion|null)

packageType

packageType?: (string|null);

PackageIssue packageType

Property Value
TypeDescription
(string|null)