summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite
diff options
context:
space:
mode:
authorSanjay Chitroda <schitrod@cisco.com>2023-05-27 22:52:52 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-05-29 13:42:00 +0100
commit4a4f2b6df02b0051da0a54e45f4084027fcacd3d (patch)
tree098ae0f2f7b76e781b8509235a7515243ceebbf6 /meta/recipes-support/sqlite
parent2e44751098ceac559b6ecc6585541606617e8cab (diff)
downloadpoky-4a4f2b6df02b0051da0a54e45f4084027fcacd3d.tar.gz
sqlite3: Whitelist CVE-2022-21227
This CVE is applicable to "SQLite3 bindings for Node.js" only. References: https://nvd.nist.gov/vuln/detail/CVE-2022-21227 (From OE-Core rev: cfc42fdabb3f12eb4ac5069a549ba5699385dfdc) Signed-off-by: Sanjay Chitroda <schitrod@cisco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.41.2.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.41.2.bb b/meta/recipes-support/sqlite/sqlite3_3.41.2.bb
index b09e8e7f55..11bc8bb4c0 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.41.2.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.41.2.bb
@@ -12,3 +12,6 @@ CVE_CHECK_IGNORE += "CVE-2019-19242"
12CVE_CHECK_IGNORE += "CVE-2015-3717" 12CVE_CHECK_IGNORE += "CVE-2015-3717"
13# Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f 13# Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f
14CVE_CHECK_IGNORE += "CVE-2021-36690" 14CVE_CHECK_IGNORE += "CVE-2021-36690"
15# As per https://nvd.nist.gov/vuln/detail/CVE-2022-21227
16# this bug is applicable to SQLite3 Node.js
17CVE_CHECK_IGNORE += "CVE-2022-21227"