]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sqlite3: set CVE_STATUS for CVE-2023-36191
authorChangqing Li <changqing.li@windriver.com>
Mon, 4 Sep 2023 02:09:47 +0000 (10:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Sep 2023 19:13:57 +0000 (20:13 +0100)
The error is a bug. It has been fixed upstream. But it is not a
vulnerability. You may safely ignore the CVE.

Refer:
[1] https://www.sqlite.org/forum/forumpost/19f55ef73b

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3_3.43.0.bb

index e6d7bb9cd5bbdeb376dd8d4b63fa7be93f9bb71e..84644a09e67b56e6e9a2a3686d083480a10034de 100644 (file)
@@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed0
 SRC_URI = "http://www.sqlite.org/2023/sqlite-autoconf-${SQLITE_PV}.tar.gz"
 SRC_URI[sha256sum] = "49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1"
 
+CVE_STATUS[CVE-2023-36191] = "disputed: The error is a bug. It has been fixed upstream. But it is not a vulnerability"
+