Commit 79a388e
chore(security): add 7-day exclude-newer cooldown
Refuse to resolve any PyPI dependency uploaded in the last 7 days
(`[tool.uv] exclude-newer = "7 days"`). Mitigates blast radius of
compromised dependencies (typosquatting, account takeovers, dependency
confusion).
Pins `required-version = ">=0.11.1"` so older uvs fail loudly instead
of silently parsing "7 days" as an RFC 3339 date and proceeding
*without* the cooldown — see uv#17908.
zeroband has no first-party PrimeIntellect packages in its dep closure,
so no `[tool.uv.exclude-newer-package]` exemptions are needed. Add the
table when that changes.
Lock regenerated: uv migrated the lockfile schema from revision 2 to
revision 3 (large mechanical churn — 0 packages removed, 0 versions
regressed). Schema migration is independent of the cooldown change.
Part 1 of 3 in a coordinated supply-chain hardening across PI repos.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent de5b931 commit 79a388e
2 files changed
Lines changed: 1538 additions & 1522 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
0 commit comments