diff mbox series

[meta-oe,scarthgap] smarty: extend CVE_PRODUCT

Message ID 20260820090618.58639-1-devanshp@cisco.com
State New
Headers show
Series [meta-oe,scarthgap] smarty: extend CVE_PRODUCT | expand

Commit Message

From: Gyorgy Sarvari <skandigraun@gmail.com>

Some CVEs assign smarty-php as the vendor to the corresponding CPE.
E.g CVE-2024-35226[1] is tracked with smarty-php:smarty by mitre
(NVD tracks it without CPE).

[1]: https://cveawg.mitre.org/api/cve/CVE-2024-35226

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 1aee6a403c1901bc7ae793a2f4581b3cdbd95c1d)
Signed-off-by: Devansh Patel <devanshp@cisco.com>
---
 meta-oe/recipes-support/smarty/smarty_4.4.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
index 395fd77722..cd59a71103 100644
--- a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
+++ b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb
@@ -25,4 +25,4 @@  do_install() {
 }
 FILES:${PN} = "${datadir}/php/smarty3/"
 
-CVE_PRODUCT = "smarty:smarty"
+CVE_PRODUCT = "smarty:smarty smarty-php:smarty"