Python: unsafe -> mayExecuteInput

This commit is contained in:
Rasmus Lerchedahl Petersen
2020-10-15 12:56:29 +02:00
parent 00566f0eee
commit 172e058438
9 changed files with 16 additions and 16 deletions

View File

@@ -25,7 +25,7 @@ class UnsafeDeserializationConfiguration extends TaintTracking::Configuration {
override predicate isSink(DataFlow::Node sink) {
exists(Decoding d |
d.unsafe() and
d.mayExecuteInput() and
sink = d.getAnInput()
)
}