8 lines
292 B
Plaintext
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.
|