From ba4281f15bfdeb39408d80e2474c1e2df02c3a71 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 22 Sep 2024 08:27:13 -0400 Subject: [PATCH] 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 c4c4b7f5925..47e6e9a8c2e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,8 @@ The type attribute can be add,update,fix,remove. Pick up exec-maven-plugin version from parent POM. Speed up and sanitize StopWatchTest. Fix handling of non-ASCII letters and numbers in RandomStringUtils #1273. - 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. + 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. Remove trailing whitespace in StopWatch exception messages. Add Strings and refactor StringUtils.