| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.clone() |
CodeVulnerabilityDetails |
Finding.getCodeVulnerabilityDetails()
Details about the code vulnerability identified in a Lambda function used to filter findings.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withCwes(Collection<String> cwes)
The Common Weakness Enumeration (CWE) item associated with the detected vulnerability.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withCwes(String... cwes)
The Common Weakness Enumeration (CWE) item associated with the detected vulnerability.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withDetectorId(String detectorId)
The ID for the Amazon CodeGuru detector associated with the finding.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withDetectorName(String detectorName)
The name of the detector used to identify the code vulnerability.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withDetectorTags(Collection<String> detectorTags)
The detector tag associated with the vulnerability.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withDetectorTags(String... detectorTags)
The detector tag associated with the vulnerability.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withFilePath(CodeFilePath filePath)
Contains information on where the code vulnerability is located in your code.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withReferenceUrls(Collection<String> referenceUrls)
A URL containing supporting documentation about the code vulnerability detected.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withReferenceUrls(String... referenceUrls)
A URL containing supporting documentation about the code vulnerability detected.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withRuleId(String ruleId)
The identifier for a rule that was used to detect the code vulnerability.
|
CodeVulnerabilityDetails |
CodeVulnerabilityDetails.withSourceLambdaLayerArn(String sourceLambdaLayerArn)
The Amazon Resource Name (ARN) of the Lambda layer that the code vulnerability was detected in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Finding.setCodeVulnerabilityDetails(CodeVulnerabilityDetails codeVulnerabilityDetails)
Details about the code vulnerability identified in a Lambda function used to filter findings.
|
Finding |
Finding.withCodeVulnerabilityDetails(CodeVulnerabilityDetails codeVulnerabilityDetails)
Details about the code vulnerability identified in a Lambda function used to filter findings.
|
Copyright © 2024. All rights reserved.