Skip to content
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

(#1170) Escape startkey/endkey in WebSQL allDocs() #1171

Closed
wants to merge 1 commit into from

Conversation

nolanlawson
Copy link
Member

Properly escape the startkey/endkey to avoid SQL injection
vulnerabilities or problems with invalid characters.

Properly escape the startkey/endkey to avoid SQL injection
vulnerabilities or problems with invalid characters.
@nolanlawson
Copy link
Member Author

Just changed it so it uses ?s for the keys too. Might as well.

@calvinmetcalf
Copy link
Member

that particular test doesn't fail in safari, merged 59b1f9e

@nolanlawson
Copy link
Member Author

Yeah, I've been manually changing the order of preferredAdapters in setup.js in order to test in Chrome/Chromium, since Safari is broken. Dunno if there's a better way.

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.

None yet

2 participants