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

Fix XSS vulnerability #3230

Merged
merged 2 commits into from
Mar 14, 2023
Merged

Fix XSS vulnerability #3230

merged 2 commits into from
Mar 14, 2023

Conversation

honnix
Copy link
Member

@honnix honnix commented Mar 13, 2023

Description

Fix XSS vulnerability

Motivation and Context

This PR escapes HTML content to address XSS vulnerability. A previous attempt did not fully resolve it: #2391

Have you tested this? If so, how?

I ran a task and verified that HTML content is properly escape.

@honnix honnix requested review from dlstadther and a team as code owners March 13, 2023 15:24
luigi/static/visualiser/js/graph.js Outdated Show resolved Hide resolved
luigi/static/visualiser/js/visualiserApp.js Outdated Show resolved Hide resolved
narape
narape previously approved these changes Mar 13, 2023
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