Patch anyhow soundness advisory#46
Merged
AnthonyRonning merged 2 commits intoJul 12, 2026
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesRelease and dependency update
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
AnthonyRonning
deleted the
codex-maple-proxy-security-advisories-maple-proxy
branch
July 12, 2026 06:01
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.
Summary
anyhow >=1.0.103and refresh the lockfile from1.0.1020.1.11to0.1.12in a separate commitRUSTSEC-2026-0190from both release artifacts and downstream locked dependency resolutionSecurity impact
RustSec classifies this as an informational unsoundness warning affecting
anyhow::Error::downcast_mut. Maple Proxy and OpenSecret SDK do not currently call the affected method, so no reachable production path was found, but thev0.1.11artifacts still contained the affected crate version. Raising the manifest floor ensures the fix is not limited to this repository lockfile.Closes #45.
Validation
cargo auditagainst advisory DB commite202964: 0 vulnerabilities, 0 warningsnix develop -c just checknix develop -c cargo check --lockedafter the version bumpSummary by CodeRabbit