-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
I feel that dependency cooldowns are an underappreciated best practice. In light of the ongoing spate supply chain attacks happening right now, I think it would be awesome for the repo review checks to ensure the repo has dependency cooldowns configured.
E.g. in pyproject.toml:
[tool.uv]
# "Dependency cooldown" to help prevent supply chain attacks
# See: https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns
exclude-newer = "7 days"prek auto-update also supports a --cooldown-days setting:
https://prek.j178.dev/cli/#prek-auto-update--cooldown-days
Though it's not configurable (yet): j178/prek#1765
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels