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 0281dbd commit 6416b8dCopy full SHA for 6416b8d
ruby/ql/src/experimental/decompression-api/DecompressionApi.ql
@@ -18,7 +18,7 @@ import codeql.ruby.TaintTracking
18
import DataFlow::PathGraph
19
20
class DecompressionApiUse extends DataFlow::Node {
21
- // this should find the first argument of Zlib::Inflate.inflate or Zip::File.extract
+ // this should find the first argument of Zlib::Inflate.inflate
22
DecompressionApiUse() {
23
this =
24
API::getTopLevelMember("Zlib").getMember("Inflate").getAMethodCall("inflate").getArgument(0)
0 commit comments