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

prevent from shell injection #3

Closed
wants to merge 7 commits into from

Conversation

anatawa12
Copy link
Member

No description provided.

run: |
gh release create "${{ steps.release_version.outputs.result }}" --prerelease --title "${{ steps.release_version.outputs.result }}" --notes "${{ steps.changelog.outputs.changelog }}"
gh release create "$VERSION_NAME" --prerelease --title "$VERSION_NAME" --notes "$CHANGELOG"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

とりあえずこれである程度動くのでこのままでいいと思うけど、コマンドの引数はデータの受け渡しには向いておらず、長さの上限もあまり長くないので将来的にはファイル等を介したい

@anatawa12 anatawa12 marked this pull request as ready for review May 27, 2024 12:47
@anatawa12
Copy link
Member Author

今見直した感じは問題なさそう

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