diff options
author | Steve Sakoman <steve@sakoman.com> | 2020-11-30 05:51:04 -1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 23:49:01 +0000 |
commit | 8e0df80624180ef551d83e065c7633719a8075a0 (patch) | |
tree | 2e807c8b501f4e95425595b8d619d9dfbce394e2 /meta/recipes-support | |
parent | 4e8a6a05b7bd9f0da27fa1ce7efa8a77e485786a (diff) | |
download | poky-8e0df80624180ef551d83e065c7633719a8075a0.tar.gz |
sqlite3: add CVE-2015-3717 to whitelist
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.
(From OE-Core rev: c5bfb3e4680fb69b7ce793c57082354c12ce3f13)
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.31.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.31.1.bb b/meta/recipes-support/sqlite/sqlite3_3.31.1.bb index c289affd60..877e80f5a3 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.31.1.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.31.1.bb | |||
@@ -19,3 +19,5 @@ SRC_URI[sha256sum] = "62284efebc05a76f909c580ffa5c008a7d22a1287285d68b7825a2b6b5 | |||
19 | 19 | ||
20 | # -19242 is only an issue in specific development branch commits | 20 | # -19242 is only an issue in specific development branch commits |
21 | CVE_CHECK_WHITELIST += "CVE-2019-19242" | 21 | CVE_CHECK_WHITELIST += "CVE-2019-19242" |
22 | # This is believed to be iOS specific (https://groups.google.com/g/sqlite-dev/c/U7OjAbZO6LA) | ||
23 | CVE_CHECK_WHITELIST += "CVE-2015-3717" | ||