Class: Grafeas::V1::VulnerabilityOccurrence::PackageIssue
- Inherits:
-
Object
- Object
- Grafeas::V1::VulnerabilityOccurrence::PackageIssue
- Defined in:
- lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb
Overview
A detail for a distro and package this vulnerability occurrence was found in and its associated fix (if one is available).
Instance Attribute Summary collapse
-
#affected_cpe_uri ⇒ String
Required.
-
#affected_package ⇒ String
Required.
-
#affected_version ⇒ Grafeas::V1::Version
Required.
-
#fix_available ⇒ true, false
Output only.
-
#fixed_cpe_uri ⇒ String
The CPE URI this vulnerability was fixed in.
-
#fixed_package ⇒ String
The package this vulnerability was fixed in.
-
#fixed_version ⇒ Grafeas::V1::Version
Required.
Instance Attribute Details
#affected_cpe_uri ⇒ String
Returns Required. The CPE URI this vulnerability was found in.
199 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 199 class PackageIssue; end |
#affected_package ⇒ String
Returns Required. The package this vulnerability was found in.
199 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 199 class PackageIssue; end |
#affected_version ⇒ Grafeas::V1::Version
Returns Required. The version of the package that is installed on the resource affected by this vulnerability.
199 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 199 class PackageIssue; end |
#fix_available ⇒ true, false
Returns Output only. Whether a fix is available for this package.
199 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 199 class PackageIssue; end |
#fixed_cpe_uri ⇒ String
Returns The CPE URI this vulnerability was fixed in. It is possible for this to be different from the affected_cpe_uri.
199 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 199 class PackageIssue; end |
#fixed_package ⇒ String
Returns The package this vulnerability was fixed in. It is possible for this to be different from the affected_package.
199 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 199 class PackageIssue; end |
#fixed_version ⇒ Grafeas::V1::Version
Returns Required. The version of the package this vulnerability was fixed in. Setting this to VersionKind.MAXIMUM means no fix is yet available.
199 |
# File 'lib/grafeas/v1/doc/grafeas/v1/vulnerability.rb', line 199 class PackageIssue; end |