Commit dac3d24
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"`) when this project is locked or
installed via uv. Mitigates blast radius of compromised dependencies
(typosquatting, account takeovers, dependency confusion).
pypiquant has no first-party PrimeIntellect packages in its closure
(cffi, torch, numpy), so no `[tool.uv.exclude-newer-package]`
exemptions are needed. The comment in pyproject.toml documents when to
add one.
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 5272da7 commit dac3d24
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
23 | 31 | | |
24 | 32 | | |
25 | 33 | | |
| |||
0 commit comments