Class: Aws::ECR::Types::VulnerablePackage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::VulnerablePackage
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/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.
-
#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.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |
#epoch ⇒ Integer
The epoch of the vulnerable package.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |
#file_path ⇒ String
The file path of the vulnerable package.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |
#fixed_in_version ⇒ String
The version of the package that contains the vulnerability fix.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the vulnerable package.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |
#package_manager ⇒ String
The package manager of the vulnerable package.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |
#release ⇒ String
The release of the vulnerable package.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |
#source_layer_hash ⇒ String
The source layer hash of the vulnerable package.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the vulnerable package.
4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4634 class VulnerablePackage < Struct.new( :arch, :epoch, :file_path, :name, :package_manager, :release, :source_layer_hash, :version, :fixed_in_version) SENSITIVE = [] include Aws::Structure end |