diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-12-15 15:22:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-12-15 00:52:55 -0800 |
| commit | aff8a1fefb9a1a311e5ba14ad69871514270803a (patch) | |
| tree | e8902bb8a2a50f21514b2157eaa7f6bf9e92125f /meta-oe/recipes-devtools/php/php_7.4.9.bb | |
| parent | baee1ebeafce5d6a99dafc30b91e6fb760197686 (diff) | |
| download | meta-openembedded-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.bb | 1 |
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 = " \ | |||
| 30 | file://phar-makefile.patch \ | 30 | file://phar-makefile.patch \ |
| 31 | file://0001-opcache-config.m4-enable-opcache.patch \ | 31 | file://0001-opcache-config.m4-enable-opcache.patch \ |
| 32 | file://xfail_two_bug_tests.patch \ | 32 | file://xfail_two_bug_tests.patch \ |
| 33 | file://CVE-2020-7070.patch \ | ||
| 33 | " | 34 | " |
| 34 | 35 | ||
| 35 | S = "${WORKDIR}/php-${PV}" | 36 | S = "${WORKDIR}/php-${PV}" |
