mbox series

[0/4] Fixes around CVE incremental update

Message ID 20240315002020.2194310-1-yoann.congal@smile.fr
Headers show
Series Fixes around CVE incremental update | expand

Message

Yoann Congal March 15, 2024, 12:20 a.m. UTC
This series should improve the incremental CVE updates (versus
full-download from scratch) and, hopefully, remove the difference
between the updated database and the "from-scratch" one.

I've tested it by comparing a full download from scratch versus a full
download on a preexisting database: no diff on the SQL dump.

Patches 1&2/4 are code cleanups
Fixes are in 3&4/4

Yoann Congal (4):
  cve-update-nvd2-native: Remove duplicated CVE_CHECK_DB_FILE definition
  cve-update-nvd2-native: nvd_request_next: Improve comment
  cve-update-nvd2-native: Fix CVE configuration update
  cve-update-nvd2-native: Remove rejected CVE from database

 meta/recipes-core/meta/cve-update-nvd2-native.bb | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)