]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
cve_check: Fix cpe_id generation
authorJasper Orschulko <jasper@fancydomain.eu>
Mon, 21 Aug 2023 12:02:30 +0000 (14:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Aug 2023 14:13:51 +0000 (15:13 +0100)
commite7c1def3c3c3a72249802ef6fb64292277a7a53e
treec78325035730510bd3c4b821845fe75f29c9d4b4
parent0d8c651ddcdf2dc95a12db52c8f7aa45b986432d
cve_check: Fix cpe_id generation

Use "*" (wildcard) instead of "a" (application)in cpe_id generation,
as the product is not necessarily of type application, e.g.
linux_kernel, which is of type "o" (operating system).

(From OE-Core rev: cae9528b002c06143bf048b991b9d7e93968cb6b)

Signed-off-by: Jasper Orschulko <jasper@fancydomain.eu>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/cve_check.py