mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
mass rename to ActiveThreatModelSource
This commit is contained in:
@@ -9,7 +9,7 @@ module Config implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node n) {
|
||||
n.asExpr().(MethodCall).getMethod().hasName("taint")
|
||||
or
|
||||
n instanceof ThreatModelFlowSource
|
||||
n instanceof ActiveThreatModelSource
|
||||
}
|
||||
|
||||
predicate isSink(DataFlow::Node n) {
|
||||
|
||||
Reference in New Issue
Block a user