File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,10 +111,10 @@ deprecated class UntrustedDataToExternalApiConfig extends TaintTracking::Configu
111
111
}
112
112
113
113
/**
114
- * Taint tracking configuration for flow from `ThreatModelFlowSource `s to `ExternalApiDataNode`s.
114
+ * Taint tracking configuration for flow from `ActiveThreatModelSource `s to `ExternalApiDataNode`s.
115
115
*/
116
116
module UntrustedDataToExternalApiConfig implements DataFlow:: ConfigSig {
117
- predicate isSource ( DataFlow:: Node source ) { source instanceof ThreatModelFlowSource }
117
+ predicate isSource ( DataFlow:: Node source ) { source instanceof ActiveThreatModelSource }
118
118
119
119
predicate isSink ( DataFlow:: Node sink ) { sink instanceof ExternalApiDataNode }
120
120
}
@@ -247,7 +247,7 @@ private string typeAsModel(Callable c) {
247
247
exists ( RefType type | type = c .getDeclaringType ( ) |
248
248
result =
249
249
type .getCompilationUnit ( ) .getPackage ( ) .getName ( ) + ";" +
250
- type .getErasure ( ) .( J:: RefType ) .nestedName ( )
250
+ type .getErasure ( ) .( J:: RefType ) .getNestedName ( )
251
251
)
252
252
}
253
253
You can’t perform that action at this time.
0 commit comments