Skip to content

Checks

What is it ?

This folder containes the code that is responsible for the different modification checks performed by OpenCVE on the NIST database.

When something was modified in the NIST database, OpenCVE needs to be able to import the new data and update the database accordingly.

How does it work ?

The function that are in the following files are called regularly by the OpenCVE scheduler (celery beat).

The file's purpose

Those allows us to perform a specific check on a CVE field:

  • CPEs
  • CVSS scores
  • CWEs
  • References
  • Summary

firt_time.py //TODO