support/scripts/pkg-stats: move CVE related code to a separate module
authorGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 24 Jul 2020 15:43:49 +0000 (17:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 28 Aug 2020 07:14:38 +0000 (09:14 +0200)
commitf8ee65570aaa57c5a7ef3b9519519c245d3fb286
tree561b7c0609380461dcb28b08f0024e7f9fbe0376
parent008ca2c583cb9dc70cd30c5318b3b1cbef57b06a
support/scripts/pkg-stats: move CVE related code to a separate module

In order to be able to use the CVE checking logic outside of
pkg-stats, move the CVE class in a module that can be used by other
scripts.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/scripts/cve.py [new file with mode: 0755]
support/scripts/pkg-stats