This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new cf75130 [BEANUTILS-520] BeanUtils2 mitigate CVE-2014-0114. cf75130 is described below commit cf75130609144c2042255d27e5680c6560572882 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Tue May 28 08:33:21 2019 -0400 [BEANUTILS-520] BeanUtils2 mitigate CVE-2014-0114. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b836a1e..e858f8d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,9 @@ <action issue="BEANUTILS-517" dev="ggregory" type="update" due-to="Gary Gregory"> Update Apache Commons Collections from 4.2 to 4.3. </action> + <action issue="BEANUTILS-520" dev="ggregory" type="update" due-to="Melloware"> + BeanUtils2 mitigate CVE-2014-0114. + </action> </release> <release version="1.9.3" date="2016-09-21" description="Bug fix release, now builds with Java 8">