关键漏洞信息 CVE Advisory Report: GHSA-xv5r-cpcw-8wr3 Commit Message: - Replaces host script execution with a containerized environment. - Removes direct bash execution and Pterodactyl symlink logic. - Uses to run scripts in an ephemeral container. - Accepts an install image from a template, defaulting to . - Fixes the implementation based on the CVE advisory report by . 修改内容 Removed: - Direct bash execution logic. - Creation and handling of the symlink. - Direct script execution on the host OS. Added/Replaced: - Containerized script execution using . - Environmental variable mapping from to . - Fallback to install image if not specified in the template.