Open
Conversation
450ea70 to
9bc111c
Compare
9bc111c to
917fb7d
Compare
917fb7d to
0d5312e
Compare
0d5312e to
56dd921
Compare
03e92ba to
034f88a
Compare
034f88a to
29926fd
Compare
29926fd to
28b504f
Compare
28b504f to
f4f1ac5
Compare
d8bfff0 to
1936ab1
Compare
643977d to
532f5e8
Compare
532f5e8 to
6b175db
Compare
123b142 to
6158c52
Compare
6158c52 to
61a4d5e
Compare
61a4d5e to
ae69d7e
Compare
05c60f3 to
5b40e2b
Compare
0b420b0 to
00b5836
Compare
00b5836 to
060152b
Compare
060152b to
3da0788
Compare
69dfe18 to
bfe1522
Compare
bfe1522 to
7b840d4
Compare
7b840d4 to
ebd9753
Compare
ebd9753 to
4b95ff4
Compare
4b95ff4 to
0969aba
Compare
0969aba to
08f9887
Compare
73b1042 to
0b8d42b
Compare
e1bd484 to
9dd9e0d
Compare
9dd9e0d to
14b296e
Compare
14b296e to
7fa481f
Compare
7fa481f to
3d49f0f
Compare
3d49f0f to
eb1756c
Compare
eb1756c to
ff9646d
Compare
720fdbf to
317d974
Compare
317d974 to
8156972
Compare
8006bef to
8213c0a
Compare
8213c0a to
0a70c19
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.5.0→3.5.53.3.1→3.4.03.10.0→3.12.03.2.5→3.2.82.24→2.293.13.0→3.15.00.8.12→0.8.140.9.12→0.10.25.11.0→5.14.35.11.0→5.14.32.17.2→2.21.22.17.2→2.21.22.17.2→2.21.22.17.2→2.2133.3.0-jre→33.6.0-jre1.1.0→1.2.03.26.3→3.27.7GitHub Vulnerability Alerts
CVE-2026-24400
An XML External Entity (XXE) vulnerability exists in
org.assertj.core.util.xml.XmlStringPrettyFormatter: thetoXmlDocument(String)method initializesDocumentBuilderFactorywith default settings, without disabling DTDs or external entities. This formatter is used by theisXmlEqualTo(CharSequence)assertion forCharSequencevalues.An application is vulnerable only when it uses untrusted XML input with one of the following methods:
isXmlEqualTo(CharSequence)fromorg.assertj.core.api.AbstractCharSequenceAssertxmlPrettyFormat(String)fromorg.assertj.core.util.xml.XmlStringPrettyFormatterImpact
If untrusted XML input is processed by the methods mentioned above (e.g., in test environments handling external fixture files), an attacker could:
file://URIs (e.g.,/etc/passwd, application configuration files)Mitigation
isXmlEqualTo(CharSequence)has been deprecated in favor of XMLUnit in version 3.18.0 and will be removed in version 4.0. Users of affected versions should, in order of preference:isXmlEqualTo(CharSequence)with XMLUnit, orisXmlEqualTo(CharSequence)orXmlStringPrettyFormatterwith untrusted input.XmlStringPrettyFormatterhas historically been considered a utility forisXmlEqualTo(CharSequence)rather than a feature for AssertJ users, so it is deprecated in version 3.27.7 and removed in version 4.0, with no replacement.References
Severity
CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:L/SC:H/SI:N/SA:NRelease Notes
spotify/fmt-maven-plugin (com.spotify.fmt:fmt-maven-plugin)
v2.29Compare Source
v2.28Compare Source
v2.27Compare Source
v2.25Compare Source
What's Changed
Full Changelog: spotify/fmt-maven-plugin@2.24...2.25
jacoco/jacoco (org.jacoco:jacoco-maven-plugin)
v0.8.14: 0.8.14Compare Source
New Features
Fixed bugs
Fixed handling of exceptions in chains of safe call operators in Kotlin (GitHub #1819).
Non-functional Changes
v0.8.13: 0.8.13Compare Source
New Features
inlinefunctions (GitHub #1670).inlinefunctions withreifiedtype parameter (GitHub #1670, #1700).JvmSyntheticfunctions (GitHub #1700).getEntriesgenerated by the Kotlin compiler for enum classes is filtered out during generation of report (GitHub #1625).JvmOverloadsannotation are filtered out (GitHub #1768).Fixed bugs
Non-functional Changes
IllegalArgumentExceptionoccurs during reading of zip file (GitHub #1833).ronmamo/reflections (org.reflections:reflections)
v0.10.2Compare Source
reflections-0.10.2
v0.10.1Compare Source
reflections-0.10.1
known issue #351: deprecated scanners are using wrong index name :( which results in empty query results. will be solved in next release. workaround/solution: migrate to the new
Scannersv0.10Compare Source
reflections-0.10 refactor
known issue #337: annotation not marked with
Retention(RUNTIME)will be excluded because of an exceptionrevinate/assertj-json (com.revinate:assertj-json)
v1.2.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.