Closed ShaunEvening closed 1 year ago
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: @storybook/api@7.0.12, @storybook/components@7.0.12, @storybook/core-events@7.0.12, @storybook/manager-api@7.0.12, @storybook/node-logger@7.0.12, @storybook/preview-api@7.0.12, @storybook/theming@7.0.12, @storybook/types@7.0.12, boxen@5.0.1, less-loader@11.1.0
🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎
To accept the risk, merge this PR and you will not be notified again.
Issue | Package | Version | Note | Source |
---|---|---|---|---|
New author | supports-hyperlinks | 2.3.0 |
|
|
New author | @babel/plugin-syntax-import-meta | 7.10.4 |
|
|
New author | fb-watchman | 2.0.2 | ||
New author | defaults | 1.0.4 |
|
|
New author | fast-diff | 1.3.0 | ||
Shell access | @storybook/cli | 7.0.24 |
|
|
Shell access | ts-node | 10.9.1 |
|
|
Uses eval | telejson | 7.1.0 |
|
|
Uses eval | uglify-js | 3.17.4 |
|
|
Uses eval | @nicolo-ribaudo/chokidar-2 | 2.1.8-no-fsevents.3 |
|
A new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Scrutinize new collaborator additions to packages because they now have the ability to publish code into your dependency tree. Packages should avoid frequent or unnecessary additions or changes to publishing rights.
This module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Packages should avoid accessing the shell which can reduce portability, and make it easier for malicious shell access to be introduced.
Package uses eval() which is a dangerous function. This prevents the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Avoid packages that use eval, since this could potentially execute any code.
Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.
If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.
To ignore an alert, reply with a comment starting with @SocketSecurity ignore
followed by a space separated list of package-name@version
specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@*
or ignore all packages with @SocketSecurity ignore-all
@SocketSecurity ignore telejson@7.1.0
@SocketSecurity ignore uglify-js@3.17.4
@SocketSecurity ignore @nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3
@SocketSecurity ignore supports-hyperlinks@2.3.0
@SocketSecurity ignore @babel/plugin-syntax-import-meta@7.10.4
@SocketSecurity ignore fb-watchman@2.0.2
@SocketSecurity ignore defaults@1.0.4
@SocketSecurity ignore fast-diff@1.3.0
@SocketSecurity ignore @storybook/cli@7.0.24
@SocketSecurity ignore ts-node@10.9.1
@Integrayshaun I was tagged / notified of this PR, but I fail to understand it.
Could you add a description to this RP explaining what the change is about?
📦 Published PR as canary version:
1.3.2--canary.57.dd63cf2.0
:sparkles: Test out this PR locally via: ```bash npm install @storybook/addon-styling@1.3.2--canary.57.dd63cf2.0 # or yarn add @storybook/addon-styling@1.3.2--canary.57.dd63cf2.0 ```