diff options
author | Ninette Adhikari <ninette@thehoodiefirm.com> | 2024-06-14 07:19:11 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-14 10:20:37 -0700 |
commit | 3a819d34c695fbca427f273936a39952b5b53f1c (patch) | |
tree | 277d330d58ccd557be93d81cee9cd7bf14d349dc /meta-oe/recipes-support/smarty | |
parent | f6f2fad649b2d404f40660968151b8b5a58c5fc7 (diff) | |
download | meta-openembedded-3a819d34c695fbca427f273936a39952b5b53f1c.tar.gz |
smarty: Update status for CVE-2020-10375
The recipe used in the meta-openembedded is a different package compared to the one which has the CVE issue.
Package used in meta-embedded: https://www.smarty.net/
Package with CVE issue is from newmediacompany: https://www.smarty-online.de
No action required.
Signed-off-by: Ninette Adhikari <ninette@thehoodiefirm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/smarty')
-rw-r--r-- | meta-oe/recipes-support/smarty/smarty_4.4.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 1caa4cd1bb..e0979bb5aa 100644 --- a/meta-oe/recipes-support/smarty/smarty_4.4.1.bb +++ b/meta-oe/recipes-support/smarty/smarty_4.4.1.bb | |||
@@ -24,3 +24,5 @@ do_install() { | |||
24 | install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/ | 24 | install -m 0644 ${S}/libs/sysplugins/*.php ${D}${datadir}/php/smarty3/libs/sysplugins/ |
25 | } | 25 | } |
26 | FILES:${PN} = "${datadir}/php/smarty3/" | 26 | FILES:${PN} = "${datadir}/php/smarty3/" |
27 | |||
28 | CVE_STATUS[CVE-2020-10375] = "cpe-incorrect: The recipe used in the meta-openembedded is a different smarty package compared to the one which has the CVE issue." | ||