storybookjs / react-native

📓 Storybook for React Native!
https://storybook.js.org
MIT License
1.05k stars 152 forks source link

yarn berry changes #500

Closed dannyhw closed 1 year ago

dannyhw commented 1 year ago

Issue:

What I did

How to test

socket-security[bot] commented 1 year ago

New and updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
ts-node 10.9.1 filesystem, shell, environment +30 10.7 MB cspotcode
@react-native/eslint-config 0.72.1...0.72.2 None +60/-47 16.5 MB react-native-bot
@babel/core 7.21.0...7.22.9 None +56/-56 19 MB nicolo-ribaudo
lerna 6.6.1...6.6.2 None +89/-84 53.9 MB jameshenry
core-js 3.28.0...3.31.1 None +0/-0 1.14 MB zloirock
deepmerge 4.3.0...4.3.1 None +0/-0 31.2 kB tehshrike
socket-security[bot] commented 1 year ago

🚨 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 @npmcli/git 4.1.0
New author @npmcli/map-workspaces 3.0.4
New author ignore-walk 6.0.3
New author nopt 7.2.0
New author npm-install-checks 6.1.1
New author @npmcli/metavuln-calculator 5.0.1
New author fs-minipass 3.0.2
New author isobject 4.0.0
New author url 0.11.1
New author bin-links 4.0.2
New author gauge 5.0.1
New author npm-normalize-package-bin 3.0.1
New author which 3.0.1
New author write-file-atomic 5.0.1
New author fast-diff 1.3.0
New author exponential-backoff 3.1.1
Shell access foreground-child 3.1.1
Shell access ts-node 10.9.1
Uses eval @sinclair/typebox 0.27.8
Uses eval telejson 6.0.8

Next steps

What is new author?

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.

What is shell access?

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.

What is eval?

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 deeper look at the dependency

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.

Remove the package

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.

Mark a package as acceptable risk

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 @sinclair/typebox@0.27.8
  • @SocketSecurity ignore telejson@6.0.8
  • @SocketSecurity ignore @npmcli/git@4.1.0
  • @SocketSecurity ignore @npmcli/map-workspaces@3.0.4
  • @SocketSecurity ignore ignore-walk@6.0.3
  • @SocketSecurity ignore nopt@7.2.0
  • @SocketSecurity ignore npm-install-checks@6.1.1
  • @SocketSecurity ignore @npmcli/metavuln-calculator@5.0.1
  • @SocketSecurity ignore fs-minipass@3.0.2
  • @SocketSecurity ignore isobject@4.0.0
  • @SocketSecurity ignore url@0.11.1
  • @SocketSecurity ignore bin-links@4.0.2
  • @SocketSecurity ignore gauge@5.0.1
  • @SocketSecurity ignore npm-normalize-package-bin@3.0.1
  • @SocketSecurity ignore which@3.0.1
  • @SocketSecurity ignore write-file-atomic@5.0.1
  • @SocketSecurity ignore fast-diff@1.3.0
  • @SocketSecurity ignore exponential-backoff@3.1.1
  • @SocketSecurity ignore foreground-child@3.1.1
  • @SocketSecurity ignore ts-node@10.9.1
dannyhw commented 1 year ago

@SocketSecurity ignore-all