From 60450eefbc2c438a37c5e08759d021b18f0df0a3 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 31 May 2024 09:18:17 -0400 Subject: [PATCH] selftest-hello: add CVE_CHECK_IGNORE This should fail the test_cve_tag_format selftest. Signed-off-by: Trevor Gamblin --- meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb index 2dc352d479e..cc103de6e2e 100644 --- a/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb +++ b/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb @@ -17,4 +17,5 @@ do_install() { install -m 0755 helloworld ${D}${bindir} } +CVE_CHECK_IGNORE = "CVE-2024-12345" BBCLASSEXTEND = "native nativesdk" -- 2.45.1