Results

Update CVE status

Updated:2022-11-01

Updates CVE status for external artifacts registered in the MAIA web app. The web app communicates with the central MAIA CVE Management Service, requesting up-to-date CVE information.

The API call starts a background job in the MAIA web app. The jobs stop when all artifacts within the scope are reviewed.

URL :
/maia/api/public/v4/cves/sync?force=<true/false> --fail -X POST --header 'Content-Type:application/json' --header Api-Token:<token-string>"
Parameters :
  • force (optional)
    • true=force update of all CVE data.
    • false=update CVE data where status has changed. This is the default value if parameter force is missing.
Method :

POST

Auth required :

YES with a user token.

Permissions required :

User permissions required for this API call: Access all records and Read CVEs.

Example :
curl -k https://maia.example.com:7777/maia/api/public/v4/cves/sync?force=true --fail -X POST --header 'Content-Type:application/json' --header "Api-Token: Xk8FjBjQcRWdqh4kICvMEL...."

CVE information will be presented on the artifact show page.

Success Response

TBD