Skip to content
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

Sicherheitslücke in minimist #38

Open
bendisposto opened this issue Mar 24, 2020 · 2 comments
Open

Sicherheitslücke in minimist #38

bendisposto opened this issue Mar 24, 2020 · 2 comments

Comments

@bendisposto
Copy link
Contributor

https://github.com/hhu-propra2/styleguide/network/alert/package-lock.json/minimist/open

@Phlegethon90
Copy link
Collaborator

mir wird 404 beim link angezeigt.

Bildschirmfoto 2020-03-24 um 14 22 10

@bendisposto
Copy link
Contributor Author

Remediation

Upgrade minimist to version 1.2.2 or later. For example:

"dependencies": {
"minimist": ">=1.2.2"
}

or…

"devDependencies": {
"minimist": ">=1.2.2"
}

Always verify the validity and compatibility of suggestions with your codebase.
Details
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:

  • acorn
  • minimist

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:

CVE-2020-7598
SNYK-JS-ACORN-559469 (does not have a CVE identifier)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants