Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove run shell injection vulnerability #1926

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

mkouzel-yext
Copy link
Contributor

Prevents attackers from injecting their own code into the github actions runner using variable interpolation to steal screts and code. We now use an intermediate environment variable to store input data.

Prevents attackers from injecting their own code into the github actions runner using variable interpolation to steal screts and code. We now use an intermediate environment variable to store input data.
@mkouzel-yext mkouzel-yext requested a review from a team as a code owner March 17, 2025 23:57
@coveralls
Copy link

Coverage Status

coverage: 61.782%. remained the same
when pulling cc910ae on hotfix/fix-run-shell-injection-2
into abacdc0 on master.

@anguyen-yext2 anguyen-yext2 merged commit 9c77d9b into master Mar 18, 2025
35 of 42 checks passed
@anguyen-yext2 anguyen-yext2 deleted the hotfix/fix-run-shell-injection-2 branch March 19, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants