]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cve_check: cleanup logging
authorRoss Burton <ross.burton@arm.com>
Mon, 22 Jan 2024 14:04:03 +0000 (14:04 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 14 Feb 2024 16:58:48 +0000 (06:58 -1000)
commit55d7393eda71fa37a93c1a0f5c8f7f18640cf079
tree83ae086794933710ed646a2af65f6c11e32b4d2b
parenta8ccf2abdc89cf4ae3dce1fed4163e3c1399e528
cve_check: cleanup logging

Primarily list the number of patches found, useful when debugging.

Also clean up some bad escaping that caused warnings and use
re.IGNORECASE instead of manually doing case-insenstive rang matches.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 10acc75b7f3387b968bacd51aade6a8dc11a463f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oe/cve_check.py