mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
10 lines
330 B
Plaintext
10 lines
330 B
Plaintext
import javascript
|
|
deprecated import utils.test.ConsistencyChecking
|
|
import semmle.javascript.security.dataflow.DomBasedXssQuery
|
|
|
|
deprecated class ConsistencyConfig extends ConsistencyConfiguration {
|
|
ConsistencyConfig() { this = "ConsistencyConfig" }
|
|
|
|
override DataFlow::Node getAnAlert() { DomBasedXssFlow::flow(_, result) }
|
|
}
|