chore: Remove glob resolution#8802
Conversation
|
👍 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 stepsTake a deeper look at the dependencyTake 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 packageIf 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 riskTo ignore an alert, reply with a comment starting with |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8802 +/- ##
=======================================
Coverage 41.60% 41.60%
=======================================
Files 1269 1269
Lines 30859 30859
Branches 3082 3082
=======================================
Hits 12840 12840
Misses 17243 17243
Partials 776 776 ☔ View full report in Codecov by Sentry. |
2601f3e to
d5b105d
Compare
|
@SocketSecurity ignore npm/foreground-child@3.1.1 It makes sense for this package to have shell access, it's a library used by shell scripts to spawn a new process |
6a0083f to
185030d
Compare
This `glob` resolution was added in #5142 to address a security advisory. It is no longer needed, that advisory is not present after removing the resolution. This resolution was unsafe because it was forcing the use of incompatible versions of the package.
185030d to
1a69d75
Compare
|
|
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|




Description
This
globresolution was added in #5142 to address a security advisory. It is no longer needed, that advisory is not present after removing the resolution.This resolution was unsafe because it was forcing the use of incompatible versions of the package.
Related issues
N/A
Manual testing steps
Run
yarn audit:ci, and see that there are no advisories.Screenshots/Recordings
N/A
Pre-merge author checklist
Pre-merge reviewer checklist