SystemCVEAllowlist

Update the system level allowlist of CVE.

This API overwrites the system level allowlist of CVE with the list in request body. Only system Admin has permission to call this API.

put/system/CVEAllowlist

Headers

X-Request-Idstring

An unique ID for the request

Request body

idinteger

ID of the allowlist

project_idinteger

ID of the project which the allowlist belongs to. For system level allowlist this attribute is zero.

expires_atinteger nullable

the time for expiration of the allowlist, in the form of seconds since epoch. This is an optional attribute, if it's not set the CVE allowlist does not expire.

creation_timestring date-time

The creation time of the allowlist.

update_timestring date-time

The update time of the allowlist.

Response

Successfully updated the CVE allowlist.

Changes

No recorded changes to this endpoint across all 1 revision of this API.