You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/10/02 16:24:45 UTC

[commons-rng] 02/02: RNG-120: Track changes.

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit d7133fec195a687bfdddfd79f4c2b1ea6a940bbc
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Oct 2 17:24:39 2019 +0100

    RNG-120: Track changes.
---
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d75ec75..795e256 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,10 @@ re-run tests that fail, and pass the build if they succeed
 within the allotted number of reruns (the test will be marked
 as 'flaky' in the report).
 ">
+      <action dev="aherbert" type="update" issue="RNG-120">
+        Update security of serialization code for java.util.Random instances. Implement
+        look-ahead deserialization or remove the use of ObjectInputStream.readObject().
+      </action>
       <action dev="aherbert" type="update" issue="RNG-76">
         "SplitMix64": Added primitive long constructor.
       </action>