Skip to content

Commit 542039b

Browse files
julian-rischclaude
andcommitted
chore: add release note for uv exclude-newer supply chain hardening
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 23af8f7 commit 542039b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
security:
3+
- |
4+
Haystack's uv configuration now excludes packages published within the last
5+
24 hours when resolving dependencies, reducing exposure to supply chain
6+
attacks via freshly compromised packages. If you need to install a dependency
7+
that was published less than 24 hours ago, you can override this by running
8+
``uv sync --exclude-newer="0 days"`` or
9+
``uv pip install <package> --exclude-newer="0 days"``.

0 commit comments

Comments
 (0)