We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7788799 commit 31e15e2Copy full SHA for 31e15e2
python/ql/src/Security/CWE-502/UnsafeDeserialization.ql
@@ -18,4 +18,4 @@ import DataFlow::PathGraph
18
19
from Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink
20
where config.hasFlowPath(source, sink)
21
-select sink.getNode(), source, sink, "Deserializing of $@.", source.getNode(), "untrusted input"
+select sink.getNode(), source, sink, "Unsafe deserialization of $@.", source.getNode(), "user input"
0 commit comments