Original PR: https://github.com/sayyadirfanali/Myna/pull/18 Author: @ZUENS2020 Created: 11/17/2025 Status: ❌ Closed
Base: main ← Head: claude-fix-rce-perl-scripts
main
claude-fix-rce-perl-scripts
fd0cccf
2 files changed (+4 additions, -4 deletions)
📝 mkcomp (+2 -2) 📝 mkhero (+2 -2)
mkcomp
mkhero
Added quotemeta() escaping to $ARGV[0/1] in Perl scripts.
quotemeta()
$ARGV[0/1]
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/sayyadirfanali/Myna/pull/18
Author: @ZUENS2020
Created: 11/17/2025
Status: ❌ Closed
Base:
main← Head:claude-fix-rce-perl-scripts📝 Commits (1)
fd0cccffix: Escape ARGV in mkcomp/mkhero to prevent command injection RCE📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
mkcomp(+2 -2)📝
mkhero(+2 -2)📄 Description
Summary
Added
quotemeta()escaping to$ARGV[0/1]in Perl scripts.Test plan
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.