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
CommandLiteralInjection
The suggestion from CommandLiteralInjection isn't great, just switching from the backtick method to system does not make what ever you are doing safe. https://ruby-doc.org/3.3.0/command_injection_rdoc.html
system
rubocop-eighty-four-codes/lib/rubocop/cop/eighty_four_codes/command_literal_injection.rb
Lines 3 to 19 in c5a1f07
The text was updated successfully, but these errors were encountered:
Also, backtick method, system and exec all have pretty different behaviour.
exec
Sorry, something went wrong.
No branches or pull requests
The suggestion from
CommandLiteralInjection
isn't great, just switching from the backtick method tosystem
does not make what ever you are doing safe. https://ruby-doc.org/3.3.0/command_injection_rdoc.htmlrubocop-eighty-four-codes/lib/rubocop/cop/eighty_four_codes/command_literal_injection.rb
Lines 3 to 19 in c5a1f07
The text was updated successfully, but these errors were encountered: