Security: suppress unfixable rsa advisory, verify all 2026 CVEs already patched#137
Merged
bashandbone merged 3 commits intomainfrom Mar 27, 2026
Merged
Conversation
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.
Security audit flagged 8 vulnerabilities. 7 are already resolved in
Cargo.lock; the remaining one (rsaMarvin Attack) has no upstream patch and needs explicit suppression in bothcargo-denyandcargo-audittooling.Vulnerability Status
astral-tokio-taraws-lc-sysrustls-webpkirsaChanges
.cargo/audit.toml(new): SuppressesRUSTSEC-2023-0071forcargo-audit, matching the existingdeny.tomlignore entry. Without this, the scheduled workflow creates a new issue on every run for an advisory with no fix. Justification:rsaenters the graph viarecoco-core → sqlx → sqlx-mysql; Thread doesn't use MySQL or expose RSA private-key operations to network timing observation.💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.
Summary by Sourcery
Configure security auditing to suppress an unpatchable rsa crate advisory while keeping other 2026 vulnerabilities verified as already resolved.
Bug Fixes:
Enhancements: