You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ npm ls shelljs
…
└─┬ @storybook/storybook-deployer@2.8.10
└── shelljs@0.8.5
That vulnerability was fixed in shelljs 0.8.5 and as you can see that's the version I'm seeing in my environment. You may just need to update your dependencies.
shelljs version 0.8.4 is used with latest version(6.4.19) of @storybook/cli".
This is causing the same vulnerable issue with my project too. CVE-2022-0144 High severity Vulnerable versions: < 0.8.5. shelljs is vulnerable to Improper Privilege Management
This came up today on a project I'm working on.
Looks to be pretty new.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-0144
The text was updated successfully, but these errors were encountered: