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
GitHub has reminded us of a security advisory in one of our dependencies.
WS-2018-0074 Vulnerable versions: < 0.9.5 Patched version: 0.9.5 Versions of bl before 0.9.5 and 1.0.1 are vulnerable to memory exposure. bl.append(number) in the affected bl versions passes a number to Buffer constructor, appending a chunk of uninitialized memory
WS-2018-0074
Vulnerable versions: < 0.9.5 Patched version: 0.9.5
< 0.9.5
0.9.5
Versions of bl before 0.9.5 and 1.0.1 are vulnerable to memory exposure.
bl.append(number) in the affected bl versions passes a number to Buffer constructor, appending a chunk of uninitialized memory
yarn audit shows:
yarn audit
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ moderate │ Memory Exposure │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=0.9.5 <1.0.0 || >=1.0.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ react-native-level-fs │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ react-native-level-fs > levelup > bl │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://www.npmjs.com/advisories/596 │ └───────────────┴──────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
GitHub has reminded us of a security advisory in one of our dependencies.
GitHub
Yarn
yarn audit
shows:The text was updated successfully, but these errors were encountered: