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-validator.git
The following commit(s) were added to refs/heads/master by this push:
new 5a28bc4f Reject nameprep-stripped code points in unicodeToASCII (#429).
5a28bc4f is described below
commit 5a28bc4f4ca9157a6e0cbbd647c687af8682d0f9
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 23 07:26:10 2026 -0400
Reject nameprep-stripped code points in unicodeToASCII (#429).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 27d7df84..cbd7d45b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -110,6 +110,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject fractional input in GenericTypeValidator integer helpers
(#423).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject over-length codes in ABA, CUSIP, ISBN-10 and EAN-13 check
digits (#427).</action>
<action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Require the IPv6: tag for bracketed IPv6 email literals
(#428).</action>
+ <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary
Gregory">Reject nameprep-stripped code points in unicodeToASCII (#429).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
CheckDigitException.CheckDigitException(String, Object...) (#389).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use
ValidatorException.ValidatorException(Throwable). Call sites that previously
called new ValidatorException(Throwable#getMessage()) now preserve that
exception (#390).</action>