-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
askama_escape Why escape slashes? #245
Comments
Because the OWASP recommends doing so. https://security.stackexchange.com/questions/49852/why-should-xss-filters-escape-forward-slash |
OWASP Cross Site Scripting Prevention Cheat Sheet Furthermore I don't see anyone provide an actual attack on Security Stack Exchange that was enabled due to unescaped If I agree or not doesn't matter though since the OWASP recommends doing so. |
You could write your own filter that does more minimal escaping and returns the result as a |
Sorry, I just don't seem to understand what harm slashes can do in html.
Why does it escape slashes?
The text was updated successfully, but these errors were encountered: