Class: Aws::Inspector2::Types::PackageVulnerabilityDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::PackageVulnerabilityDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Information about a package vulnerability finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cvss ⇒ Array<Types::CvssScore>
An object that contains details about the CVSS score of a finding.
-
#reference_urls ⇒ Array<String>
One or more URLs that contain details about this vulnerability type.
-
#related_vulnerabilities ⇒ Array<String>
One or more vulnerabilities related to the one identified in this finding.
-
#source ⇒ String
The source of the vulnerability information.
-
#source_url ⇒ String
A URL to the source of the vulnerability information.
-
#vendor_created_at ⇒ Time
The date and time that this vulnerability was first added to the vendor’s database.
-
#vendor_severity ⇒ String
The severity the vendor has given to this vulnerability type.
-
#vendor_updated_at ⇒ Time
The date and time the vendor last updated this vulnerability in their database.
-
#vulnerability_id ⇒ String
The ID given to this vulnerability.
-
#vulnerable_packages ⇒ Array<Types::VulnerablePackage>
The packages impacted by this vulnerability.
Instance Attribute Details
#cvss ⇒ Array<Types::CvssScore>
An object that contains details about the CVSS score of a finding.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#reference_urls ⇒ Array<String>
One or more URLs that contain details about this vulnerability type.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#related_vulnerabilities ⇒ Array<String>
One or more vulnerabilities related to the one identified in this finding.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source of the vulnerability information.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#source_url ⇒ String
A URL to the source of the vulnerability information.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#vendor_created_at ⇒ Time
The date and time that this vulnerability was first added to the vendor’s database.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#vendor_severity ⇒ String
The severity the vendor has given to this vulnerability type.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#vendor_updated_at ⇒ Time
The date and time the vendor last updated this vulnerability in their database.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#vulnerability_id ⇒ String
The ID given to this vulnerability.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |
#vulnerable_packages ⇒ Array<Types::VulnerablePackage>
The packages impacted by this vulnerability.
5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5715 class PackageVulnerabilityDetails < Struct.new( :cvss, :reference_urls, :related_vulnerabilities, :source, :source_url, :vendor_created_at, :vendor_severity, :vendor_updated_at, :vulnerability_id, :vulnerable_packages) SENSITIVE = [] include Aws::Structure end |