Skip to content

Commit 7c29ea9

Browse files
committed
JS: Update ExternalAPIUsedwithUntrustedData
1 parent ecbd798 commit 7c29ea9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

javascript/ql/lib/semmle/javascript/security/dataflow/ExternalAPIUsedWithUntrustedDataQuery.qll

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ module ExternalAPIUsedWithUntrustedDataConfig implements DataFlow::ConfigSig {
3333
}
3434

3535
predicate observeDiffInformedIncrementalMode() {
36-
// TODO(diff-informed): Manually verify if config can be diff-informed.
37-
// ql/lib/semmle/javascript/security/dataflow/ExternalAPIUsedWithUntrustedDataQuery.qll:96: Flow call outside 'select' clause
38-
// ql/lib/semmle/javascript/security/dataflow/ExternalAPIUsedWithUntrustedDataQuery.qll:99: Flow call outside 'select' clause
39-
// ql/lib/semmle/javascript/security/dataflow/ExternalAPIUsedWithUntrustedDataQuery.qll:109: Flow call outside 'select' clause
40-
none()
36+
none() // Not used for PR analysis
4137
}
4238
}
4339

0 commit comments

Comments
 (0)