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

jinja_filters.py: Add escaping for unsafe input. #229

Merged
merged 3 commits into from
May 1, 2024

Conversation

mvds00
Copy link
Contributor

@mvds00 mvds00 commented Jan 8, 2024

E.g. if the description contains <html> tags this leads to issues.

markupsafe.escape() was the first HTML escaper to pop up, so I went with that.

E.g. if the description contains <html> tags this leads to issues.

markupsafe.escape() was the first html escaper to pop up, so I went with that.
@dblanchette dblanchette merged commit 0956d85 into coveooss:main May 1, 2024
5 checks passed
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.

2 participants