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:
Gyorgy Sarvari
2026-01-03 09:48:31 +01:00
parent 8e69851e6d
commit 4e2c202346
@@ -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"