

# PackageVulnerabilityDetails


Information about a package vulnerability finding.

## Contents


 ** cvss **   <a name="ECR-Type-PackageVulnerabilityDetails-cvss"></a>
An object that contains details about the CVSS score of a finding.  
Type: Array of [CvssScore](API_CvssScore.md) objects  
Required: No

 ** referenceUrls **   <a name="ECR-Type-PackageVulnerabilityDetails-referenceUrls"></a>
One or more URLs that contain details about this vulnerability type.  
Type: Array of strings  
Required: No

 ** relatedVulnerabilities **   <a name="ECR-Type-PackageVulnerabilityDetails-relatedVulnerabilities"></a>
One or more vulnerabilities related to the one identified in this finding.  
Type: Array of strings  
Required: No

 ** source **   <a name="ECR-Type-PackageVulnerabilityDetails-source"></a>
The source of the vulnerability information.  
Type: String  
Required: No

 ** sourceUrl **   <a name="ECR-Type-PackageVulnerabilityDetails-sourceUrl"></a>
A URL to the source of the vulnerability information.  
Type: String  
Required: No

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

 ** vendorSeverity **   <a name="ECR-Type-PackageVulnerabilityDetails-vendorSeverity"></a>
The severity the vendor has given to this vulnerability type.  
Type: String  
Required: No

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

 ** vulnerabilityId **   <a name="ECR-Type-PackageVulnerabilityDetails-vulnerabilityId"></a>
The ID given to this vulnerability.  
Type: String  
Required: No

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

## See Also


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/ecr-2015-09-21/PackageVulnerabilityDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ecr-2015-09-21/PackageVulnerabilityDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ecr-2015-09-21/PackageVulnerabilityDetails) 