Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 415 Bytes

File metadata and controls

6 lines (4 loc) · 415 Bytes

1.1.12

Bug Fixes

  • Classes that define a writeReplace method are no longer flagged by the java/missing-no-arg-constructor-on-serializable query on the assumption they are unlikely to be deserialized using the default algorithm.
  • The query "Use of a broken or risky cryptographic algorithm" (java/weak-cryptographic-algorithm) now gives the reason why the cryptographic algorithm is considered weak.