Skip to content

Commit 7d9e3fc

Browse files
committed
C#: ExternalAPIsQuery/UntrustedDataToExternalAPI
1 parent 84f648f commit 7d9e3fc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ private module RemoteSourceToExternalApiConfig implements DataFlow::ConfigSig {
7979

8080
predicate isSink(DataFlow::Node sink) { sink instanceof ExternalApiDataNode }
8181

82-
predicate observeDiffInformedIncrementalMode() {
83-
any() // TODO: Make sure that the location overrides match the query's select clause: Flow call outside 'select' clause (/Users/d10c/src/semmle-code/ql/csharp/ql/lib/semmle/code/csharp/security/dataflow/ExternalAPIsQuery.qll@88:36:88:75), Flow call outside 'select' clause (/Users/d10c/src/semmle-code/ql/csharp/ql/lib/semmle/code/csharp/security/dataflow/ExternalAPIsQuery.qll@91:43:91:87)
84-
}
82+
predicate observeDiffInformedIncrementalMode() { any() }
8583
}
8684

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

0 commit comments

Comments
 (0)