]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: add CVE-2015-3717 to whitelist
authorSteve Sakoman <steve@sakoman.com>
Mon, 30 Nov 2020 15:51:04 +0000 (05:51 -1000)
committerSteve Sakoman <steve@sakoman.com>
Mon, 30 Nov 2020 22:05:57 +0000 (12:05 -1000)
As per https://groups.google.com/g/sqlite-dev/c/U7OjAbZO6LA this issue
is believed to be either iOS specific, or fixed in 3.8.9.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
 (cherry-picked from d11a2157befcfe40517140988dd26bf0ed7240b6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/sqlite/sqlite3_3.31.1.bb

index c289affd6081e95c47ed770e2c6c6d1e7f3ede79..877e80f5a3fdbcf660a13319da3eda57128d20bc 100644 (file)
@@ -19,3 +19,5 @@ SRC_URI[sha256sum] = "62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b5
 
 # -19242 is only an issue in specific development branch commits
 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"