All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ross Burton" <ross@burtonini.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 3/5] sqlite3: add CVE-2015-3717 to whitelist
Date: Thu, 19 Nov 2020 10:38:11 +0000	[thread overview]
Message-ID: <20201119103813.2726273-3-ross.burton@arm.com> (raw)
In-Reply-To: <20201119103813.2726273-1-ross.burton@arm.com>

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>
---
 meta/recipes-support/sqlite/sqlite3_3.33.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.33.0.bb b/meta/recipes-support/sqlite/sqlite3_3.33.0.bb
index 611a1bd923a..33f041a161d 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.33.0.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.33.0.bb
@@ -8,3 +8,5 @@ SRC_URI[sha256sum] = "106a2c48c7f75a298a7557bcc0d5f4f454e5b43811cc738b7ca294d695
 
 # -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"
-- 
2.25.1


  parent reply	other threads:[~2020-11-19 10:38 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-19 10:38 [PATCH 1/5] cve-check: show real PN/PV Ross Burton
2020-11-19 10:38 ` [PATCH 2/5] python3: add CVE-2007-4559 to whitelist Ross Burton
2020-11-19 15:03   ` [OE-core] " Steve Sakoman
2020-11-20 11:10     ` Ross Burton
2020-11-19 10:38 ` Ross Burton [this message]
2020-11-19 15:04   ` [OE-core] [PATCH 3/5] sqlite3: add CVE-2015-3717 " Steve Sakoman
2020-11-19 16:41     ` Mikko Rapeli
2020-11-20 11:13       ` Ross Burton
2020-11-20 11:13     ` Ross Burton
2020-11-19 10:38 ` [PATCH 4/5] gstreamer1.0-rtsp-server: set CVE_PRODUCT Ross Burton
2020-11-19 10:38 ` [PATCH 5/5] gstreamer1.0-plugins-base: " Ross Burton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201119103813.2726273-3-ross.burton@arm.com \
    --to=ross@burtonini.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.