You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/28 12:52:23 UTC

svn commit: r1497724 - in /commons/proper/commons-parent/trunk: pom.xml src/changes/changes.xml

Author: sebb
Date: Fri Jun 28 10:52:23 2013
New Revision: 1497724

URL: http://svn.apache.org/r1497724
Log:
Document javadoc fix details

Modified:
    commons/proper/commons-parent/trunk/pom.xml
    commons/proper/commons-parent/trunk/src/changes/changes.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1497724&r1=1497723&r2=1497724&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Jun 28 10:52:23 2013
@@ -1223,6 +1223,7 @@ http://svn.apache.org/repos/asf/commons/
     <!-- plugin versions (allows same value in reporting and build sections) -->
     <commons.surefire.version>2.15</commons.surefire.version>
     <commons.surefire-report.version>2.15</commons.surefire-report.version>
+    <!-- 2.9.1 includes fix for Javadoc vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370 -->
     <commons.javadoc.version>2.9.1</commons.javadoc.version>
     <!-- 
       For RAT 0.9, make sure you <exclude>site-content/**/*</exclude> in your POM if you overrdide the configuration

Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/src/changes/changes.xml?rev=1497724&r1=1497723&r2=1497724&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/src/changes/changes.xml (original)
+++ commons/proper/commons-parent/trunk/src/changes/changes.xml Fri Jun 28 10:52:23 2013
@@ -62,6 +62,7 @@ The <action> type attribute can be add,u
 
         <release version="32" date="2013-??-??" description="
 The main changes in this release are:
+  - added fix for Javadoc vulnerability (CVE-2013-1571, VU#225657) MJAVADOC-370
   - updated some plugins
 ">
             <!-- List each change individually so the changes html report is easier to read -->