You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.
Upgrade randomatic to version 3.0.0 or later. For example:
"dependencies": {
"randomatic": ">=3.0.0"
}
or…
"devDependencies": {
"randomatic": ">=3.0.0"
}
Always verify the validity and compatibility of suggestions with your codebase.
Details
CVE-2017-16028 More information
low severity
Vulnerable versions: < 3.0.0
Patched version: 3.0.0
react-native-meteor-oauth is a library for Oauth2 login to a Meteor server in React Native. The oauth Random Token is generated using a non-cryptographically strong RNG (Math.random()).
The text was updated successfully, but these errors were encountered:
Remediation
Upgrade randomatic to version 3.0.0 or later. For example:
"dependencies": {
"randomatic": ">=3.0.0"
}
or…
"devDependencies": {
"randomatic": ">=3.0.0"
}
Always verify the validity and compatibility of suggestions with your codebase.
Details
CVE-2017-16028 More information
low severity
Vulnerable versions: < 3.0.0
Patched version: 3.0.0
react-native-meteor-oauth is a library for Oauth2 login to a Meteor server in React Native. The oauth Random Token is generated using a non-cryptographically strong RNG (Math.random()).
The text was updated successfully, but these errors were encountered: