Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.29 KB

File metadata and controls

43 lines (27 loc) · 1.29 KB

OpenCVE includes an admin section, useful to manage your instance data. The admin panel is available at https://your_instance/admin.

Display Statistics

The homepage displays some global statistics :

  • number of users
  • number of CVEs
  • number of reports
  • number of vendors and products
  • the date of the last task (to synchronize the data)
  • the top vendors, products and reports per user
  • the number of registered users per day, month or current week

Admin Home{:style="width:100%"}

Manage Objects

OpenCVE uses Flask-Admin to let you list and display the following objects :

  • Users
  • CVEs
  • Events
  • Vendors
  • Products

Admin CVEs{:style="width:100%"}

For some of them, like the users, vendors and products, it's also possible to create and update the items:

Admin Edit User{:style="width:100%"}

CVEs changes

When the NVD updates some CVEs, a new JSON file containing the changes is published. OpenCVE regularly parse this file and create a task containing changes.

A change is linked to a CVE and is composed of events:

Admin Task{:style="width:100%"}

You can then display the visual diff of each change:

Admin Change Diff{:style="width:100%"}