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 b04d568 commit 09df055Copy full SHA for 09df055
python/ql/src/experimental/Security/UnsafeUnpackQuery.qll
@@ -84,7 +84,7 @@ class UnsafeUnpackingConfig extends TaintTracking::Configuration {
84
// see wget: https://pypi.org/project/wget/
85
exists(API::CallNode mcn |
86
mcn = API::moduleImport("wget").getMember("download").getACall() and
87
- if exists(Node arg | arg = mcn.getArg(1))
+ if exists(mcn.getArg(1))
88
then source = mcn.getArg(1)
89
else source = mcn.getReturn().asSource()
90
)
0 commit comments