Skip to content

chore(security): reduce supply chain attack risk#155

Merged
GeekyEggo merged 3 commits into
mainfrom
security-supply-chain
May 26, 2026
Merged

chore(security): reduce supply chain attack risk#155
GeekyEggo merged 3 commits into
mainfrom
security-supply-chain

Conversation

@GeekyEggo
Copy link
Copy Markdown
Member

  • Tightens security on third-party dependencies
  • Removes caching from release workflows

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 12, 2026

⚠️ No Changeset found

Latest commit: c83e346

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@GeekyEggo GeekyEggo changed the title security: reduce supply chain attack risk chore(security): reduce supply chain attack risk May 12, 2026
@GeekyEggo GeekyEggo requested review from ChekTek and Copilot May 12, 2026 13:45
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reduces supply-chain risk in the monorepo by tightening pnpm’s dependency selection policy and removing dependency caching from the release workflow.

Changes:

  • Enabled stricter pnpm workspace security policies (blockExoticSubdeps, trustPolicy).
  • Increased minimumReleaseAge from 1 day to 1 week (with scoped exclusions for internal packages).
  • Disabled actions/setup-node pnpm caching in the release workflow to mitigate cache poisoning risk.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
pnpm-workspace.yaml Adds stricter pnpm workspace policies and increases minimum dependency release age.
.github/workflows/release.yml Removes pnpm caching from the release pipeline to reduce cache poisoning exposure.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@GeekyEggo GeekyEggo merged commit 3000075 into main May 26, 2026
8 checks passed
@GeekyEggo GeekyEggo deleted the security-supply-chain branch May 26, 2026 15:57
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.

3 participants