rspec/rules/S4823/ask-yourself.adoc

7 lines
242 B
Plaintext
Raw Permalink Normal View History

2020-06-30 12:49:37 +02:00
== 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.