Skip to content

chore: add three published CVEs to openvex.json - #9787

Open
matthewmcneely wants to merge 1 commit into
mainfrom
matthewmcneely/openvex-published-cves
Open

chore: add three published CVEs to openvex.json#9787
matthewmcneely wants to merge 1 commit into
mainfrom
matthewmcneely/openvex-published-cves

Conversation

@matthewmcneely

Copy link
Copy Markdown
Contributor

Summary

Adds VEX statements for the three published advisories that were missing from openvex.json. All three fixes are already on main, but nightly builds embed a Go pseudo-version (v25.0.0-YYYYMMDDHHMMSS-<commit>) that sorts below the fixed release tags, so Trivy flags them as false positives without a statement.

Changes

CVE Advisory Fix commit on main Fixed release
CVE-2026-44840 GHSA-q2m9-6jp9-c6mc (checkUserPassword DQL injection) cee702c 25.3.4
CVE-2026-54061 GHSA-rrwh-6jrq-wp5v (unauthenticated external snapshot import) aba579a 25.3.5
CVE-2026-63637 GHSA-33p8-wc97-5qcj (regexp filter DQL injection) aaff09a none recorded yet

Also bumps the document version to 2 and refreshes the timestamp.

Deliberately excluded: CVE-2023-31135 only affects the pre-/v25 module path below v23.0.0, so it can't match current builds.

Side note for whoever owns the advisories: GHSA-33p8-wc97-5qcj records the affected package as github.com/dgraph-io/dgraph without the /v25 suffix and has no patched version, which is why version comparison can't clear it. Worth fixing on the GitHub side.

🤖 Generated with Claude Code

@matthewmcneely
matthewmcneely requested a review from a team as a code owner July 23, 2026 22:04
@blacksmith-sh

This comment has been minimized.

All three are published advisories whose fixes are already on main, so
nightly builds (Go pseudo-versions that sort below the fixed release
tags) trip Trivy false positives without a VEX statement.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@matthewmcneely
matthewmcneely force-pushed the matthewmcneely/openvex-published-cves branch from 2481128 to d370fca Compare July 27, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant