Skip to content

Commit e968f25

Browse files
committed
fix(deps): update idna 3.11 → 3.18 to fix PYSEC-2026-215
Transitive dependency via httpx. DoS vulnerability in idna.encode() for arbitrarily large inputs; fixed in 3.14+, fully addressed in 3.15+.
1 parent 5cec443 commit e968f25

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1818
- **Publish gate** (`publish.yml`): `pip-audit` now runs before every PyPI release; a known-vulnerable dependency blocks the publish job.
1919
- **Secret detection** (`.pre-commit-config.yaml`): `detect-secrets` pre-commit hook blocks commits containing hard-coded credentials.
2020
- **`SECURITY.md`**: published security policy with private vulnerability reporting instructions and scope definition.
21+
- Updated `idna` (transitive dependency via `httpx`) from 3.11 to 3.18 to address PYSEC-2026-215, a DoS vulnerability in `idna.encode()` for arbitrarily large inputs.
2122

2223
---
2324

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)