Skip to content

Commit bc5fb03

Browse files
committed
chore: enable blockExoticSubdeps for security
Blocks transitive deps using file:/git: protocols at install time. Audited the lockfile and all package.json files: zero non-link exotic protocols in the graph, so this is a no-op for resolution today and provides defense-in-depth against future supply-chain attacks via compromised transitive deps. https://pnpm.io/settings#blockexoticsubdeps https://claude.ai/code/session_01G759MUqmjsPh9k1qDxbdjG
1 parent d90e9de commit bc5fb03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ publicHoistPattern:
1919
- "*prisma*"
2020
preferWorkspacePackages: true
2121
sideEffectsCache: false
22+
blockExoticSubdeps: true

0 commit comments

Comments
 (0)