Commit 4e556d6
fix: Add exclude-newer and upgrade requests to 2.33.0
Add exclude-newer = "4 days" to [tool.uv] to limit dependency
resolution to packages published at least 4 days ago, reducing
risk from supply chain attacks on newly published packages.
See: https://docs.astral.sh/uv/reference/settings/#exclude-newer
Upgrade requests from 2.32.5 to 2.33.0 to fix insecure temp file
reuse vulnerability in extract_zipped_paths().
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent e0ad77f commit 4e556d6
3 files changed
Lines changed: 333 additions & 306 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 | | |
57 | 60 | | |
0 commit comments