fix: bump phoenix 1.6.17 and close leftover code-scanning alerts - #1513
Merged
Merged
Conversation
Phoenix 1.6.17 patches the HIGH channel-join DoS. Defer ESM-incompatible decode-uri-component 0.2.2 and react-router v7 MEDIUMs, and retry tool downloads so image scans can run.
|
CLI image builds were failing on GitHub 504s because curl | tar hid curl's exit code. Download Helm, the CLI, and Trivy to files with longer retries, and pull Helm from GitHub releases instead of get.helm.sh.
Keep the MEDIUM exceptions from applying after a later upgrade.
Helm GitHub releases only ship signatures, so the tarball URL 404s. Use the previous get.helm.sh plus curl|tar flow that already built images.
The Helm, CLI, and Trivy URLs are correct. CI was unpacking 92-byte GitHub error bodies because curl -L succeeded without -f. Download to files, require >1MB, then extract.
floreks
approved these changes
Sep 15, 2026
maciaszczykm
approved these changes
Sep 15, 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.
Phoenix 1.6.17 patches the HIGH channel-join DoS. Defer ESM-incompatible decode-uri-component 0.2.2 and react-router v7 MEDIUMs, and retry tool downloads so image scans can run.
Test Plan
Checklist