Skip to content
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

Security fix for Rust idna crate - CVE-2024-12224 #497

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

Conversation

cr-tk
Copy link
Collaborator

@cr-tk cr-tk commented Dec 17, 2024

Summary & Motivation (Problem vs. Solution)

As flagged in https://github.com/tkhq/qos/security/dependabot/41 and https://github.com/tkhq/qos/security/dependabot/42, the idna crate needs patches, see GHSA-h97m-ww89-6jmq.

This requires upgrading the url and hickory-proto crates, which bring their own dependency updates.

I reviewed the newly pulled in or updated dependency code crate today, for versions of crates that are not already in use in important upstream projects. I think the new code is non-malicious. Review depth varied, since the unicode crates are very dense and big, with many binary snippets. For more information, see the internal PR documentation.

How I Tested These Changes

Not tested. Please test carefully before deployment.

@cr-tk cr-tk added the enhancement New feature or request label Dec 17, 2024
@cr-tk cr-tk requested a review from a team as a code owner December 17, 2024 23:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant