mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
7 lines
199 B
Plaintext
7 lines
199 B
Plaintext
import javascript
|
|
import semmle.javascript.security.dataflow.DomBasedXss
|
|
|
|
from DomBasedXss::VHtmlSourceWrite w, DataFlow::Node pred, DataFlow::Node succ
|
|
where w.step(pred, succ)
|
|
select w, pred, succ
|