Skip to content

Commit 16ef504

Browse files
Sim4n6yoff
andauthored
Update python/ql/src/experimental/Security/UnsafeUnpackQuery.qll
Co-authored-by: yoff <[email protected]>
1 parent 4196230 commit 16ef504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/experimental/Security/UnsafeUnpackQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class UnsafeUnpackingConfig extends TaintTracking::Configuration {
103103
// For a call to `file.extractall` without `members` argument, `file` is considered a sink.
104104
exists(MethodCallNode call, AllTarfileOpens atfo |
105105
call = atfo.getReturn().getMember("extractall").getACall() and
106-
not exists(Node arg | arg = call.getArgByName("members")) and
106+
not exists(call.getArgByName("members")) and
107107
sink = call.getObject()
108108
)
109109
or

0 commit comments

Comments
 (0)