mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
9 lines
306 B
Plaintext
9 lines
306 B
Plaintext
import javascript
|
|
import semmle.javascript.security.dataflow.DomBasedXssQuery
|
|
deprecated import utils.test.LegacyDataFlowDiff
|
|
|
|
deprecated query predicate legacyDataFlowDifference =
|
|
DataFlowDiff<DomBasedXssFlow, Configuration>::legacyDataFlowDifference/3;
|
|
|
|
query predicate flow = DomBasedXssFlow::flow/2;
|