Skip to content

fix: gmud creator parse pr body as literal text - #32

Open
flores-d wants to merge 1 commit into
mainfrom
fix/gmud-creator-md
Open

fix: gmud creator parse pr body as literal text#32
flores-d wants to merge 1 commit into
mainfrom
fix/gmud-creator-md

Conversation

@flores-d

@flores-d flores-d commented Aug 13, 2026

Copy link
Copy Markdown

The composite action interpolated PR-body-derived ${{ steps.extract-data.outputs.* }} values directly into run: bash scripts (an unquoted heredoc and jq --arg strings). GitHub Actions splices ${{ }} in as raw text into the script before bash parses it, so any backtick got interpreted as shell command substitution. This is also a script-injection vulnerability, a malicious PR body could execute arbitrary commands.

*bug run
{6CFC8A85-0458-457A-85D2-93507C757864}

@flores-d
flores-d requested review from a team August 13, 2026 19:50
@flores-d flores-d self-assigned this Aug 13, 2026
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.

3 participants