mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-06-06 17:10:16 -04:00
chore: add 5-day dependency cooling period for supply-chain hardening (#7718)
This commit is contained in:
@@ -178,3 +178,7 @@ max-complexity = 24 # Default is 10.
|
||||
|
||||
[tool.uv]
|
||||
add-bounds = "exact"
|
||||
# Cooling period: ignore package releases newer than 5 days to mitigate
|
||||
# supply-chain attacks (compromised releases are usually caught and yanked
|
||||
# within days). Evaluated at resolve time as a rolling window.
|
||||
exclude-newer = "5 days"
|
||||
|
||||
Reference in New Issue
Block a user