Class: Aws::SecurityHub::Types::VulnerabilityCodeVulnerabilities

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

Overview

Provides details about the vulnerabilities found in your Lambda function code. This field pertains to findings that Security Hub receives from Amazon Inspector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cwesArray<String>

The Common Weakness Enumeration (CWE) item associated with the detected code vulnerability.

Returns:

  • (Array<String>)


31590
31591
31592
31593
31594
31595
31596
# File 'lib/aws-sdk-securityhub/types.rb', line 31590

class VulnerabilityCodeVulnerabilities < Struct.new(
  :cwes,
  :file_path,
  :source_arn)
  SENSITIVE = []
  include Aws::Structure
end

#file_pathTypes::CodeVulnerabilitiesFilePath

Provides details about where a code vulnerability is located in your Lambda function.



31590
31591
31592
31593
31594
31595
31596
# File 'lib/aws-sdk-securityhub/types.rb', line 31590

class VulnerabilityCodeVulnerabilities < Struct.new(
  :cwes,
  :file_path,
  :source_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The Amazon Resource Name (ARN) of the Lambda layer in which the code vulnerability is located.

Returns:

  • (String)


31590
31591
31592
31593
31594
31595
31596
# File 'lib/aws-sdk-securityhub/types.rb', line 31590

class VulnerabilityCodeVulnerabilities < Struct.new(
  :cwes,
  :file_path,
  :source_arn)
  SENSITIVE = []
  include Aws::Structure
end