From 5e398bfa67be0d05ee0c62416716b1eb57ca5ae9 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Sat, 4 Oct 2025 19:29:57 +0200 Subject: [PATCH] ace: ignore CVE-2009-1147 The CVE is for another product, for VMWare ACE, not for this one. Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-connectivity/ace/ace_6.5.12.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb b/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb index 6c68aede03..31389585fa 100644 --- a/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb +++ b/meta-oe/recipes-connectivity/ace/ace_6.5.12.bb @@ -40,3 +40,6 @@ do_install() { } UPSTREAM_CHECK_URI = "https://github.com/DOCGroup/ACE_TAO/releases" + +# The CVE is for another application, for VMWare "Assured Computing Environment" +CVE_CHECK_IGNORE += "CVE-2009-1147"