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: prevent script injection in workflows (v0.1.x) (#636)
Fixes script injection vulnerability by moving github.event references
to top-level env vars.
Changes:
- Replace `github.event.inputs.version` with `env.VERSION` in run steps
- Reuses existing top-level VERSION env variable
Related to V1564738566
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
0 commit comments