Skip to content

chore: Add blockExoticSubdeps to pnpm config#81

Merged
kodiakhq[bot] merged 1 commit intomainfrom
chore/block-exotic-subdeps
Apr 1, 2026
Merged

chore: Add blockExoticSubdeps to pnpm config#81
kodiakhq[bot] merged 1 commit intomainfrom
chore/block-exotic-subdeps

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Add block-exotic-subdeps=true to .npmrc to prevent subdependencies from using exotic specifiers (git URLs, HTTP URLs, etc.), reducing supply chain attack surface.

Copilot AI review requested due to automatic review settings April 1, 2026 10:06
Copy link
Copy Markdown

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 adds a pnpm configuration setting to block “exotic” dependency specifiers (e.g., git/HTTP URLs) in transitive dependencies, reducing supply-chain risk for installs in this repository.

Changes:

  • Add block-exotic-subdeps=true to .npmrc to prevent subdependencies from using non-registry specifiers.

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

@erezrokah erezrokah added the automerge Add to automerge PRs once requirements are met label Apr 1, 2026
@erezrokah erezrokah requested a review from marianogappa April 1, 2026 10:11
@kodiakhq kodiakhq bot merged commit ae3337c into main Apr 1, 2026
12 checks passed
@kodiakhq kodiakhq bot deleted the chore/block-exotic-subdeps branch April 1, 2026 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants