Python: Model keyword arguments to dill.loads

This commit is contained in:
Rasmus Wriedt Larsen
2021-10-08 09:38:34 +02:00
parent 9180257afe
commit 4820be3b10
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ private module Dill {
override predicate mayExecuteInput() { any() }
override DataFlow::Node getAnInput() { result = this.getArg(0) }
override DataFlow::Node getAnInput() { result in [this.getArg(0), this.getArgByName("str")] }
override DataFlow::Node getOutput() { result = this }