vonage-python-code-snippets
vonage-python-code-snippets copied to clipboard
Update dependency idna to v3 (main)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| idna (changelog) | major | ==2.7 -> ==3.7 |
By merging this PR, the issue #220 will be automatically resolved and closed:
| Severity | CVE | Reachability | |
|---|---|---|---|
High |
7.5 | CVE-2024-3651 |
Release Notes
kjd/idna (idna)
v3.7
What's Changed
- Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time to process. [CVE-2024-3651]
Thanks to Guido Vranken for reporting the issue.
Full Changelog: https://github.com/kjd/idna/compare/v3.6...v3.7
v3.6
v3.5
v3.4
v3.3
v3.2
v3.1
v3.0
v2.10
v2.9
v2.8
- [ ] If you want to rebase/retry this PR, check this box
High