Homebrew / actions

🚀 Homebrew's GitHub Actions
BSD 2-Clause "Simplified" License
122 stars 39 forks source link

Handle input strings more robustly #562

Closed ZhongRuoyu closed 4 months ago

ZhongRuoyu commented 4 months ago

Avoid using inputs expanded with the ${{ .. }} syntax in shell scripts to prevent code injection.

Also: