pub async fn list_vulnerabilities(
configuration: &Configuration,
params: ListVulnerabilitiesParams,
) -> Result<Vec<VulnerabilityItem>, Error<ListVulnerabilitiesError>>Expand description
Get the vulnerability list. use q to pass the query condition, supported conditions: cve_id(exact match) cvss_score_v3(range condition) severity(exact match) repository_name(exact match) project_id(exact match) package(exact match) tag(exact match) digest(exact match)