react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

Fix: junit vulnerability

Open AbhinayMe opened this issue 1 year ago • 0 comments

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 avatar Aug 19 '22 09:08 AbhinayMe