fix: patch production snapshot vulnerabilities - #15
Merged
Conversation
Refresh the pinned Debian snapshot and upgrade installed packages. Align pnpm on 11.15.0 so the image uses patched undici and passes the protected Trivy gates.
Remove duplicate action-level pnpm pins so CI derives its version from repository packageManager metadata and cannot drift from local builds.
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
Plan
This is a release-blocking security correction within the existing sandbox snapshot architecture documented in
plan.md.What's Included
Runtime security
Version alignment
Decisions Made
Edge Cases Handled
How to Review
infra/containers/sandbox/Dockerfilefor the reproducible OS update.infra/containers/sandbox/package-manager/for the pnpm and undici remediation.Test Plan
pnpm lintpnpm typecheckpnpm buildnpm audit --omit=devAfter merge, the exact-main static checks and protected Production snapshot workflow remain required before Daytona publication.