# PrivateVulnerabilityReportCreate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **summary** | **String** | A short summary of the advisory. | **description** | **String** | A detailed description of what the advisory impacts. | **vulnerabilities** | Option<[**Vec**](repository_advisory_create_vulnerabilities_inner.md)> | An array of products affected by the vulnerability detailed in a repository security advisory. | [optional] **cwe_ids** | Option<**Vec**> | A list of Common Weakness Enumeration (CWE) IDs. | [optional] **severity** | Option<**String**> | The severity of the advisory. You must choose between setting this field or `cvss_vector_string`. | [optional] **cvss_vector_string** | Option<**String**> | The CVSS vector that calculates the severity of the advisory. You must choose between setting this field or `severity`. | [optional] **start_private_fork** | Option<**bool**> | Whether to create a temporary private fork of the repository to collaborate on a fix. | [optional][default to false] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)