rspec/rules/S4823/ask-yourself.adoc
2020-06-30 17:16:12 +02:00

7 lines
242 B
Plaintext

== Ask Yourself Whether
* any of the command line arguments are used without being sanitized first.
* your application accepts sensitive information via command line arguments.
If you answered yes to any of these questions you are at risk.