fix(docker): bump OPA and EOPA versions to address CVEs#906
Open
EliMoshkovich wants to merge 1 commit into
Open
fix(docker): bump OPA and EOPA versions to address CVEs#906EliMoshkovich wants to merge 1 commit into
EliMoshkovich wants to merge 1 commit into
Conversation
- OPA: 1.9.0-static -> 1.16.1-static (fixes CVE-2025-68121, golang/stdlib) - EOPA: v1.44.0 -> v1.45.1 (latest available release) Note: CVE-2026-33815 and CVE-2026-33816 (jackc/pgx/v5@5.7.6) remain unresolved — EOPA v1.45.1 still ships pgx v5.7.6 (fix requires >= 5.9.0). A new EOPA release from Styra is needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for opal-docs canceled.
|
omer9564
approved these changes
May 4, 2026
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
1.9.0-static→1.16.1-static— fixes CVE-2025-68121 (golang/stdlib@1.25.1, built with Go 1.26.2)v1.44.0→v1.45.1— bumped to latest available releaseResolved CVEs
permitio/opal-clientgolang/stdlib@1.25.1Unresolved CVEs
permitio/opal-client-eopajackc/pgx/v5@5.7.6permitio/opal-client-eopajackc/pgx/v5@5.7.6Why are these unresolved?
The
pgx/v5dependency is internal to Enterprise OPA (EOPA), which is a closed-source binary from Styra. Both EOPA v1.44.0 and v1.45.1 (latest available release with published binaries) shippgx v5.7.6— confirmed by inspecting the embedded Go module info (go version -m) in both binaries. A new EOPA release from Styra with updated dependencies is required to resolve these CVEs.Test plan
🤖 Generated with Claude Code