mirror of
https://github.com/github/codeql.git
synced 2026-04-18 21:44:02 +02:00
10 lines
325 B
Plaintext
10 lines
325 B
Plaintext
import javascript
|
|
import semmle.javascript.security.dataflow.TaintedPathQuery
|
|
import testUtilities.ConsistencyChecking
|
|
|
|
class TaintedPathConsistency extends ConsistencyConfiguration {
|
|
TaintedPathConsistency() { this = "TaintedPathConsistency" }
|
|
|
|
override DataFlow::Node getAnAlert() { TaintedPathFlow::flowTo(result) }
|
|
}
|