]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jan 2024 11:52:43 +0000 (11:52 +0000)
commit10acc75b7f3387b968bacd51aade6a8dc11a463f
tree7c332065b00d3592fee1b5607a6e01081e83dc8a
parent2c9f20f746251505d9d09262600199ffa87731a2
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>
meta/lib/oe/cve_check.py