| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
VulnerablePackage |
VulnerablePackage.clone() |
VulnerablePackage |
VulnerablePackage.withArch(String arch)
The architecture of the vulnerable package.
|
VulnerablePackage |
VulnerablePackage.withEpoch(Integer epoch)
The epoch of the vulnerable package.
|
VulnerablePackage |
VulnerablePackage.withFilePath(String filePath)
The file path of the vulnerable package.
|
VulnerablePackage |
VulnerablePackage.withFixedInVersion(String fixedInVersion)
The version of the package that contains the vulnerability fix.
|
VulnerablePackage |
VulnerablePackage.withName(String name)
The name of the vulnerable package.
|
VulnerablePackage |
VulnerablePackage.withPackageManager(PackageManager packageManager)
The package manager of the vulnerable package.
|
VulnerablePackage |
VulnerablePackage.withPackageManager(String packageManager)
The package manager of the vulnerable package.
|
VulnerablePackage |
VulnerablePackage.withRelease(String release)
The release of the vulnerable package.
|
VulnerablePackage |
VulnerablePackage.withRemediation(String remediation)
The code to run in your environment to update packages with a fix available.
|
VulnerablePackage |
VulnerablePackage.withSourceLambdaLayerArn(String sourceLambdaLayerArn)
The Amazon Resource Number (ARN) of the AWS Lambda function affected by a finding.
|
VulnerablePackage |
VulnerablePackage.withSourceLayerHash(String sourceLayerHash)
The source layer hash of the vulnerable package.
|
VulnerablePackage |
VulnerablePackage.withVersion(String version)
The version of the vulnerable package.
|
| Modifier and Type | Method and Description |
|---|---|
List<VulnerablePackage> |
PackageVulnerabilityDetails.getVulnerablePackages()
The packages impacted by this vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
PackageVulnerabilityDetails |
PackageVulnerabilityDetails.withVulnerablePackages(VulnerablePackage... vulnerablePackages)
The packages impacted by this vulnerability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PackageVulnerabilityDetails.setVulnerablePackages(Collection<VulnerablePackage> vulnerablePackages)
The packages impacted by this vulnerability.
|
PackageVulnerabilityDetails |
PackageVulnerabilityDetails.withVulnerablePackages(Collection<VulnerablePackage> vulnerablePackages)
The packages impacted by this vulnerability.
|
Copyright © 2023. All rights reserved.