Replies: 1 comment
-
Sorry for the late reply. Additional context: the I think your query could be worth having. It would be very cool if it could be used in conjunction with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, there is a discussion on twitter about finding javascript gadgets automatically.
https://twitter.com/freddyb/status/1274967753833709573?s=20
So I write a codeql js query to detect a gadget which turns user interaction xss to no user interaction xss.
https://lgtm.com/query/7906523580242320181/
There are many examples like this, here is a research presented by people @google
https://www.blackhat.com/docs/us-17/thursday/us-17-Lekies-Dont-Trust-The-DOM-Bypassing-XSS-Mitigations-Via-Script-Gadgets.pdf
If anybody interested you can improve the above codeql query.
cc @nicowaisman @intrigus-lgtm
Beta Was this translation helpful? Give feedback.
All reactions