-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Sanitize name of sharee #9040
Sanitize name of sharee #9040
Conversation
Fixes a XSS introduced with 271684d
Gnah - that needs also to get fixed in other places 😠 |
Ready for review. I'm annoyed by all those XSS that we had due to the default behaviour being allowing HTML in interpolations. Let's change this for oC8. |
👍 |
The inspection completed: 2 new issues |
🚀 Test Passed. 🚀 |
🚀 Test Passed. 🚀 |
Shouldn't the escaping be the responsibility of the I don't think it's good to allow injecting of HTML code with variables like that anyway. |
I quickly grepped the core code and didn't find any occurrence where tags are used as a value. |
ACK. As stated above by me. But I'm not sure whether we should do such a breaking change in the feature freeze. |
Ok, makes sense 👍 Can you make a separate ticket so we don't forget to fix it ? |
Fixes a XSS introduced with 271684d
@DeepDiver1975 @PVince81 @karlitschek