]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: Exclude CVE-2021-36690 from cve checks
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Sep 2021 12:28:48 +0000 (13:28 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Sep 2021 22:44:04 +0000 (23:44 +0100)
Issue is in an experimental extension we don't have/use. Could also
be windows only.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3_3.36.0.bb

index f5d75e8e4c2120fc94caea8c5ff2c4bcb1275ed8..30c9445be1abc2e60458a2dd7cc35126c58283e4 100644 (file)
@@ -10,3 +10,5 @@ SRC_URI[sha256sum] = "bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b6
 CVE_CHECK_WHITELIST += "CVE-2019-19242"
 # This is believed to be iOS specific (https://groups.google.com/g/sqlite-dev/c/U7OjAbZO6LA)
 CVE_CHECK_WHITELIST += "CVE-2015-3717"
+# Issue in an experimental extension we don't have/use. Fixed by https://sqlite.org/src/info/b1e0c22ec981cf5f
+CVE_CHECK_WHITELIST += "CVE-2021-36690"