Class: Aws::Imagebuilder::Types::VulnerablePackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::VulnerablePackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Information about a vulnerable package that Amazon Inspector identifies in a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arch ⇒ String
The architecture of the vulnerable package.
-
#epoch ⇒ Integer
The epoch of the vulnerable package.
-
#file_path ⇒ String
The file path of the vulnerable package.
-
#fixed_in_version ⇒ String
The version of the package that contains the vulnerability fix.
-
#name ⇒ String
The name of the vulnerable package.
-
#package_manager ⇒ String
The package manager of the vulnerable package.
-
#release ⇒ String
The release of the vulnerable package.
-
#remediation ⇒ String
The code to run in your environment to update packages with a fix available.
-
#source_layer_hash ⇒ String
The source layer hash of the vulnerable package.
-
#version ⇒ String
The version of the vulnerable package.
Instance Attribute Details
#arch ⇒ String
The architecture of the vulnerable package.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#epoch ⇒ Integer
The epoch of the vulnerable package.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#file_path ⇒ String
The file path of the vulnerable package.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#fixed_in_version ⇒ String
The version of the package that contains the vulnerability fix.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the vulnerable package.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#package_manager ⇒ String
The package manager of the vulnerable package.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#release ⇒ String
The release of the vulnerable package.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#remediation ⇒ String
The code to run in your environment to update packages with a fix available.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#source_layer_hash ⇒ String
The source layer hash of the vulnerable package.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the vulnerable package.
8081 8082 8083 8084 8085 8086 8087 8088 8089 8090 8091 8092 8093 8094 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 8081 class VulnerablePackage < Struct.new( :name, :version, :source_layer_hash, :epoch, :release, :arch, :package_manager, :file_path, :fixed_in_version, :remediation) SENSITIVE = [] include Aws::Structure end |