mirror of
https://github.com/sayyadirfanali/Myna.git
synced 2026-01-11 14:30:26 +01:00
[PR #18] [CLOSED] fix: Prevent RCE in mkcomp/mkhero via command injection #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.