Class: Aws::SecurityHub::Types::VulnerabilityCodeVulnerabilities
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::VulnerabilityCodeVulnerabilities
- Defined in:
- gems/aws-sdk-securityhub/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.
30986 30987 30988 30989 30990 30991 30992 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30986 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.
30986 30987 30988 30989 30990 30991 30992 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30986 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.
30986 30987 30988 30989 30990 30991 30992 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30986 class VulnerabilityCodeVulnerabilities < Struct.new( :cwes, :file_path, :source_arn) SENSITIVE = [] include Aws::Structure end |