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.