Skip to content

Commit d7ed217

Browse files
committed
chore(deps): Ignore diskcache CVE until fix is available
1 parent 6809fe0 commit d7ed217

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
- uses: pypa/gh-action-pip-audit@v1.1.0
3131
with:
3232
inputs: ./src/python
33+
# CVE-2025-69872: diskcache pickle deserialization - transitive dep via mcp-proxy-for-aws
34+
# No fix available yet. Limited risk: requires attacker write access to cache directory.
35+
ignore-vulns: |
36+
CVE-2025-69872
3337
3438
- name: Build
3539
run: uv build

0 commit comments

Comments
 (0)