-
Notifications
You must be signed in to change notification settings - Fork 185
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
Vulnerability in yargs-parser 16.1.0 used in core and plugin-core-support #4775
Comments
starpit
added a commit
to starpit/kui
that referenced
this issue
May 30, 2020
starpit
added a commit
that referenced
this issue
May 30, 2020
starpit
added a commit
to starpit/kui
that referenced
this issue
Jun 1, 2020
starpit
added a commit
that referenced
this issue
Jun 1, 2020
starpit
added a commit
to starpit/kui
that referenced
this issue
Jun 1, 2020
npm bug? somehow the last PR didn't update package-lock.json (despite changing it) Fixes kubernetes-sigs#4775
7 tasks
weird npm bug? the prior PR indeed bumped the yargs-parser version to the desired 18.1.3, and it also indeed updated pafckage-lock.json... but for some reason |
starpit
added a commit
that referenced
this issue
Jun 1, 2020
npm bug? somehow the last PR didn't update package-lock.json (despite changing it) Fixes #4775
starpit
added a commit
to starpit/kui
that referenced
this issue
Jun 1, 2020
npm bug? somehow the last PR didn't update package-lock.json (despite changing it) Fixes kubernetes-sigs#4775
starpit
added a commit
that referenced
this issue
Jun 1, 2020
npm bug? somehow the last PR didn't update package-lock.json (despite changing it) Fixes #4775
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
@kui-shell/core
and@kui-shell/plugin-core-support
both listyargs-parser
v16.1.0 as a dependency.This report describes a vulnerability in that version (see https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381). The vulnerability found shows that
yargs-parser
could be tricked into adding or modifying properties of Object.prototype using a "proto" payload.This vulnerability is fixed in these versions
@kui-shell/core
and@kui-shell/plugin-core-support
should be updated to use version 18.1.1 or higher.System
The text was updated successfully, but these errors were encountered: