diff mbox series

[v2] smack: Convert CVE_CHECK_IGNORE to CVE_STATUS

Message ID 20250610195801.325222-1-can.wong@emerson.com
State New
Headers show
Series [v2] smack: Convert CVE_CHECK_IGNORE to CVE_STATUS | expand

Commit Message

Can Wong June 10, 2025, 7:58 p.m. UTC
Signed-off-by: Can Wong <can.wong@emerson.com>
---
changes in v2:
- Added spaces after :

 recipes-mac/smack/smack_1.3.1.bb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

--
2.43.0

Comments

Clayton Casciato June 11, 2025, 12:15 p.m. UTC | #1
Hi, Can

I submitted something similar back in March

https://lists.yoctoproject.org/g/yocto-patches/topic/111623070
diff mbox series

Patch

diff --git a/recipes-mac/smack/smack_1.3.1.bb b/recipes-mac/smack/smack_1.3.1.bb
index 6c52392..6a26466 100644
--- a/recipes-mac/smack/smack_1.3.1.bb
+++ b/recipes-mac/smack/smack_1.3.1.bb
@@ -13,10 +13,9 @@  SRC_URI = " \

 PV = "1.3.1"

-# CVE-2014-0363, CVE-2014-0364, CVE-2016-10027 is valnerble for other product.
-CVE_CHECK_IGNORE += "CVE-2014-0363"
-CVE_CHECK_IGNORE += "CVE-2014-0364"
-CVE_CHECK_IGNORE += "CVE-2016-10027"
+CVE_STATUS[CVE-2014-0363] = "not-applicable-config: CVE not for smack of smack-team, but other project."
+CVE_STATUS[CVE-2014-0364] = "not-applicable-config: CVE not for smack of smack-team, but other project."
+CVE_STATUS[CVE-2016-10027] = "not-applicable-config: CVE not for smack of smack-team, but other project"

 inherit autotools update-rc.d pkgconfig ptest
 inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)}