fix(deps): update dependency junit:junit to v4.13.1 [security]#376
Draft
renovate[bot] wants to merge 1 commit into
Draft
fix(deps): update dependency junit:junit to v4.13.1 [security]#376renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
requested review from
NicoPiel,
gibson9583,
jonbartels,
kayyagari,
kpalang,
mgaffigan and
ssrowe
July 24, 2026 13:13
Test Results3 tests - 651 0 ✅ - 654 0s ⏱️ - 2m 42s For more details on these failures, see this check. Results for commit d54e248. ± Comparison against base commit ac47cc8. This pull request removes 654 and adds 3 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
jonbartels
approved these changes
Jul 24, 2026
jbeckers
approved these changes
Jul 24, 2026
Contributor
|
https://github.com/junit-team/junit4/wiki/Use-with-Gradle#junit-411-and-later implies the explicit dependency on hamcrest is no longer needed Maybe the explicit dependency pulls in the wrong version? |
renovate
Bot
force-pushed
the
renovate/maven-junit-junit-vulnerability
branch
from
July 24, 2026 23:08
c884eae to
e1ce08e
Compare
mgaffigan
marked this pull request as draft
July 24, 2026 23:09
renovate
Bot
force-pushed
the
renovate/maven-junit-junit-vulnerability
branch
from
July 24, 2026 23:19
e1ce08e to
d54e248
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:
4.8.1→4.13.1TemporaryFolder on unix-like systems does not limit access to created files
CVE-2020-15250 / GHSA-269g-pwp5-87pp
More information
Details
Vulnerability
The JUnit4 test rule TemporaryFolder contains a local information disclosure vulnerability.
Example of vulnerable code:
Impact
On Unix like systems, the system's temporary directory is shared between all users on that system. Because of this, when files and directories are written into this directory they are, by default, readable by other users on that same system.
This vulnerability does not allow other users to overwrite the contents of these directories or files. This is purely an information disclosure vulnerability.
When analyzing the impact of this vulnerability, here are the important questions to ask:
This may apply in CI/CD environments but normally won't be 'yes' for personal developer machines.
Patches
Because certain JDK file system APIs were only added in JDK 1.7, this this fix is dependent upon the version of the JDK you are using.
Workarounds
If you are unable to patch, or are stuck running on Java 1.6, specifying the
java.io.tmpdirsystem environment variable to a directory that is exclusively owned by the executing user will fix this vulnerability.References
Similar Vulnerabilities
For more information
If you have any questions or comments about this advisory, please pen an issue in junit-team/junit4.
Severity
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:NReferences
This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.