Files
codeql/java/ql/lib/change-notes/2025-07-11-unsafe-deserialization-extra-sink.md
Owen Mansel-Chan 7764fbb664 Change note
2025-07-11 11:05:48 +01:00

279 B

category
category
minorAnalysis
  • The qualifiers of a calls to readObject on any classes that implement java.io.ObjectInput are now recognised as sinks for java/unsafe-deserialization. Previously this was only the case for classes which extend java.io.ObjectInputStream.