Skip to content

fix(deps): update dependency idna to v3 [security] #2154

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
idna (changelog) 2.10 -> 3.7 age adoption passing confidence

Review

  • Updates have been tested and work
  • If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)

GitHub Vulnerability Alerts

CVE-2024-3651

Impact

A specially crafted argument to the idna.encode() function could consume significant resources. This may lead to a denial-of-service.

Patches

The function has been refined to reject such strings without the associated resource consumption in version 3.7.

Workarounds

Domain names cannot exceed 253 characters in length, if this length limit is enforced prior to passing the domain to the idna.encode() function it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.

References


Release Notes

kjd/idna (idna)

v3.7

Compare Source

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: kjd/idna@v3.6...v3.7

v3.6

Compare Source

v3.5

Compare Source

v3.4

Compare Source

v3.3

Compare Source

v3.2

Compare Source

v3.1

Compare Source

v3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Apr 12, 2024
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 5 times, most recently from 7191164 to 76c5b2b Compare April 25, 2024 18:07
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 7 times, most recently from f45d359 to 84be8a9 Compare May 2, 2024 19:56
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 7 times, most recently from a71a424 to ebf4e40 Compare May 9, 2024 16:04
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch from ebf4e40 to 65ab090 Compare May 13, 2024 19:17
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 7 times, most recently from 303f53b to 1868771 Compare May 28, 2024 14:51
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch from 1868771 to 621849f Compare May 31, 2024 21:14
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch from 62d8cb8 to 71d6993 Compare March 25, 2025 15:57
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 5 times, most recently from 401e3a9 to 126abd1 Compare April 8, 2025 15:13
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 7 times, most recently from bb7609c to 7da2054 Compare April 15, 2025 18:00
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 5 times, most recently from cc0d957 to 31fc98a Compare April 22, 2025 20:10
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 6 times, most recently from d96e7ca to 76d2d17 Compare April 29, 2025 20:17
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch 3 times, most recently from 9e17bc3 to 82a807f Compare May 6, 2025 14:38
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch from 82a807f to b38af2f Compare May 8, 2025 19:47
@renovate renovate bot force-pushed the renovate/pypi-idna-vulnerability branch from b38af2f to 700ab25 Compare May 9, 2025 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants