mbox series

[v5,0/3] Improving CVE reporting

Message ID 20200921101515.132359-1-gregory.clement@bootlin.com
Headers show
Series Improving CVE reporting | expand

Message

Gregory CLEMENT Sept. 21, 2020, 10:15 a.m. UTC
Hello,

Most of the series was applied and there were sill this 3 patches
pending.

But since their submission the code base has evolved so I adapted to
apply them on the master branch.

Compared to the v4, this version adds patch "package/pkg-utils/cve.py:
Manage case when package version doesn't exist" that I wrongly thought
was already applied.

Gregory

Gregory CLEMENT (3):
  support/script/pkg-stats: Manage the CVEs that need to be check
  support/script/cve-checker: Manage the CVEs that need to be check
  package/pkg-utils/cve.py: Manage case when package version doesn't
    exist

 support/scripts/cve-checker | 21 +++++++++++++++++++--
 support/scripts/cve.py      |  7 ++++++-
 support/scripts/pkg-stats   | 25 ++++++++++++++++++++++++-
 3 files changed, 49 insertions(+), 4 deletions(-)