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

fix: remove command executions #71

Merged
merged 3 commits into from
Jan 28, 2021
Merged

Conversation

wagoid
Copy link
Owner

@wagoid wagoid commented Jan 28, 2021

This PR fixes the formatting issues reported on #70, and also removes the output generation that was still making the action susceptible to the CVE-2020-15228 vulnerability.

Once github removes the add-path and set-env commands from runners, we can bring back those 2 features again.

Commands are disabled, so we should not use `core.setFailed` on errors anymore.

Closes #70
After the CVE-2020-15228 vulnerability,
we can't issue commands with sensitive data on this action anymore.

Due to that, the JSON output that this action generated was removed.
@wagoid wagoid mentioned this pull request Jan 28, 2021
@wagoid wagoid force-pushed the fix/remove-outputs-generation branch from 5b1b9bb to b674cd3 Compare January 28, 2021 22:46
@wagoid wagoid merged commit 58072cd into master Jan 28, 2021
@wagoid wagoid deleted the fix/remove-outputs-generation branch January 28, 2021 22:47
@jdbruijn jdbruijn mentioned this pull request Jan 29, 2021
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.

1 participant