Class: Aws::ECR::Types::VulnerablePackage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

Information on the vulnerable package identified by a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#archString

The architecture of the vulnerable package.

Returns:

  • (String)


4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-ecr/types.rb', line 4080

class VulnerablePackage < Struct.new(
  :arch,
  :epoch,
  :file_path,
  :name,
  :package_manager,
  :release,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#epochInteger

The epoch of the vulnerable package.

Returns:

  • (Integer)


4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-ecr/types.rb', line 4080

class VulnerablePackage < Struct.new(
  :arch,
  :epoch,
  :file_path,
  :name,
  :package_manager,
  :release,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathString

The file path of the vulnerable package.

Returns:

  • (String)


4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-ecr/types.rb', line 4080

class VulnerablePackage < Struct.new(
  :arch,
  :epoch,
  :file_path,
  :name,
  :package_manager,
  :release,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the vulnerable package.

Returns:

  • (String)


4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-ecr/types.rb', line 4080

class VulnerablePackage < Struct.new(
  :arch,
  :epoch,
  :file_path,
  :name,
  :package_manager,
  :release,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#package_managerString

The package manager of the vulnerable package.

Returns:

  • (String)


4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-ecr/types.rb', line 4080

class VulnerablePackage < Struct.new(
  :arch,
  :epoch,
  :file_path,
  :name,
  :package_manager,
  :release,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#releaseString

The release of the vulnerable package.

Returns:

  • (String)


4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-ecr/types.rb', line 4080

class VulnerablePackage < Struct.new(
  :arch,
  :epoch,
  :file_path,
  :name,
  :package_manager,
  :release,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#source_layer_hashString

The source layer hash of the vulnerable package.

Returns:

  • (String)


4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-ecr/types.rb', line 4080

class VulnerablePackage < Struct.new(
  :arch,
  :epoch,
  :file_path,
  :name,
  :package_manager,
  :release,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the vulnerable package.

Returns:

  • (String)


4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
# File 'lib/aws-sdk-ecr/types.rb', line 4080

class VulnerablePackage < Struct.new(
  :arch,
  :epoch,
  :file_path,
  :name,
  :package_manager,
  :release,
  :source_layer_hash,
  :version)
  SENSITIVE = []
  include Aws::Structure
end