mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
phpmyadmin: ignore CVE-2020-22452
Details: https://nvd.nist.gov/vuln/detail/CVE-2020-22452 The fix is present in the recipe version (5.1.4)[1] [1]: https://github.com/phpmyadmin/phpmyadmin/pull/16004/commits/ca42395ee4b2936d3702524f8fb8bec1e9502bc7 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
@@ -41,3 +41,6 @@ FILES:${PN} = "${datadir}/${BPN} \
|
|||||||
${sysconfdir}/apache2/conf.d"
|
${sysconfdir}/apache2/conf.d"
|
||||||
|
|
||||||
RDEPENDS:${PN} += "bash php-cli"
|
RDEPENDS:${PN} += "bash php-cli"
|
||||||
|
|
||||||
|
# fix is contained in the recipe version
|
||||||
|
CVE_CHECK_IGNORE = "CVE-2020-22452"
|
||||||
|
|||||||
Reference in New Issue
Block a user