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

8 lines
292 B
Plaintext

== Ask Yourself Whether
* sockets are created without any limit every time a user performs an action.
* input received from sockets is used without being sanitized.
* sensitive data is sent via sockets without being encrypted.
There is a risk if you answered yes to any of those questions.