Repository: commons-compress Updated Branches: refs/heads/master 0646aa7d4 -> c6689ab7c
COMPRESS-445 document change Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/c6689ab7 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/c6689ab7 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/c6689ab7 Branch: refs/heads/master Commit: c6689ab7c44dfecafcbfcc6792bcb807bbaf85b2 Parents: 0646aa7 Author: Stefan Bodewig <bode...@apache.org> Authored: Sun Apr 22 18:25:44 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Sun Apr 22 18:25:44 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c6689ab7/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e1d5ecc..b685036 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,6 +60,14 @@ The <action> type attribute can be add,update,fix,remove. archives are now turned into ZipException, they used to manifest as ArrayIndexOutOfBoundsException before. </action> + <action issue="COMPRESS-445" type="update" date="2018-04-22" + due-to="Andreas Beeker"> + The streams returned by ZipFile and some other decompressing + streams now provide information about the number of compressed + and uncompressed bytes read so far. This may be used to detect + a ZipBomb if the compression ratio exceeds a certain + threshold, for example. + </action> </release> <release version="1.16.1" date="2018-02-10" description="Release 1.16.1">