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

Co-authored-by: yoff <lerchedahl@gmail.com>
This commit is contained in:
Sim4n6
2023-01-27 16:12:08 +01:00
committed by GitHub
parent 7a126a2317
commit 0b27b1314a

View File

@@ -24,7 +24,6 @@ class UnsafeUnpackingConfig extends TaintTracking::Configuration {
args =
API::moduleImport("argparse")
.getMember("ArgumentParser")
.getACall()
.getReturn()
.getMember("parse_args")
.getACall()