-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
A vulnerability CVE-2020-28469 is introduced in your package #15830
Comments
Try upgrading to the latest prerelease:
Does that fix it? |
No this does not fix it. |
#15399 removes the |
Closing this as Storybook 6.4 has been released. |
For me, this still seems to be an issue: From GitHub Security:
Or from my terminal: ❯ yarn why glob-parent
yarn why v1.22.15
[1/4] 🤔 Why do we have the module "glob-parent"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "[email protected]"
info Has been hoisted to "glob-parent"
info Reasons this module exists
- Hoisted from "fast-glob#glob-parent"
- Hoisted from "eslint#glob-parent"
- Hoisted from "chokidar#glob-parent"
- Hoisted from "next#chokidar#glob-parent"
info Disk size without dependencies: "28KB"
info Disk size with unique dependencies: "48KB"
info Disk size with transitive dependencies: "64KB"
info Number of shared dependencies: 2
=> Found "copy-webpack-plugin#[email protected]"
info This module exists because "@nrwl#web#copy-webpack-plugin" depends on it.
info Disk size without dependencies: "20KB"
info Disk size with unique dependencies: "40KB"
info Disk size with transitive dependencies: "56KB"
info Number of shared dependencies: 2
=> Found "watchpack-chokidar2#[email protected]"
info Reasons this module exists
- "webpack#watchpack#watchpack-chokidar2#chokidar" depends on it
- Hoisted from "webpack#watchpack#watchpack-chokidar2#chokidar#glob-parent"
info Disk size without dependencies: "44KB"
info Disk size with unique dependencies: "80KB"
info Disk size with transitive dependencies: "96KB"
info Number of shared dependencies: 3
=> Found "cpy#[email protected]"
info Reasons this module exists
- "@storybook#react#@storybook#core#@storybook#core-server#cpy#globby#fast-glob" depends on it
- Hoisted from "@storybook#react#@storybook#core#@storybook#core-server#cpy#globby#fast-glob#glob-parent"
info Disk size without dependencies: "44KB"
info Disk size with unique dependencies: "80KB"
info Disk size with transitive dependencies: "96KB"
info Number of shared dependencies: 3
✨ Done in 1.00s. Edit:The problematic package seems to be |
This tickets asks about removing glob-base, not glob-parent. That's why I closed it. |
The issue creator made a little mistake. The mentored CVE-2020-28469 belongs to But as I edited my comment, the dependency update has to publish in the cpy package. This way, people looking for the CVE number at least got the hint where the error comes from and why it hasn't been fixed yet. |
Hi, a vulnerability CVE-2020-28469 is introduced in @storybook/[email protected] via:
● @storybook/[email protected] ➔ [email protected] ➔ [email protected]
However, glob-base is a legacy package, which has not been maintained for about 6 years.
Is it possible to migrate glob-base to other package or remove it to remediate this vulnerability?
I noticed a migration record in relevant js repo for glob-base:
● in @storybook/core, version 6.1.21 ➔ 6.2.0-beta.0, remove glob-base via commit
Thanks.
The text was updated successfully, but these errors were encountered: