Find, fix and prevent vulnerabilities in your code.
medium severity
- Module: junit:junit
- Introduced through: org.datanucleus:javax.jdo@3.2.1
Detailed paths
-
Introduced through: rm3l/datanucleus-gradle-plugin@rm3l/datanucleus-gradle-plugin#c5a7eaf9854c48e26f321bcc4704274e9f252c04 › org.datanucleus:javax.jdo@3.2.1 › org.glassfish.corba:glassfish-corba-omgapi@4.2.2 › junit:junit@4.12
EPL-1.0 license
medium severity
- Module: org.datanucleus:javax.persistence
- Introduced through: org.datanucleus:javax.persistence@2.2.4
Detailed paths
-
Introduced through: rm3l/datanucleus-gradle-plugin@rm3l/datanucleus-gradle-plugin#c5a7eaf9854c48e26f321bcc4704274e9f252c04 › org.datanucleus:javax.persistence@2.2.4
EPL-1.0 license
low severity
- Vulnerable module: junit:junit
- Introduced through: org.datanucleus:javax.jdo@3.2.1
Detailed paths
-
Introduced through: rm3l/datanucleus-gradle-plugin@rm3l/datanucleus-gradle-plugin#c5a7eaf9854c48e26f321bcc4704274e9f252c04 › org.datanucleus:javax.jdo@3.2.1 › org.glassfish.corba:glassfish-corba-omgapi@4.2.2 › junit:junit@4.12Remediation: Upgrade to org.datanucleus:javax.jdo@3.2.1.
Overview
junit:junit is an unit testing framework for Java
Affected versions of this package are vulnerable to Information Exposure. The JUnit4 test rule TemporaryFolder
contains a local information disclosure vulnerability. 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.
Note: This vulnerability does not allow other users to overwrite the contents of these directories or files. This only affects Unix like systems.
Remediation
Upgrade junit:junit
to version 4.13.1 or higher.