From: Richard Purdie Date: Tue, 30 May 2023 12:25:34 +0000 (+0100) Subject: Revert "sqlite3: Whitelist CVE-2022-21227" X-Git-Tag: uninative-4.1~631 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caef2b734d68add03dea8c94c99c10bcde6547a6;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git Revert "sqlite3: Whitelist CVE-2022-21227" This reverts commit cfc42fdabb3f12eb4ac5069a549ba5699385dfdc. --- diff --git a/meta/recipes-support/sqlite/sqlite3_3.41.2.bb b/meta/recipes-support/sqlite/sqlite3_3.41.2.bb index 11bc8bb4c0e..b09e8e7f557 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.41.2.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.41.2.bb @@ -12,6 +12,3 @@ CVE_CHECK_IGNORE += "CVE-2019-19242" CVE_CHECK_IGNORE += "CVE-2015-3717" # Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f CVE_CHECK_IGNORE += "CVE-2021-36690" -# As per https://nvd.nist.gov/vuln/detail/CVE-2022-21227 -# this bug is applicable to SQLite3 Node.js -CVE_CHECK_IGNORE += "CVE-2022-21227"