We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3949e04 commit 9c9ac91Copy full SHA for 9c9ac91
ruby/ql/src/experimental/decompression-api/DecompressionApi.ql
@@ -39,7 +39,7 @@ class Configuration extends TaintTracking::Configuration {
39
40
// our Decompression APIs defined above will the the sinks we use for this query
41
override predicate isSink(DataFlow::Node sink) {
42
- sink.(DataFlow::CallNode) instanceof DecompressionApiUse
+ sink instanceof DecompressionApiUse
43
}
44
45
0 commit comments