

# PackageVulnerabilityDetails
<a name="API_PackageVulnerabilityDetails"></a>

Information about package vulnerability findings.

## Contents
<a name="API_PackageVulnerabilityDetails_Contents"></a>

 ** vulnerabilityId **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-vulnerabilityId"></a>
A unique identifier for this vulnerability.  
Type: String  
Required: Yes

 ** cvss **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-cvss"></a>
CVSS scores for one or more vulnerabilities that Amazon Inspector identified for a package.  
Type: Array of [CvssScore](API_CvssScore.md) objects  
Required: No

 ** referenceUrls **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-referenceUrls"></a>
Links to web pages that contain details about the vulnerabilities that Amazon Inspector identified for the package.  
Type: Array of strings  
Array Members: Minimum number of 1 item.  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Required: No

 ** relatedVulnerabilities **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-relatedVulnerabilities"></a>
Vulnerabilities that are often related to the findings for the package.  
Type: Array of strings  
Required: No

 ** source **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-source"></a>
The source of the vulnerability information.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Required: No

 ** sourceUrl **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-sourceUrl"></a>
A link to the source of the vulnerability information.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Required: No

 ** vendorCreatedAt **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-vendorCreatedAt"></a>
The date and time when this vulnerability was first added to the vendor's database.  
Type: Timestamp  
Required: No

 ** vendorSeverity **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-vendorSeverity"></a>
The severity that the vendor assigned to this vulnerability type.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Required: No

 ** vendorUpdatedAt **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-vendorUpdatedAt"></a>
The date and time when the vendor last updated this vulnerability in their database.  
Type: Timestamp  
Required: No

 ** vulnerablePackages **   <a name="imagebuilder-Type-PackageVulnerabilityDetails-vulnerablePackages"></a>
The packages that this vulnerability impacts.  
Type: Array of [VulnerablePackage](API_VulnerablePackage.md) objects  
Required: No

## See Also
<a name="API_PackageVulnerabilityDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/imagebuilder-2019-12-02/PackageVulnerabilityDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/imagebuilder-2019-12-02/PackageVulnerabilityDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/imagebuilder-2019-12-02/PackageVulnerabilityDetails) 