Class: Aws::Inspector2::Types::VulnerablePackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::VulnerablePackage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Information on the vulnerable package identified by 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_lambda_layer_arn ⇒ String
The Amazon Resource Number (ARN) of the Amazon Web Services Lambda function affected by a finding.
-
#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.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#epoch ⇒ Integer
The epoch of the vulnerable package.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#file_path ⇒ String
The file path of the vulnerable package.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#fixed_in_version ⇒ String
The version of the package that contains the vulnerability fix.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the vulnerable package.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#package_manager ⇒ String
The package manager of the vulnerable package.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#release ⇒ String
The release of the vulnerable package.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#remediation ⇒ String
The code to run in your environment to update packages with a fix available.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#source_lambda_layer_arn ⇒ String
The Amazon Resource Number (ARN) of the Amazon Web Services Lambda function affected by a finding.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#source_layer_hash ⇒ String
The source layer hash of the vulnerable package.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the vulnerable package.
7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 |
# File 'lib/aws-sdk-inspector2/types.rb', line 7449 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :fixed_in_version, :name, :package_manager, :release, :remediation, :source_lambda_layer_arn, :source_layer_hash, :version) SENSITIVE = [] include Aws::Structure end |