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

Possible XSS vulnerabilities from unescaped input #1

Open
wesvetter opened this issue Jul 5, 2016 · 0 comments
Open

Possible XSS vulnerabilities from unescaped input #1

wesvetter opened this issue Jul 5, 2016 · 0 comments

Comments

@wesvetter
Copy link
Member

Form data is not always escaped by default which poses an XSS vulnerability.

This is true in the List modal adapter for editing objects. The pretty print function does not escape form values or key names by default.

There may also be other places in the library where values are not escaped.

Related issues/commits:

powmedia#411
powmedia@fcf6d14?w=1
glenpike@90ce9c4

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

1 participant