-
Notifications
You must be signed in to change notification settings - Fork 120
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
Fix security vulnerability related to minimist #730
Comments
Initial investigation revealed that |
@pcln-james Makes sense to me. There's not much we can do if there's still a vulnerability in |
@James300 @craigpalermo I am a fan of our docs website and really think it's better to walkthrough and navigate than storybook. But I understand if that would add an overhead to the team to maintain since everything is tested and developed in storybook. Also, it seems like fixing this security problem would require us to move out of |
Agreed with @hakimelek that we should try to preserve the |
@James300 volunteered to look into a PR for |
The problem needs to be fixed in webpack then to next.js, there is an existing next.js issue open to apply a fix. We will need to upgrade once that published.
From the automatic Github audit:
Remediation
Upgrade minimist to version 1.2.2 or later. For example:
Always verify the validity and compatibility of suggestions with your codebase.
GHSA-7fhm-mqm4-2wp7
moderate severity
Vulnerable versions: < 1.2.2
Patched version: 1.2.2
There are high severity security vulnerabilities in two of ESLints dependencies:
The releases 1.8.3 and lower of svjsl (JSLib-npm) are vulnerable, but only if installed in a developer environment. A patch has been released (v1.8.4) which fixes these vulnerabilities.
Identifiers:
The text was updated successfully, but these errors were encountered: