-
Notifications
You must be signed in to change notification settings - Fork 904
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
Security vulnerability in dependency #1158
Labels
Comments
It's within semver range, no action needed from our side. See: zamotany/logkitty#22 (comment) |
facebook-github-bot
pushed a commit
to facebook/react-native
that referenced
this issue
Jun 7, 2020
Summary: Fix security issue with logkitty - used by `cli-android` package react-native-community/cli#1158 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [SECURITY] [FIX] - Bump package version of `cli` packages to fix security vulnerability Pull Request resolved: #29072 Reviewed By: ejanzer Differential Revision: D21906716 Pulled By: cpojer fbshipit-source-id: b5ed9d0bc7a882f5f7a90825402c4c978918d9ed
alloy
pushed a commit
to alloy/react-native
that referenced
this issue
Sep 29, 2020
Summary: Fix security issue with logkitty - used by `cli-android` package react-native-community/cli#1158 <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [SECURITY] [FIX] - Bump package version of `cli` packages to fix security vulnerability Pull Request resolved: facebook#29072 Reviewed By: ejanzer Differential Revision: D21906716 Pulled By: cpojer fbshipit-source-id: b5ed9d0bc7a882f5f7a90825402c4c978918d9ed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Expand
Description
I created a clean project with
npx react-native init
and ranyarn audit
.This was the result:
Here is a link to the security advisory on NPM.
This is an upstream issue
I opened a [PR] in logkitty(zamotany/logkitty#22) so hopefully this will be resolved soon.
I will open a PR here once it has been patched in logkitty.
Reproducible Demo
npx react-native init newProject
yarn audit
The text was updated successfully, but these errors were encountered: