aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php_7.4.9.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2020-12-15 15:22:57 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-15 00:52:55 -0800
commitaff8a1fefb9a1a311e5ba14ad69871514270803a (patch)
treee8902bb8a2a50f21514b2157eaa7f6bf9e92125f /meta-oe/recipes-devtools/php/php_7.4.9.bb
parentbaee1ebeafce5d6a99dafc30b91e6fb760197686 (diff)
downloadmeta-openembedded-contrib-aff8a1fefb9a1a311e5ba14ad69871514270803a.tar.gz
php: CVE-2020-7070
Security Advisory References https://nvd.nist.gov/vuln/detail/CVE-2020-7070 https://bugs.php.net/patch-display.php?bug=79699&patch=fix-urldecode&revision=1600650364 https://github.com/php/php-src/blob/master/main/php_variables.c Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/php/php_7.4.9.bb')
-rw-r--r--meta-oe/recipes-devtools/php/php_7.4.9.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_7.4.9.bb b/meta-oe/recipes-devtools/php/php_7.4.9.bb
index 1da5607835..bc58b5792e 100644
--- a/meta-oe/recipes-devtools/php/php_7.4.9.bb
+++ b/meta-oe/recipes-devtools/php/php_7.4.9.bb
@@ -30,6 +30,7 @@ SRC_URI_append_class-target = " \
file://phar-makefile.patch \
file://0001-opcache-config.m4-enable-opcache.patch \
file://xfail_two_bug_tests.patch \
+ file://CVE-2020-7070.patch \
"
S = "${WORKDIR}/php-${PV}"