Class: Aws::Imagebuilder::Types::VulnerablePackage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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

Instance Attribute Details

#archString

The architecture of the vulnerable package.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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

#epochInteger

The epoch of the vulnerable package.

Returns:

  • (Integer)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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_pathString

The file path of the vulnerable package.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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_versionString

The version of the package that contains the vulnerability fix.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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

#nameString

The name of the vulnerable package.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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_managerString

The package manager of the vulnerable package.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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

#releaseString

The release of the vulnerable package.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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

#remediationString

The code to run in your environment to update packages with a fix available.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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_hashString

The source layer hash of the vulnerable package.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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

#versionString

The version of the vulnerable package.

Returns:

  • (String)


8002
8003
8004
8005
8006
8007
8008
8009
8010
8011
8012
8013
8014
8015
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 8002

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