Commit 0ea69ac
committed
chore: Harden pnpm-workspace settings
`blockExoticSubdeps`: transitive dependencies must be resolved from
a trusted source, such as the configured registry, local file paths,
workspace links, or trusted GitHub repositories (node, bun, deno).
`trustPolicy`: pnpm will fail if a package's trust level has decreased
compared to previous releases. For example, if a package was previously
published by a trusted publisher but now only has provenance or no
trust evidence, installation will fail. This helps prevent installing
potentially compromised versions.1 parent 82b02eb commit 0ea69ac
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments