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
high severity Vulnerable versions: < 0.2.1 Patched version: 0.2.1
minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "proto" payload.
Upgrade minimist to version 0.2.1 or later. For example:
"dependencies": { "minimist": ">=0.2.1" }
or…
"devDependencies": { "minimist": ">=0.2.1" }
Always verify the validity and compatibility of suggestions with your codebase.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Details
CVE-2020-7598
high severity
Vulnerable versions: < 0.2.1
Patched version: 0.2.1
minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "proto" payload.
Remediation
Upgrade minimist to version 0.2.1 or later. For example:
or…
Always verify the validity and compatibility of suggestions with your codebase.
The text was updated successfully, but these errors were encountered: