mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
update py/unsafe-deserialization to match ruby/javascript/java
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user