Skip to content

fix: remove command executions#71

Merged
wagoid merged 3 commits intomasterfrom
fix/remove-outputs-generation
Jan 28, 2021
Merged

fix: remove command executions#71
wagoid merged 3 commits intomasterfrom
fix/remove-outputs-generation

Conversation

@wagoid
Copy link
Copy Markdown
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