mass rename to ActiveThreatModelSource

This commit is contained in:
Rasmus Wriedt Larsen
2024-09-10 14:55:07 +02:00
parent 038bc832a7
commit 8c10155eb7
136 changed files with 179 additions and 177 deletions

View File

@@ -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) {