Skip to content

Commit ac27b42

Browse files
committed
1 parent 6c3345e commit ac27b42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

csharp/ql/lib/semmle/code/csharp/security/dataflow/ExternalAPIsQuery.qll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ private module RemoteSourceToExternalApiConfig implements DataFlow::ConfigSig {
7878
predicate isSource(DataFlow::Node source) { source instanceof ActiveThreatModelSource }
7979

8080
predicate isSink(DataFlow::Node sink) { sink instanceof ExternalApiDataNode }
81+
82+
predicate observeDiffInformedIncrementalMode() { any() }
8183
}
8284

8385
/** A module for tracking flow from `ActiveThreatModelSource`s to `ExternalApiDataNode`s. */

0 commit comments

Comments
 (0)