mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-12 19:51:00 +05:00
chore: enforce 3-day minimum release age for dependencies
Supply-chain hardening. pnpm 10.16+ native minimumReleaseAge refuses to resolve any dependency version published less than 3 days ago (4320 min), so newly-published malicious versions get caught/yanked before we install. Workspace-wide, so it covers root, apps/* and packages/server. Only gates new resolutions; versions already pinned in the lockfile are unaffected. Closes #4678 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
24b02f5523
commit
57bb9f27bd
@ -4,4 +4,8 @@ packages:
|
||||
- "apps/schedules"
|
||||
- "packages/server"
|
||||
|
||||
# Supply-chain hardening: refuse package versions younger than 3 days (4320 min),
|
||||
# so newly-published malicious versions get caught/yanked before we install them.
|
||||
minimumReleaseAge: 4320
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user