This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/master by this push:
new e951b5f3 Reject malformed base64 payload in RFC 2047 decodeWord (#478).
e951b5f3 is described below
commit e951b5f3aaaf5e3e4cca22e9bb2827573ecb5dbe
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 15 14:28:20 2026 -0400
Reject malformed base64 payload in RFC 2047 decodeWord (#478).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b721d8db..8a90e196 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Chenjp,
Gary Gregory">RFC2231Utils decodeText: Incorrect handling of percent encoded
text (#472).</action>
<action type="fix" dev="ggregory" due-to="alhuda,
Gary Gregory">Create temporary upload file with owner-only permissions
(#473).</action>
<action type="fix" dev="ggregory" due-to="alhuda,
Gary Gregory">Match RFC 2047 encoding token case-insensitively in decodeWord
(#476).</action>
+ <action type="fix" dev="ggregory" due-to="alhuda,
Gary Gregory">Reject malformed base64 payload in RFC 2047 decodeWord
(#478).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 96 to 102.</action>