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

Suggestion: Another XSS vector #461

Open
wh1t3h47 opened this issue Mar 6, 2022 · 1 comment
Open

Suggestion: Another XSS vector #461

wh1t3h47 opened this issue Mar 6, 2022 · 1 comment

Comments

@wh1t3h47
Copy link

wh1t3h47 commented Mar 6, 2022

I was reading the documentation provided here and I noted that there was something missing in the XSS prevention documentation: Template strings.

As noted here, template strings can introduce an XSS vector in Django, it also might be a good ideia to add a static code analysis rule for that, but I'm not sure if Semgrep already has this rule implemented.

@adamkvitek
Copy link
Contributor

Thank you @wh1t3h47!

Internal issue tracking number MKT-467.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants
@wh1t3h47 @adamkvitek and others