Skip to content

Commit 0e9f816

Browse files
committed
Go: ExternalAPIs
1 parent 3e6bd5f commit 0e9f816

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go/ql/lib/semmle/go/security/ExternalAPIs.qll

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

188188
predicate isSink(DataFlow::Node sink) { sink instanceof ExternalApiDataNode }
189189

190-
predicate observeDiffInformedIncrementalMode() {
191-
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/go/ql/lib/semmle/go/security/ExternalAPIs.qll@212:36:212:80), Flow call outside 'select' clause (/Users/d10c/src/semmle-code/ql/go/ql/lib/semmle/go/security/ExternalAPIs.qll@215:43:215:92)
192-
}
190+
predicate observeDiffInformedIncrementalMode() { any() }
193191
}
194192

195193
/**

0 commit comments

Comments
 (0)