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 35f0f319 CODEC-312: Fix possible StringIndexOutOfBoundException thrown 
by MatchRatingApproachEncoder.encode() method #220
35f0f319 is described below

commit 35f0f319a37423869be596816bc57d3f57d31d13
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Nov 24 22:07:42 2023 -0500

    CODEC-312: Fix possible StringIndexOutOfBoundException thrown by 
MatchRatingApproachEncoder.encode() method #220
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f1e946b9..6fc63d32 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
       <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>
       <action issue="CODEC-313" dev="ggregory" type="fix" due-to="Arthur Chan, 
Gary Gregory">Fix possible ArrayIndexOutOfBoundsException thrown by 
QuotedPrintableCodec.encodeQuotedPrintable() method #221.</action>
+      <action issue="CODEC-312" dev="ggregory" type="fix" due-to="Arthur Chan, 
Gary Gregory">Fix possible StringIndexOutOfBoundException thrown by 
MatchRatingApproachEncoder.encode() method #220.</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>      

Reply via email to