Skip to content

Commit

Permalink
cve: Update sqlite to 3.45.0
Browse files Browse the repository at this point in the history
Also resolves CVE-2023-7104 and CVE-2024-0232
  • Loading branch information
Smjert committed Jan 26, 2024
1 parent 612656b commit 01f1e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/cmake/source/sqlite/src
Submodule src updated 5 files
+3 −6 CMakeLists.txt
+18,189 −12,348 src/shell.c
+22,510 −8,493 src/sqlite3.c
+735 −216 src/sqlite3.h
+20 −2 src/sqlite3ext.h
8 changes: 3 additions & 5 deletions libraries/third_party_libraries_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,9 @@
"sqlite": {
"product": "sqlite",
"vendor": "sqlite",
"version": "3.39.2",
"commit": "cea3fbb89fb5dbf9a613964a3786867df17a0204",
"ignored-cves": [
"CVE-2022-46908"
]
"version": "3.45.0",
"commit": "b172c2880dbee89a62379ab35a10d0c89626c885",
"ignored-cves": []
},
"thrift": {
"product": "thrift",
Expand Down

0 comments on commit 01f1e9c

Please sign in to comment.