diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-25 14:15:12 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-25 07:53:24 -0800 |
| commit | 1aee6a403c1901bc7ae793a2f4581b3cdbd95c1d (patch) | |
| tree | 7c407c526a070fc51a8e88aa5503744e5e39fdca | |
| parent | 991a6a866cdaa24fbb87cc9db25ab042bac4436f (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 35 | RDEPENDS:${PN} = "php" | 35 | RDEPENDS:${PN} = "php" |
| 36 | 36 | ||
| 37 | CVE_PRODUCT = "smarty:smarty" | 37 | CVE_PRODUCT = "smarty:smarty smarty-php:smarty" |
