mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Ruby: resolve inserted TODOs
This commit is contained in:
@@ -40,10 +40,12 @@ private module DecompressionApiConfig implements DataFlow::ConfigSig {
|
||||
// our Decompression APIs defined above will be the sinks we use for this query
|
||||
predicate isSink(DataFlow::Node sink) { sink instanceof DecompressionApiUse }
|
||||
|
||||
predicate observeDiffInformedIncrementalMode() {
|
||||
// TODO(diff-informed): Manually verify if config can be diff-informed.
|
||||
// ql/src/experimental/decompression-api/DecompressionApi.ql:54: Column 5 selects sink.getCall
|
||||
none()
|
||||
predicate observeDiffInformedIncrementalMode() { any() }
|
||||
|
||||
Location getASelectedSinkLocation(DataFlow::Node sink) {
|
||||
result = sink.(DecompressionApiUse).getLocation()
|
||||
or
|
||||
result = sink.(DecompressionApiUse).getCall().getLocation()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user