ImportCVERules
Import CVE vulnerability rules into the system for scanning.
/api/v1/security/cve-rules/importOperation ID
ImportCVERulesSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
rulesListRequiredList of CVE rules to import into the system
Example: (nested array)
cveIdStringCVE identifier in standard format
Example: CVE-2021-44228
severityStringSeverity level of the vulnerability
Example: CVE_SEVERITY_UNSPECIFIED
cvssScoreLongCVSS base score for this vulnerability
Example: 9.8
descriptionStringHuman-readable description of the vulnerability
Example: Remote code execution via Log4Shell
affectedPackagesListList of packages affected by this CVE rule
Example: (nested array)
nameStringPackage name affected by the CVE vulnerability
Example: openssl
affectedVersionsRangeStringVersion range expression describing affected versions
Example: >=1.0.0,<1.1.1l
fixVersionStringVersion in which the vulnerability is fixed
Example: 1.1.1l
fixVersionStringVersion that resolves this CVE
Example: 2.17.0
