We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c3345e commit ac27b42Copy full SHA for ac27b42
csharp/ql/lib/semmle/code/csharp/security/dataflow/ExternalAPIsQuery.qll
@@ -78,6 +78,8 @@ private module RemoteSourceToExternalApiConfig implements DataFlow::ConfigSig {
78
predicate isSource(DataFlow::Node source) { source instanceof ActiveThreatModelSource }
79
80
predicate isSink(DataFlow::Node sink) { sink instanceof ExternalApiDataNode }
81
+
82
+ predicate observeDiffInformedIncrementalMode() { any() }
83
}
84
85
/** A module for tracking flow from `ActiveThreatModelSource`s to `ExternalApiDataNode`s. */
0 commit comments