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 633ddf4 commit db46a1dCopy full SHA for db46a1d
ruby/ql/src/experimental/decompression-api/DecompressionApi.ql
@@ -39,9 +39,7 @@ class Configuration extends TaintTracking::Configuration {
39
override predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource }
40
41
// our Decompression APIs defined above will be the sinks we use for this query
42
- override predicate isSink(DataFlow::Node sink) {
43
- sink instanceof DecompressionApiUse
44
- }
+ override predicate isSink(DataFlow::Node sink) { sink instanceof DecompressionApiUse }
45
}
46
47
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
0 commit comments