Skip to content

chore: add minimumReleaseAge supply chain security setting#357

Merged
rolginroman merged 1 commit into
masterfrom
fix/release-age
May 12, 2026
Merged

chore: add minimumReleaseAge supply chain security setting#357
rolginroman merged 1 commit into
masterfrom
fix/release-age

Conversation

@rolginroman
Copy link
Copy Markdown
Contributor

Intent

Add pnpm's minimumReleaseAge setting to mitigate supply chain attacks by preventing installation of packages published less than 7 days ago.

Notable Changes

  • pnpm-workspace.yaml — adds minimumReleaseAge: 10080 (7 days in minutes) per pnpm docs

How to Verify

  1. Check pnpm-workspace.yaml contains minimumReleaseAge: 10080
  2. Run pnpm install — packages published within the last 7 days should be rejected with an error
  3. Optionally test with minimumReleaseAgeExclude for any packages that need to bypass the cooldown

Add supply chain security setting to prevent installation of packages
published less than 7 days (10080 minutes) ago per pnpm docs.
@rolginroman rolginroman merged commit 8e20b61 into master May 12, 2026
9 checks passed
@rolginroman rolginroman deleted the fix/release-age branch May 12, 2026 16:51
@github-actions
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant