Skip to content

Fix potential SQL injection when keying the database #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2013

Conversation

abeluck
Copy link
Contributor

@abeluck abeluck commented Mar 16, 2013

SQLite doesn't support compiled statements with PRAGMA values, and
manually escaping the string seemed chancy. So, I opted to call the
API function directly.

SQLite doesn't support compiled statements with PRAGMA values, and
manually escaping the string seemed chancy. So, I opted to call the
API function directly.
@developernotes
Copy link
Member

Thanks Abel!

developernotes added a commit that referenced this pull request Mar 19, 2013
Fix potential SQL injection when keying the database
@developernotes developernotes merged commit 353b66c into sqlcipher:master Mar 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants