openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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<models::RepositoryAdvisoryCreateVulnerabilitiesInner>**]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<String>**> | 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)