We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for react-native-bootsplash! Just a post about a github security alert we are passing along.
Getting a security warning regarding jpeg-js which is a dependency of react-native-bootsplash
CVE-2020-8175 moderate severity Vulnerable versions: < 0.4.0 Patched version: 0.4.0
Uncontrolled resource consumption in jpeg-js before 0.4.0 may allow attacker to launch denial of service attacks using specially a crafted JPEG image.
(2.2.5 has same issue)
Install react-native-bootsplash to your RN app
run npm ls jpeg-js
npm ls jpeg-js
└─┬ [email protected] └─┬ [email protected] └─┬ @jimp/[email protected] └─┬ @jimp/[email protected] └── [email protected]
Upgrade to v0.12.1 of jimp (v0.12.1 => jimp-dev/jimp#892)
The text was updated successfully, but these errors were encountered:
@patrick-domegan-rbc Hi. Could you create the PR?
Sorry, something went wrong.
Done on 3.0.0 branch: https://github.com/zoontek/react-native-bootsplash/tree/3.0.0
No branches or pull requests
Thank you for react-native-bootsplash! Just a post about a github security alert we are passing along.
Getting a security warning regarding jpeg-js which is a dependency of react-native-bootsplash
CVE-2020-8175
moderate severity
Vulnerable versions: < 0.4.0
Patched version: 0.4.0
Uncontrolled resource consumption in jpeg-js before 0.4.0 may allow attacker to launch denial of service attacks using specially a crafted JPEG image.
(2.2.5 has same issue)
💻 My environment
🕵️♂️ Reproducing the issue
Install react-native-bootsplash to your RN app
run
npm ls jpeg-js
🤞Solution
Upgrade to v0.12.1 of jimp
(v0.12.1 => jimp-dev/jimp#892)
The text was updated successfully, but these errors were encountered: