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 d0b0f66c Reject non-ASCII hex digits in isValidInet6Address (#403).
d0b0f66c is described below

commit d0b0f66c8b17911e2e09b2e204506abe9874e50e
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 12:22:28 2026 +0000

    Reject non-ASCII hex digits in isValidInet6Address (#403).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 66bbbad3..5d50df7f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -86,6 +86,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary Gregory">Use 
compareTo() in BigIntegerValidator.minValue() (#400).</action>
     <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Compare Exact value in BigDecimalValidator min/max range checks 
(#401).</action>
     <action type="fix" dev="ggregory" due-to="Gary Gregory, 
sahvx655-wq">Compare exact values in BigInteger and BigDecimal Number range 
checks (#404).</action>
+    <action type="fix" dev="ggregory" due-to="sahvx655-wq, Gary 
Gregory">Reject non-ASCII hex digits in isValidInet6Address (#403).</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>

Reply via email to