Package: libcommons-lang3-java / 3.12.0-2+deb12u1
Metadata
| Package | Version | Patches format |
|---|---|---|
| libcommons-lang3-java | 3.12.0-2+deb12u1 | 3.0 (quilt) |
Patch series
view the series file| Patch | 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 |
| easymock compatibility.patch | (download) |
src/test/java/org/apache/commons/lang3/concurrent/BasicThreadFactoryTest.java |
38 19 + 19 - 0 ! |
fixes the compatibility with easymock 4 |
| CVE 2025 48924.patch | (download) |
src/main/java/org/apache/commons/lang3/ClassUtils.java |
45 21 + 24 - 0 ! |
[patch] 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 |
