Vulnerabilities

1 via 1 paths

Dependencies

15

Source

GitHub

Commit

7b886518

Find, fix and prevent vulnerabilities in your code.

Issue type
  • 1
  • 2
Severity
  • 2
  • 1
Status
  • 3
  • 0
  • 0

medium severity

EPL-1.0 license

  • Module: junit:junit
  • Introduced through: org.datanucleus:javax.jdo@3.2.1

Detailed paths

  • Introduced through: rm3l/datanucleus-gradle-plugin@rm3l/datanucleus-gradle-plugin#7b886518bd117150775a7933a9fb49d695285e4c 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

EPL-1.0 license

  • 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#7b886518bd117150775a7933a9fb49d695285e4c org.datanucleus:javax.persistence@2.2.4

EPL-1.0 license

low severity

Information Exposure

  • 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#7b886518bd117150775a7933a9fb49d695285e4c org.datanucleus:javax.jdo@3.2.1 org.glassfish.corba:glassfish-corba-omgapi@4.2.2 junit:junit@4.12
    Remediation: 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.

References