chore(deps): update rust crate hickory-resolver to v0.26.2 - #466
Merged
Conversation
| datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | crate | hickory-resolver | 0.26.1 | 0.26.2 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #466 +/- ##
=======================================
Coverage 80.50% 80.50%
=======================================
Files 460 460
Lines 161612 161612
=======================================
Hits 130104 130104
Misses 31508 31508 🚀 New features to boost your workflow:
|
mkultraWasHere
approved these changes
Sep 8, 2026
mkultraWasHere
left a comment
Contributor
There was a problem hiding this comment.
Reviewed the lockfile-only update and repaired the incompatible mixed Hickory versions by aligning hickory-net, hickory-proto, and hickory-resolver on 0.26.2. Verified official crates.io checksums and dependency constraints. Fresh Cargo check, Clippy, full tests, formatting, pre-commit, Semgrep, and Codecov all pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.26.1→0.26.2Release Notes
hickory-dns/hickory-dns (hickory-resolver)
v0.26.2Compare Source
This release fixes a large number of security vulnerabilities. Most of the issues were related to DNSSEC validation, denial of service and resource consumption attacks, and reachable panics in parsers. Other issues were related to UDP spoofing defenses, caching issues, and general DNS protocol correctness issues.
This is our first post-vulnpocalypse release, and most of these vulnerabilities were discovered through LLM-based workflows. The sheer volume of reports has been a challenge for our volunteer maintainers.
Resolved advisories:
TrustAnchorsdoes not check name of DNSKEYName::hashdiscards label boundaries;ValidationCacheKey(u64)reuses the digest inEqimplementation, leaking an Insecure DNSSEC verdict across distinct owner namesNameServerPool::try_send(resource-exhaustion DoS)Special thanks go out to @qifan-sailboat and Palo Alto Networks for their research and for reporting the bulk of these vulnerabilities. Thanks to @ATinyShoe, @kirk-baird, @thesmartshadow, @BeaCox, @jpds, @N0zoM1z0, and @JasonPap for reporting vulnerabilities as well.
If your organization is interested in coordinated disclosure of future security vulnerabilities, please contact @djc for commercial support.
What's Changed
Ed25519key encoding (0.26 backport) by @djc in #3772New Contributors
Full Changelog: hickory-dns/hickory-dns@v0.26.1...v0.26.2
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate CLI.