mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
php: ignore patched CVEs
CVE-2007-2728, CVE-2007-3205 and CVE-2007-4596 are patched in our version of php but they don't have a vulnerable version range in the NVD database, that's why they need to be ignored. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
ed904e6541
commit
1642bfcb07
@@ -35,6 +35,12 @@ SRC_URI:append:class-target = " \
|
|||||||
S = "${WORKDIR}/php-${PV}"
|
S = "${WORKDIR}/php-${PV}"
|
||||||
SRC_URI[sha256sum] = "b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d"
|
SRC_URI[sha256sum] = "b816753eb005511e695d90945c27093c3236cc73db1262656d9fadd73ead7e9d"
|
||||||
|
|
||||||
|
CVE_CHECK_IGNORE += "\
|
||||||
|
CVE-2007-2728 \
|
||||||
|
CVE-2007-3205 \
|
||||||
|
CVE-2007-4596 \
|
||||||
|
"
|
||||||
|
|
||||||
inherit autotools pkgconfig python3native gettext
|
inherit autotools pkgconfig python3native gettext
|
||||||
|
|
||||||
# phpize is not scanned for absolute paths by default (but php-config is).
|
# phpize is not scanned for absolute paths by default (but php-config is).
|
||||||
|
|||||||
Reference in New Issue
Block a user