Skip to content

fix: prevent script injection in workflows (v0.10.x)#639

Merged
thpierce merged 2 commits intorelease/v0.10.xfrom
fix-github-event-v0.10.x
Feb 10, 2026
Merged

fix: prevent script injection in workflows (v0.10.x)#639
thpierce merged 2 commits intorelease/v0.10.xfrom
fix-github-event-v0.10.x

Conversation

@thpierce
Copy link
Copy Markdown
Contributor

Fixes script injection vulnerability by moving github.event references to top-level env vars.

Changes:

  • Define VERSION: ${{ github.event.inputs.version }} at top level
  • Replace github.event.inputs.version with env.VERSION in run steps

Related to V1564738566

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@thpierce thpierce requested a review from a team as a code owner February 10, 2026 22:12
@thpierce thpierce merged commit f08d436 into release/v0.10.x Feb 10, 2026
6 of 12 checks passed
@thpierce thpierce deleted the fix-github-event-v0.10.x branch February 10, 2026 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant