Skip to content

Commit 31e15e2

Browse files
committed
update py/unsafe-deserialization to match ruby/javascript/java
1 parent 7788799 commit 31e15e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/Security/CWE-502/UnsafeDeserialization.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ import DataFlow::PathGraph
1818

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

0 commit comments

Comments
 (0)