-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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 in data-target #23679
Fix XSS in data-target #23679
Conversation
What about Asking because I have started from writing failing unit tests, and they still fail unless I also fix it over there. Fyi, you can find these tests here: |
Yes Travis build our code and in this case update Is it a correct fix for you ? |
Yes, the fix looks fine. I'll have a look around, and check if other features might be affected similarly. I'd open new issues in that case... The qunit test that I wrote seem to work rather fine either way. Of course, for the positive case there is not much to check, so they just wait for a (very short) timeout, and assert that nothing has happened. |
Maybe you can create a PR which target my branch |
Thanks @meeque 👍 |
6347ba3
to
3e7b4f7
Compare
Fix XSS in our
data-target
(CVE-2016-10735).Closes #20184
/CC @meeque