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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new ba4281f15 Make XML a little more readable
ba4281f15 is described below

commit ba4281f15bfdeb39408d80e2474c1e2df02c3a71
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Sep 22 08:27:13 2024 -0400

    Make XML a little more readable
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c4c4b7f59..47e6e9a8c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,8 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Pick up exec-maven-plugin version from parent POM.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">Speed up and sanitize StopWatchTest.</action>
     <action                   type="fix" dev="ggregory" due-to="Fabrice 
Benhamouda">Fix handling of non-ASCII letters and numbers in RandomStringUtils 
#1273.</action>
-    <action                   type="fix" dev="ggregory" due-to="OSS-Fuzz, Gary 
Gregory">Rewrite ClassUtils.getClass(...) without recursion to avoid 
StackOverflowError on very long inputs. OSS-Fuzz Issue 42522972: 
apache-commons-text:StringSubstitutorInterpolatorFuzzer: Security exception in 
org.apache.commons.lang3.ClassUtils.getClass.</action>
+    <action                   type="fix" dev="ggregory" due-to="OSS-Fuzz, Gary 
Gregory">Rewrite ClassUtils.getClass(...) without recursion to avoid 
StackOverflowError on very long inputs.
+                              OSS-Fuzz Issue 42522972: 
apache-commons-text:StringSubstitutorInterpolatorFuzzer: Security exception in 
org.apache.commons.lang3.ClassUtils.getClass.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Remove trailing whitespace in StopWatch exception messages.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add Strings and refactor StringUtils.</action>

Reply via email to