fix(deps): patch transitive dependabot vulnerabilities#16
Merged
Conversation
Resolve 10 dependabot alerts (7 high, 1 moderate, 2 low) in transitive deps under @cursor/sdk toolchain: - undici -> ^6.24.0 (5 advisories: smuggling, CRLF, ws memory/exception, decompression) - tar -> ^7.5.11 (6 advisories: hardlink/symlink path traversal, race condition) - node-gyp -> ^12.4.0 (modernizes build toolchain, drops vulnerable @tootallnate/once 1.x)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Resolves all 10 Dependabot alerts (7 high, 1 moderate, 2 low). All vulnerabilities are transitive deps under the
@cursor/sdktoolchain; direct deps were already current.Fix
Added npm
overridestopackage.json:undicitarnode-gyp@tootallnate/once@1.xVerification
npm audit-> 0 vulnerabilitiesnpm run typecheck-> cleannpm run build-> successnpm test-> 146/146 pass (incl. sqlite3 native-binding test)Risk
Major bumps (undici 5->6, tar 6->7) are forced onto
@connectrpc/connect-nodeandsqlite3internals. Full suite passes, but these vendor-SDK runtime networking / native-build paths are not fully exercised by tests.