Skip to content

Commit 6416b8d

Browse files
thiggy1342aibaars
andauthored
Update ruby/ql/src/experimental/decompression-api/DecompressionApi.ql
Co-authored-by: Arthur Baars <[email protected]>
1 parent 0281dbd commit 6416b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/experimental/decompression-api/DecompressionApi.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import codeql.ruby.TaintTracking
1818
import DataFlow::PathGraph
1919

2020
class DecompressionApiUse extends DataFlow::Node {
21-
// this should find the first argument of Zlib::Inflate.inflate or Zip::File.extract
21+
// this should find the first argument of Zlib::Inflate.inflate
2222
DecompressionApiUse() {
2323
this =
2424
API::getTopLevelMember("Zlib").getMember("Inflate").getAMethodCall("inflate").getArgument(0)

0 commit comments

Comments
 (0)