repos_slash_enable_private_vulnerability_reporting

Function repos_slash_enable_private_vulnerability_reporting 

Source
pub async fn repos_slash_enable_private_vulnerability_reporting(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<(), Error<ReposSlashEnablePrivateVulnerabilityReportingError>>
Expand description

Enables private vulnerability reporting for a repository. The authenticated user must have admin access to the repository. For more information, see "Privately reporting a security vulnerability."