You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix shell injection: use env vars for input interpolation
- Pass inputs.package and inputs.npm-tag through env vars instead of
direct ${{ }} interpolation in bash to prevent command injection
- Add npm-tag format validation (alphanumeric, hyphens, dots only)
to prevent GITHUB_OUTPUT injection via newlines
0 commit comments