update py/unsafe-deserialization to match ruby/javascript/java

This commit is contained in:
erik-krogh
2022-08-11 22:39:43 +02:00
parent 778879908e
commit 31e15e27fc

View File

@@ -18,4 +18,4 @@ import DataFlow::PathGraph
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
where config.hasFlowPath(source, sink)
select sink.getNode(), source, sink, "Deserializing of $@.", source.getNode(), "untrusted input"
select sink.getNode(), source, sink, "Unsafe deserialization of $@.", source.getNode(), "user input"