This repository was archived by the owner on May 29, 2026. It is now read-only.
Commit c67de6d
Fix shell injection vulnerability in release workflow
Move github.ref_name from direct interpolation to environment variable
to prevent potential code injection attacks. This addresses the security
finding where untrusted GitHub context data could be used to inject
malicious code into the runner.
Fixes: https://linear.app/getsentry/issue/VULN-1591
Fixes: https://linear.app/getsentry/issue/CCMRG-2208
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f7cb28c commit c67de6d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
0 commit comments