Skip to content

chore: add supply chain hardening#290

Merged
horsefacts merged 1 commit intomainfrom
horsefacts/supply-chain-hardening
Apr 13, 2026
Merged

chore: add supply chain hardening#290
horsefacts merged 1 commit intomainfrom
horsefacts/supply-chain-hardening

Conversation

@decofe
Copy link
Copy Markdown
Member

@decofe decofe commented Apr 13, 2026

Add pnpm supply chain settings and Dependabot config.

Changes

  • strictDepBuilds: true — block unreviewed postinstall scripts (only esbuild and protobufjs allowlisted; core-js and es5-ext blocked)
  • blockExoticSubdeps: true — prevent transitive deps from using git/tarball sources
  • trustPolicy: no-downgrade — enforce trust-level monotonicity
  • Dependabot config — weekly updates for npm + GitHub Actions with 7-day cooldown, grouped by production/development

Prompted by: horsefacts

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tempo-docs Ready Ready Preview, Comment Apr 13, 2026 4:30pm

Request Review

- Enable strictDepBuilds, blockExoticSubdeps, trustPolicy in pnpm-workspace.yaml
- Allowlist esbuild, protobufjs, core-js, es5-ext build scripts
- Add Dependabot config for npm + GitHub Actions with 7-day cooldown

Co-Authored-By: horsefacts <109845214+horsefacts@users.noreply.github.com>
@decofe decofe force-pushed the horsefacts/supply-chain-hardening branch from ce15438 to 56780d5 Compare April 13, 2026 16:26
@horsefacts horsefacts merged commit 0ba4c8b into main Apr 13, 2026
9 checks passed
@horsefacts horsefacts deleted the horsefacts/supply-chain-hardening branch April 13, 2026 17:11
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.

2 participants