We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This action seems vulnerable to command injection due to the use of child.execSync on unsanitized user input. See here for documentation which says
"Never pass unsanitized user input to this function. Any input containing shell metacharacters may be used to trigger arbitrary command execution."
Is there any plans to change this? Or is it by design to execute user input inside a shell in this way?
This also affects other bufbuild/buf-* actions
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue, this has been address in buf-action, see https://github.com/bufbuild/buf-action/blob/0d29f75678c02558bc41282d46e8de517946a751/src/main.ts#L401-L402
buf-action
Sorry, something went wrong.
No branches or pull requests
This action seems vulnerable to command injection due to the use of child.execSync on unsanitized user input. See here for documentation which says
"Never pass unsanitized user input to this function. Any input containing shell metacharacters may be used to trigger arbitrary command execution."
Is there any plans to change this? Or is it by design to execute user input inside a shell in this way?
This also affects other bufbuild/buf-* actions
The text was updated successfully, but these errors were encountered: