]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
cve_check: handle CVE_STATUS being set to the empty string
authorRoss Burton <ross.burton@arm.com>
Mon, 22 Jan 2024 14:04:02 +0000 (14:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jan 2024 11:52:43 +0000 (11:52 +0000)
commit2c9f20f746251505d9d09262600199ffa87731a2
tree16e3010e2fc222256886b501347f22cc4acbf07a
parent9f953a1cd832f03f0b3666168addf45fd4fc8d14
cve_check: handle CVE_STATUS being set to the empty string

Handle CVE_STATUS[...] being set to an empty string just as if it was
not set at all.

This is needed for evaluated CVE_STATUS values to work, i.e. when
setting not-applicable-config if a PACKAGECONFIG is disabled.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/cve_check.py