Class: Aws::SecurityHub::Types::VulnerabilityCodeVulnerabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::VulnerabilityCodeVulnerabilities
- 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
-
#cwes ⇒ Array<String>
The Common Weakness Enumeration (CWE) item associated with the detected code vulnerability.
-
#file_path ⇒ Types::CodeVulnerabilitiesFilePath
Provides details about where a code vulnerability is located in your Lambda function.
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda layer in which the code vulnerability is located.
Instance Attribute Details
#cwes ⇒ Array<String>
The Common Weakness Enumeration (CWE) item associated with the detected code vulnerability.
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_path ⇒ Types::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_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda layer in which the code vulnerability is located.
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 |