Package: libcommons-lang3-java / 3.17.0-2
Metadata
Package | Version | Patches format |
---|---|---|
libcommons-lang3-java | 3.17.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable_testGetUserHome_test.diff | (download) |
src/test/java/org/apache/commons/lang3/SystemUtilsTest.java |
1 1 + 0 - 0 ! |
disable systemutilstest#testgetuserhome as it depends on $HOME (which is not available on buildd). |
ignore benchmarks.diff | (download) |
pom.xml |
8 8 + 0 - 0 ! |
ignore the jmh benchmarks |
CVE 2025 48924.diff | (download) |
src/main/java/org/apache/commons/lang3/ClassUtils.java |
34 16 + 18 - 0 ! |
rewrite classutils.getclass() without recursion to avoid StackOverflowError on very long inputs. - This was found fuzz testing Apache Commons Text which relies on ClassUtils. - OssFuzz Issue 42522972: apache-commons-text:StringSubstitutorInterpolatorFuzzer: Security exception in org.apache.commons.lang3.ClassUtils.getClass |
1