From f91073242268d2b2c1a1a705e7fd585679f78a59 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_STATUS This should pass 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..88c5c98608f 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_STATUS[CVE-2024-12345] = "not-applicable-platform: Issue only applies on Windows" BBCLASSEXTEND = "native nativesdk" -- 2.45.1