Author: jukka
Date: Sun Apr 26 21:20:53 2009
New Revision: 768799
URL: http://svn.apache.org/viewvc?rev=768799&view=rev
Log:
TIKA-216: Zip bomb prevention
Adda release note for TIKA-216
Modified:
lucene/tika/trunk/CHANGES.txt
Modified: lucene/tika/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/lucene/tika/trunk/CHANGES.txt?rev=768799&r1=768798&r2=768799&view=diff
==============================================================================
--- lucene/tika/trunk/CHANGES.txt (original)
+++ lucene/tika/trunk/CHANGES.txt Sun Apr 26 21:20:53 2009
@@ -4,9 +4,15 @@
Unreleased changes (0.4)
------------------------
+The most notable changes in Tika 0.4 over the previous release are:
+
* The memory use of parsing Excel sheets with lots of numbers
has been considerably reduced. (TIKA-211)
+ * The AutoDetectParser now has basic protection against "zip bomb"
+ attacks, where a specially crafted input document can expand to
+ practically infinite amount of output text. (TIKA-216)
+
Release 0.3 - 03/09/2009
------------------------