mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
Python: unsafe -> mayExecuteInput
This commit is contained in:
@@ -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()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user