Skip to content

Commit

Permalink
JS: Update ExternalAPIUsedwithUntrustedData
Browse files Browse the repository at this point in the history
  • Loading branch information
asgerf committed Jan 17, 2025
1 parent 6e9b95d commit 3b63d18
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ module ExternalAPIUsedWithUntrustedDataConfig implements DataFlow::ConfigSig {
}

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

Expand Down

0 comments on commit 3b63d18

Please sign in to comment.