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
v5
v3
v2
iOS, Android
nanoid is vulnerability in version 5.0.6
My packages:
I have verified the vulnerabilities of packages in project and found nanoid is vulnerability in version 5.0.6 bu run yarn audit
yarn audit
https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ moderate │ Predictable results in nanoid generation when given │ │ │ non-integer values │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ nanoid │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=3.3.8 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ @gorhom/bottom-sheet │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ @gorhom/bottom-sheet > @gorhom/portal > nanoid │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://www.npmjs.com/advisories/1101163 │ └───────────────┴──────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
nanoid is a dependency within @gorhom/portal
nanoid
@gorhom/portal
If you check the usages https://github.com/search?q=repo%3Agorhom%2Freact-native-portal%20nanoid&type=code, it's only being used for Portal keys, so although a vulnerability from a UUID generation perspective, I don't think this is a security issue for how it's being used.
Might be worth posting this as an issue in https://github.com/gorhom/react-native-portal, or even just submitting a PR that bumps the version to be above the patched version
Sorry, something went wrong.
No branches or pull requests
Version
v5
Reanimated Version
v3
Gesture Handler Version
v2
Platforms
iOS, Android
What happened?
nanoid is vulnerability in version 5.0.6
My packages:
Reproduction steps
I have verified the vulnerabilities of packages in project and found nanoid is vulnerability in version 5.0.6 bu run
yarn audit
Reproduction sample
https://snack.expo.dev/@gorhom/bottom-sheet---issue-reproduction-template
Relevant log output
The text was updated successfully, but these errors were encountered: