Skip to content

fix(deps): Update dependency idna to v3.7 [SECURITY] #395

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-bot renovate-bot commented Aug 13, 2024

This PR contains the following updates:

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

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


Configuration

📅 Schedule: Branch creation - "" (UTC), 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-bot renovate-bot requested a review from lanre-OG as a code owner August 13, 2024 12:03
@renovate-bot renovate-bot requested a review from a team as a code owner August 13, 2024 12:03
@dpebot
Copy link
Collaborator

dpebot commented Aug 13, 2024

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from ce9039c to 8c5a97e Compare January 9, 2025 22:28
@dpebot
Copy link
Collaborator

dpebot commented Jan 9, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 8c5a97e to f874901 Compare January 9, 2025 22:39
@dpebot
Copy link
Collaborator

dpebot commented Jan 9, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from f874901 to 6c21b5d Compare June 18, 2025 22:00
@dpebot
Copy link
Collaborator

dpebot commented Jun 18, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 6c21b5d to ded80b5 Compare June 18, 2025 22:05
@dpebot
Copy link
Collaborator

dpebot commented Jun 18, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from ded80b5 to 8ac9927 Compare June 19, 2025 04:53
@dpebot
Copy link
Collaborator

dpebot commented Jun 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 8ac9927 to 71cacd6 Compare June 19, 2025 14:51
@dpebot
Copy link
Collaborator

dpebot commented Jun 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 71cacd6 to 432f3f4 Compare June 19, 2025 20:50
@dpebot
Copy link
Collaborator

dpebot commented Jun 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 432f3f4 to 00ce405 Compare June 20, 2025 03:43
@dpebot
Copy link
Collaborator

dpebot commented Jun 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 00ce405 to 65573db Compare June 20, 2025 08:36
@dpebot
Copy link
Collaborator

dpebot commented Jun 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 65573db to 3c8cdfd Compare June 20, 2025 19:08
@dpebot
Copy link
Collaborator

dpebot commented Jun 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 3c8cdfd to 8856975 Compare June 21, 2025 01:33
@dpebot
Copy link
Collaborator

dpebot commented Jun 21, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 8856975 to decc815 Compare June 21, 2025 08:14
@dpebot
Copy link
Collaborator

dpebot commented Jun 21, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from decc815 to fcd5db4 Compare June 21, 2025 11:42
@dpebot
Copy link
Collaborator

dpebot commented Jun 21, 2025

/gcbrun

@dpebot
Copy link
Collaborator

dpebot commented Jul 17, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from c2bbeb2 to 9db6240 Compare July 17, 2025 09:38
@dpebot
Copy link
Collaborator

dpebot commented Jul 17, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 9db6240 to 3ae5b88 Compare July 17, 2025 18:33
@dpebot
Copy link
Collaborator

dpebot commented Jul 17, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 3ae5b88 to d67c377 Compare July 18, 2025 00:50
@dpebot
Copy link
Collaborator

dpebot commented Jul 18, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from d67c377 to 990ad6e Compare July 18, 2025 09:00
@dpebot
Copy link
Collaborator

dpebot commented Jul 18, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 990ad6e to 2ac7d24 Compare July 18, 2025 18:39
@dpebot
Copy link
Collaborator

dpebot commented Jul 18, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 2ac7d24 to 0951e56 Compare July 19, 2025 00:03
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 0951e56 to 0eeb555 Compare July 19, 2025 04:15
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 0eeb555 to 77c30e7 Compare July 19, 2025 08:01
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 77c30e7 to 6a5b899 Compare July 19, 2025 11:31
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 6a5b899 to dfafc88 Compare July 19, 2025 15:12
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from dfafc88 to d4da09f Compare July 19, 2025 20:10
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from d4da09f to 20041aa Compare July 19, 2025 23:44
@dpebot
Copy link
Collaborator

dpebot commented Jul 19, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 20041aa to 91e9007 Compare July 20, 2025 03:24
@dpebot
Copy link
Collaborator

dpebot commented Jul 20, 2025

/gcbrun

@renovate-bot renovate-bot force-pushed the renovate/pypi-idna-vulnerability branch from 91e9007 to f76d67a Compare July 20, 2025 06:58
@dpebot
Copy link
Collaborator

dpebot commented Jul 20, 2025

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants