]> source.dussan.org Git - poi.git/commitdiff
Add CVE numbers
authorUwe Schindler <uschindler@apache.org>
Wed, 13 Aug 2014 13:08:26 +0000 (13:08 +0000)
committerUwe Schindler <uschindler@apache.org>
Wed, 13 Aug 2014 13:08:26 +0000 (13:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/REL_3_10_BRANCH@1617723 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/status.xml

index 590e05a7cb67d3a29a4185c44dcd7db023363222..707671a5a7f11472c3b1c35132ecf85ea928e816 100644 (file)
@@ -36,9 +36,9 @@
     </developers>
 
     <changes>
-        <release version="3.10.1" date="2014-08-20">
-          <action dev="poi-developers" type="fix">54764 - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine</action>
-          <action dev="poi-developers" type="fix">56164 - Tidy up the OPC SAX setup code with a new common Helper, preventing external entity expansion</action>
+        <release version="3.10.1" date="2014-08-18">
+          <action dev="poi-developers" type="fix">54764 - On supported XML parser versions (Xerces or JVM built-in, XMLBeans 2.6), enforce sensible limits on entity expansion in OOXML files, and ensure that subsequent normal files still pass fine (CVE-2014-3574)</action>
+          <action dev="poi-developers" type="fix">56164 - Tidy up the OPC SAX setup code with a new common Helper, preventing external entity expansion (CVE-2014-3529)</action>
         </release>
         <release version="3.10-FINAL" date="2014-02-08">
           <action dev="poi-developers" type="fix">51585 - WorkbookFactory.create() hangs when creating a workbook</action>