root - chore: defense - install with a frozen lockfile - #465
Merged
Conversation
2 tasks
CI package installs now use pnpm install --frozen-lockfile so a lockfile drift fails the job instead of silently resolving. Co-authored-by: Jared Wray <me@jaredwray.com>
Co-authored-by: Jared Wray <me@jaredwray.com>
Reconcile § 1 checkboxes against merged PR #464. Co-authored-by: Jared Wray <me@jaredwray.com>
cursor
Bot
force-pushed
the
cursor/defense-frozen-lockfile-9ffa
branch
from
August 16, 2026 17:11
ad2bf40 to
fffc0c7
Compare
jaredwray
marked this pull request as ready for review
August 16, 2026 17:11
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #465 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 18 18
Lines 2760 2760
Branches 845 836 -9
=========================================
Hits 2760 2760 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
cursor Bot
pushed a commit
that referenced
this pull request
Aug 16, 2026
Reconcile the § 3 frozen-lockfile checkbox against merged PR #465. Co-authored-by: Jared Wray <me@jaredwray.com>
jaredwray
added a commit
that referenced
this pull request
Aug 16, 2026
* root - chore: defense - set contents: read workflow permissions Default every workflow to read-only contents, grant write only on jobs that upload release assets or publish with OIDC, and stop injecting the GH_TOKEN PAT into CI. Co-authored-by: Jared Wray <me@jaredwray.com> * root - chore: defense - record permissions PR number Co-authored-by: Jared Wray <me@jaredwray.com> * root - chore: defense - mark frozen lockfile as merged Reconcile the § 3 frozen-lockfile checkbox against merged PR #465. Co-authored-by: Jared Wray <me@jaredwray.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
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
Make every CI install use
pnpm install --frozen-lockfileso lockfile drift fails the job.Status update
DEFENSE_IN_DEPTH.md: Lockfile committed; CI installs withpnpm install --frozen-lockfile→ (PR #465 pending)DEFENSE_IN_DEPTH.md: § 1 Security docs → PR #464 (reconciled)Changes
--frozen-lockfileto tests, code-coverage, release, deploy-site, and build-binaries workflowsSECURITY.mdnow that § 3 is completemainafter root - chore: defense - scaffold security docs #464 merged and mark § 1 checkboxes doneVerification
pnpm install --frozen-lockfilepnpm test(831 tests, 100% coverage)Reference
defense-in-depth-nodejs § 3