TBD54566975 / bundler-bonanza

4 stars 4 forks source link

Update node-cjs tests and add CI automated tests #41

Closed leordev closed 1 year ago

leordev commented 1 year ago

To run all the tests at once, just run pnpm -r test

Fix #33 Fix #11

socket-security[bot] commented 1 year ago

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

Packages Version New capabilities Transitives Size Publisher
next 13.5.4 eval, network, filesystem, shell, environment +0 68.9 MB vercel-release-bot
@docusaurus/core 2.4.3 filesystem, environment +1 477 kB slorber
expo 49.0.13 None +1 3.18 MB brentvatne
webpack-cli 5.1.4 environment +0 110 kB evilebottnawi
react-native 0.72.1 network, filesystem, shell, environment +0 59.6 MB react-native-bot
socket-security[bot] commented 1 year ago

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

Ignoring: next@13.5.4

Next steps

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

leordev commented 1 year ago

@SocketSecurity ignore next@13.5.4

This repo does not work with next in a production environment, it only has bundling examples. Only real apps should be taking measures against this security leak (NEXT_TELEMETRY_DISABLED=1).