This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new a56fcfee CODEC-315: Fix possible IndexOutOfBoundException thrown by
PhoneticEngine.encode method #223
a56fcfee is described below
commit a56fcfeec9d9f5c87d00b5d12ac1a4e10bceec82
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 24 20:39:55 2023 -0500
CODEC-315: Fix possible IndexOutOfBoundException thrown by
PhoneticEngine.encode method #223
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 73301a96..71e13254 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="CODEC-295" dev="ggregory" type="fix" due-to="Olivier
Jaquemet, Gary Gregory">Add minimum Java version in changes.xml #186.</action>
<action issue="CODEC-310" dev="ggregory" type="fix" due-to="Yakov
Shafranovich">Documentation update for the org.apache.commons.codec.digest.*
package #208.</action>
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Precompile regular expression in UnixCrypt.crypt(byte[],
String).</action>
+ <action issue="CODEC-315" dev="ggregory" type="fix" due-to="Arthur Chan,
Gary Gregory">Fix possible IndexOutOfBoundException thrown by
PhoneticEngine.encode method #223.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update"
due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 64.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>