Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: junit vulnerability #583

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Aug 19, 2022

  1. Fix: junit vulnerability

    Information Exposure
    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.
    
    How to fix Information Exposure?
    
    Upgrade junit:junit to version 4.13.1 or higher.
    
    Source: https://security.snyk.io/package/maven/junit:junit/4.12
    AbhinayMe committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a879b74 View commit details
    Browse the repository at this point in the history