You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CODEC-134: Update commons-codec to reject decoding any impossible string encoding for Base32 and Base64. (#19)
[CODEC-134] Squash and merge.
* CODEC-134: Update to reject decoding strings that are not possible in the given encoding for Base32 and Base64.
* CODEC-134: Fix tabs instead of spaces.
* CODEC-134: Update such that the right shift is not indirectly accomplished via a method call.
* CODEC-134: Fix spaces versus tabs (again).
* CODEC-134: Add test to cover missed exception case in BCodec.java.
* CODEC-134: Update changes.xml to describe change.
<actionissue="CODEC-257"dev="ggregory"type="update">Update from Java 7 to Java 8</action>
48
+
<actionissue="CODEC-134"dev="tmousaw-ptc"type="fix">Reject any decode request for a value that is impossible to encode to for Base32/Base64 rather than blindly decoding.</action>
48
49
</release>
49
50
50
51
<releaseversion="1.12"date="2019-02-04"description="Feature and fix release.">
0 commit comments