add change note

This commit is contained in:
Alvaro Muñoz
2021-02-15 14:53:16 +01:00
parent 00a0b12dad
commit 3d3f4ba797

View File

@@ -0,0 +1,5 @@
lgtm,codescanning
* The query "Unsafe Deserialization" (`java/unsafe-deserialization`) has been
improved to report those cases where SnakeYaml `Constructor` is used to fix
the unmarshaled object graph root's type but injection is still possible in
nested nodes of the object graph.