You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2016/02/13 16:11:18 UTC

[jira] [Created] (MATH-1324) RNGs implement "Serializable" (package "o.a.cm.random")

Gilles created MATH-1324:
----------------------------

             Summary: RNGs implement "Serializable" (package "o.a.cm.random")
                 Key: MATH-1324
                 URL: https://issues.apache.org/jira/browse/MATH-1324
             Project: Commons Math
          Issue Type: Improvement
    Affects Versions: 3.6
            Reporter: Gilles
            Priority: Minor


Classes should not implement the {{Serializable}} if they are not ready to handle the necessary steps to avoid security issues:
# http://javajee.com/best-practices-for-serialization-in-java
# http://www.xyzws.com/javafaq/what-are-the-precautions-for-implementing-serializable/53
# https://tersesystems.com/2015/11/08/closing-the-open-door-of-java-object-serialization/




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)