docs: [#435] document mysql:8.4 CVE analysis and accepted risk#456
Merged
josecelano merged 2 commits intomainfrom Apr 15, 2026
Merged
docs: [#435] document mysql:8.4 CVE analysis and accepted risk#456josecelano merged 2 commits intomainfrom
josecelano merged 2 commits intomainfrom
Conversation
4 tasks
Member
Author
|
ACK 0ece6d4 |
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
Re-scan of
mysql:8.4as requested in issue #435.No code change —
mysql:8.4is a floating tag (no version constant to update).Findings (Apr 15, 2026 — Trivy v0.69.3)
mysql:8.48.4.8mysql:9.69.6.0The floating tag still resolves to 8.4.8 (same digest as Apr 8 baseline). The CVE count
moved from 7H+1C → 9H+1C due to Trivy DB updates only; no new MySQL release was shipped.
All vulnerabilities are in helper components only — not MySQL Server core:
gosu v1.24.6(Go stdlib): 7 HIGH + 1 CRITICALcryptography,pyOpenSSL)mysql:9.x Assessment
mysql:9.6(latest Innovation Release, 2026-04-14) has an identical CVE profile: samegosu v1.24.6and same Python packages → no security benefit to switching. Additionally,mysql:9.xis a non-LTS Innovation Release with a shorter lifecycle vsmysql:8.4(LTS until Apr 2032).Decision
Accepted risk — close #435.
gosuhelper and mysqlsh tools, not MySQL servergosurebuilt on Go ≥ 1.24.13mysql:8.4.9or later is releasedChanges
docs/security/docker/scans/mysql.md— new Remediation Pass 2 history entry with full CVE tablesdocs/security/docker/scans/README.md— updated mysql row (9H+1C, Apr 15)docs/issues/435-mysql-cves.md— checked off steps, filled Outcome sectionproject-words.txt— addedDTLS,mysqlsh,syscallCloses #435