Skip to content

CVE Allowlist

Manage the system CVE allowlist.

get_cve_allowlist() async

Gets the current CVE allowlist.

Returns:

Type Description
CVEAllowlist

The current CVE allowlist.

update_cve_allowlist(allowlist) async

Overwrites the existing CVE allowlist with a new one.

Parameters:

Name Type Description Default
allowlist CVEAllowlist

The new CVE allowlist.

required