memcache - chore: defense - freeze CI installs behind sfw - #111
Merged
Conversation
Fail CI if pnpm-lock.yaml would change. Reconcile blockExoticSubdeps as merged in PR #110. Co-authored-by: Jared Wray <me@jaredwray.com>
Co-authored-by: Jared Wray <me@jaredwray.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #111 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 1399 1399
Branches 308 303 -5
=========================================
Hits 1399 1399 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
jaredwray
marked this pull request as ready for review
August 17, 2026 23:57
Install SHA-pinned SocketDev/action on every job and run `sfw pnpm install --frozen-lockfile` so installs cannot bypass the wrapper. Co-authored-by: Jared Wray <me@jaredwray.com>
This was referenced Aug 18, 2026
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
Install Socket Firewall on every CI job and run
sfw pnpm install --frozen-lockfileso dependency installs cannot bypass the wrapper.Status update
DEFENSE_IN_DEPTH.md: § 3 frozen lockfile → (PR #111 pending); § 4 Socket Firewall → (PR #111 pending);blockExoticSubdeps→ PR #110 (merged)Changes
tests.yaml,code-coverage.yaml,release.yaml,deploy-site.yaml,codeql.yaml: SHA-pinnedSocketDev/action(v1.3.2,firewall-version: 1.15.0) immediately after checkoutpnpm installis nowsfw pnpm install --frozen-lockfileVerification
pnpm installissfw pnpm install --frozen-lockfileReference
defense-in-depth-nodejs § 3 and § 4