# VulnerabilityItem
## Properties
**project_id** | Option<**i64**> | the project ID of the artifact | [optional]
**repository_name** | Option<**String**> | the repository name of the artifact | [optional]
**digest** | Option<**String**> | the digest of the artifact | [optional]
**tags** | Option<**Vec<String>**> | the tags of the artifact | [optional]
**cve_id** | Option<**String**> | the CVE id of the vulnerability. | [optional]
**severity** | Option<**String**> | the severity of the vulnerability | [optional]
**cvss_v3_score** | Option<**f32**> | the nvd cvss v3 score of the vulnerability | [optional]
**package** | Option<**String**> | the package of the vulnerability | [optional]
**version** | Option<**String**> | the version of the package | [optional]
**fixed_version** | Option<**String**> | the fixed version of the package | [optional]
**desc** | Option<**String**> | The description of the vulnerability | [optional]
**links** | Option<**Vec<String>**> | Links of the vulnerability | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)