Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25a7fcf commit 9163cbeCopy full SHA for 9163cbe
1 file changed
python/ql/src/experimental/Security/CWE-022bis/TarSlipImprov.ql
@@ -97,6 +97,7 @@ class Configuration extends TaintTracking::Configuration {
97
exists(AttrRead attr, MethodCallNode call |
98
attr.accesses(nodeFrom, "getmembers") and
99
nodeFrom = call.getObject() and
100
+ nodeFrom instanceof AllTarfileOpens and
101
nodeTo = call
102
)
103
or
0 commit comments