JS: Update ExternalAPIUsedwithUntrustedData

This commit is contained in:
Asger F
2025-01-17 14:32:19 +01:00
parent ecbd7983ba
commit 7c29ea9dda

View File

@@ -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
}
}