ci: Replace curl-pipe-bash with action-setup-cli for Sentry CLI setup - #5899
Merged
runningcode merged 1 commit intoAug 6, 2026
Conversation
Refs VULN-2261 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
oioki
requested review from
0xadam-brown,
adinauer,
markushi,
romtsn and
runningcode
as code owners
August 6, 2026 09:26
📲 Install BuildsAndroid
|
Contributor
Performance metrics 🚀
|
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d15471f | 303.49 ms | 439.08 ms | 135.59 ms |
| b750b96 | 408.98 ms | 480.32 ms | 71.34 ms |
| 17a0955 | 372.53 ms | 446.70 ms | 74.17 ms |
| d217708 | 355.34 ms | 381.39 ms | 26.05 ms |
| 5b1a06b | 310.56 ms | 362.79 ms | 52.22 ms |
| fcec2f2 | 311.35 ms | 384.94 ms | 73.59 ms |
| 62b579c | 349.26 ms | 426.26 ms | 77.00 ms |
| 5f14e5d | 325.76 ms | 368.32 ms | 42.56 ms |
| 48277cd | 320.38 ms | 379.90 ms | 59.52 ms |
| a416a65 | 295.53 ms | 373.74 ms | 78.21 ms |
App size
| Revision | Plain | With Sentry | Diff |
|---|---|---|---|
| d15471f | 1.58 MiB | 2.13 MiB | 559.54 KiB |
| b750b96 | 1.58 MiB | 2.10 MiB | 533.19 KiB |
| 17a0955 | 1.58 MiB | 2.10 MiB | 533.20 KiB |
| d217708 | 1.58 MiB | 2.10 MiB | 532.97 KiB |
| 5b1a06b | 0 B | 0 B | 0 B |
| fcec2f2 | 1.58 MiB | 2.12 MiB | 551.51 KiB |
| 62b579c | 0 B | 0 B | 0 B |
| 5f14e5d | 1.58 MiB | 2.19 MiB | 620.00 KiB |
| 48277cd | 0 B | 0 B | 0 B |
| a416a65 | 1.58 MiB | 2.12 MiB | 555.26 KiB |
runningcode
approved these changes
Aug 6, 2026
runningcode
deleted the
alextarasov/vuln-2261-command-injection-vulnerabilities-in-getsentrysentry-java-in
branch
August 6, 2026 10:39
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
build.yml,integration-tests-ui.yml) usedcurl -sL https://sentry.io/get-cli/ | bash, piping a remote install script directly into a shell.getsentry/action-setup-cli, which downloads thesentry-clirelease asset for the runner's OS/arch and verifies its sha256 against the digest GitHub recorded for that asset via the Releases API, before adding it toPATH. Usesghonly, nocurl.if:condition on theintegration-tests-ui.ymlstep.Test plan
Fixes VULN-2261
🤖 Generated with Claude Code