fix(infra): clear OSV scanner findings (openssl, actix-http, mermaid)#572
Merged
Conversation
The OSV Scanner job was the last red job in the Security Audit workflow after #571. It flagged: - openssl 0.10.76 — eight CVEs from the 2026 OpenSSL batch → 0.10.80 (transitive via native-tls: reqwest/openidconnect/sentry/lettre) - actix-http 3.12.0 — GHSA-xhj4-vrgc-hr34 → 3.12.1. Lockfile-only: pulled in by sentry-actix's optional dep resolution, never compiled (cargo tree -i finds no path). - mermaid 11.14.0 — four XSS-class CVEs → 11.15.0 - audiopus_sys (RUSTSEC-2026-0150) and proc-macro-error2 (RUSTSEC-2026-0173) — unmaintained-only advisories with no fixed release → justified ignore entries in .osv-scanner.toml, matching cargo-audit/cargo-deny tolerance. Verified: clippy clean, cargo deny licenses ok, client vitest 581 passed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Completes the Security Audit recovery started in #571. After the lettre fix, Rust Security Audit and cargo-deny went green on main, leaving OSV Scanner as the last red job. This PR clears all of its findings:
openssl0.10.76actix-http3.12.0sentry-actixoptional-dep resolution, never compiled (cargo tree -ifinds no path)mermaid11.14.0audiopus_sys.osv-scanner.toml(Opus FFI for desktop audio; migration is tech debt, not a CI blocker)proc-macro-error2Goal 1 item from
docs/developer-guide/project/goals.md(restore green CI).Verification
SQLX_OFFLINE=true cargo clippy -p vc-server -- -D warnings— cleancargo deny check licenses— passesbun run test:run— 581 tests passed (32 files)Cargo.lock/client/bun.lock)🤖 Generated with Claude Code