-
-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Remove unnecessary XSS check introduced by #2451 #2679
Conversation
@chinesedfan How can I have this fix ? I have a #2646 issue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And the script:src version?
@edgarjrg I don't know. But I will try to ask members who have publish permissions to release soon. @DanielYeshua Can you elaborate your question? |
There is still no solution for those who use AXIOS in this way: <script src = "main.js"> </script> There may be and I have not yet left. |
@DanielYeshua Never mind. When the next version is released, those dist files will be updated correspondingly. |
I am wondering if there is anything else that will help covering the issue of XSS in In my organization, I run a scan on my app with Synopsys Coverity and this is higlighting a Critical XSS issue in
@emilyemorehouse Let me know if this can be addressed or not. |
Fixed #2646 and lots of similar issues.
I shared the same opnion with @snoopysecurity. See #2464 (comment). We did overreaction for it and did an overkill.