GitBook: [#2847] update find dom xss

This commit is contained in:
CPol 2021-11-18 13:00:50 +00:00 committed by gitbook-bot
parent 32628dd460
commit fd9c38127a
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF

View file

@ -73,6 +73,10 @@ Database
This kind of XSS is probably the **hardest to find**, as you need to look inside the JS code, see if it's **using **any object whose **value you control**, and in that case, see if there is **any way to abuse** it to execute arbitrary JS.
## Tools to find them
* [https://github.com/mozilla/eslint-plugin-no-unsanitized](https://github.com/mozilla/eslint-plugin-no-unsanitized)
## Examples
### Open Redirect