| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Vulnerability |
Vulnerability.clone() |
Vulnerability |
Vulnerability.withCvss(Collection<Cvss> cvss)
CVSS scores from the advisory related to the vulnerability.
|
Vulnerability |
Vulnerability.withCvss(Cvss... cvss)
CVSS scores from the advisory related to the vulnerability.
|
Vulnerability |
Vulnerability.withId(String id)
The identifier of the vulnerability.
|
Vulnerability |
Vulnerability.withReferenceUrls(Collection<String> referenceUrls)
A list of URLs that provide additional information about the vulnerability.
|
Vulnerability |
Vulnerability.withReferenceUrls(String... referenceUrls)
A list of URLs that provide additional information about the vulnerability.
|
Vulnerability |
Vulnerability.withRelatedVulnerabilities(Collection<String> relatedVulnerabilities)
List of vulnerabilities that are related to this vulnerability.
|
Vulnerability |
Vulnerability.withRelatedVulnerabilities(String... relatedVulnerabilities)
List of vulnerabilities that are related to this vulnerability.
|
Vulnerability |
Vulnerability.withVendor(VulnerabilityVendor vendor)
Information about the vendor that generates the vulnerability report.
|
Vulnerability |
Vulnerability.withVulnerablePackages(Collection<SoftwarePackage> vulnerablePackages)
List of software packages that have the vulnerability.
|
Vulnerability |
Vulnerability.withVulnerablePackages(SoftwarePackage... vulnerablePackages)
List of software packages that have the vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
List<Vulnerability> |
AwsSecurityFinding.getVulnerabilities()
Provides a list of vulnerabilities associated with the findings.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSecurityFinding |
AwsSecurityFinding.withVulnerabilities(Vulnerability... vulnerabilities)
Provides a list of vulnerabilities associated with the findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsSecurityFinding.setVulnerabilities(Collection<Vulnerability> vulnerabilities)
Provides a list of vulnerabilities associated with the findings.
|
AwsSecurityFinding |
AwsSecurityFinding.withVulnerabilities(Collection<Vulnerability> vulnerabilities)
Provides a list of vulnerabilities associated with the findings.
|
Copyright © 2020. All rights reserved.