mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Fix autoformatting issues
This commit is contained in:
@@ -84,9 +84,7 @@ class UnsafeUnpackingConfig extends TaintTracking::Configuration {
|
||||
// see wget: https://pypi.org/project/wget/
|
||||
exists(API::CallNode mcn |
|
||||
mcn = API::moduleImport("wget").getMember("download").getACall() and
|
||||
if exists(mcn.getArg(1))
|
||||
then source = mcn.getArg(1)
|
||||
else source = mcn.getReturn().asSource()
|
||||
if exists(mcn.getArg(1)) then source = mcn.getArg(1) else source = mcn.getReturn().asSource()
|
||||
)
|
||||
or
|
||||
// catch the Django uploaded files as a source
|
||||
|
||||
Reference in New Issue
Block a user