summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-25 14:15:12 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-25 07:53:24 -0800
commit1aee6a403c1901bc7ae793a2f4581b3cdbd95c1d (patch)
tree7c407c526a070fc51a8e88aa5503744e5e39fdca
parent991a6a866cdaa24fbb87cc9db25ab042bac4436f (diff)
downloadmeta-openembedded-1aee6a403c1901bc7ae793a2f4581b3cdbd95c1d.tar.gz
smarty: extend CVE_PRODUCT
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>
-rw-r--r--meta-oe/recipes-support/smarty/smarty_5.7.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/smarty/smarty_5.7.0.bb b/meta-oe/recipes-support/smarty/smarty_5.7.0.bb
index e7281a30b5..1d21c7eedf 100644
--- a/meta-oe/recipes-support/smarty/smarty_5.7.0.bb
+++ b/meta-oe/recipes-support/smarty/smarty_5.7.0.bb
@@ -34,4 +34,4 @@ FILES:${PN} += "${datadir}/php/smarty3/"
34 34
35RDEPENDS:${PN} = "php" 35RDEPENDS:${PN} = "php"
36 36
37CVE_PRODUCT = "smarty:smarty" 37CVE_PRODUCT = "smarty:smarty smarty-php:smarty"