fix(ci): unblock PR queue — suppress gosu CVE-2026-27145 + pydantic-settings 2.14.2#249
Merged
Conversation
New Go stdlib CVE (crypto/x509 DoS, HIGH) in the pre-compiled gosu binary shipped by upstream postgres:16-alpine — same accepted-risk class as the 15 CVEs already listed. gosu is unused (backup runs as postgres user), and the fix requires a newer Go toolchain only the upstream maintainers control. This unblocks the "CI OK" gate across the open dependency PRs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 task
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.
Problem
The required CI OK (All Green Gate) is red on the whole open dependency-PR queue, and — because branch protection is
strict(require up-to-date) with admin enforcement — no single existing PR can pass the gate alone, sincemaincurrently fails two independent checks:usr/local/bin/gosu→ CVE-2026-27145 (HIGH, Go stdlibcrypto/x509DoS). Same accepted-risk class as the 15 gosu CVEs already inbackup/.trivyignore— unused binary from upstreampostgres:16-alpine, fix needs a newer Go toolchain only upstream controls.pydantic-settings 2.14.1→ GHSA-4xgf-cpjx-pc3j, fixed in 2.14.2.Change
This PR fixes both so the gate can go green and the queue unblocks:
CVE-2026-27145tobackup/.trivyignore.pydantic-settingsto 2.14.2 inapi/,sync-service/,ml-service/(cherry-picked from chore(deps): update dependency pydantic-settings to v2.14.2 [security] #245, Renovate authorship preserved).Supersedes
Effect
Once merged,
mainpasses both checks; the remaining Renovate/Dependabot PRs (#237, #239, #240, #241, #242, #246, #247, #248) rebase to green.🤖 Generated with Claude Code