sqlite: backport targeted security fixes for issue #3904#5743
Open
jmahotiedu wants to merge 1 commit intobloomberg:mainfrom
Open
sqlite: backport targeted security fixes for issue #3904#5743jmahotiedu wants to merge 1 commit intobloomberg:mainfrom
jmahotiedu wants to merge 1 commit intobloomberg:mainfrom
Conversation
Signed-off-by: Jared Mahotiere <jmahotie@purdue.edu>
cede68b to
ed15866
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/*security backports for issue Unfixed vulnerabilities in sqlite due to out-of-date source version #3904 (without a full SQLite version rebase)sqlite/SECURITY_PATCHSET_3904.mdsqlite/src/alter.csqlite/src/build.csqlite/src/expr.csqlite/src/pragma.csqlite/src/resolve.csqlite/src/select.csqlite/src/sqliteInt.htests/sqlite_bugs.test/t01..t05.{sql,expected}Notes on Applicability
1e9c47be...markedalready_present522ebfa...and926f796...markednot_applicableon this baseline (generated-column symbols/features are absent in this tree)380969...,396afe...)Verification
Executed in Linux-native environment (Ubuntu WSL clone):
cmake -S . -B build -DCOMDB2_TEST=1?cmake --build build -j $(nproc)?cmake --build build --target test-tools -j $(nproc)?cd tests && make sqlite_bugs? (TESTID=97401)Additional check:
cd tests && make cdb2apifails in this environment at existingt30.reqsetup with:STRING DEFAULT OPTION SCHEMA MUST BE A VALID DATETIME: d1TESTID=88155andTESTID=24502Refs: #3904