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

Outline which variables allow untrusted input. #40

Open
quadrupleslap opened this issue Nov 3, 2018 · 1 comment
Open

Outline which variables allow untrusted input. #40

quadrupleslap opened this issue Nov 3, 2018 · 1 comment

Comments

@quadrupleslap
Copy link
Contributor

I think it'd be useful if it the docs made it obvious which fields can have untrusted input in them, because otherwise users might set themselves up for injection attacks.

@jonhoo
Copy link
Owner

jonhoo commented Nov 3, 2018

How do you define untrusted input here? I guess there are places where construct selectors based on user strings (Form in particular), and in those cases I suspect the solution is actually to do the appropriate escaping instead of just add a warning on those methods?

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

No branches or pull requests

2 participants