rspec/rules/S2092/ask-yourself.adoc

7 lines
353 B
Plaintext
Raw Permalink Normal View History

2020-06-30 12:48:07 +02:00
== Ask Yourself Whether
* the cookie is for instance a _session-cookie_ not designed to be sent over non-HTTPS communication.
2021-04-28 16:49:39 +02:00
* it's not sure that the website contains https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content[mixed content] or not (ie HTTPS everywhere or not)
2020-06-30 12:48:07 +02:00
There is a risk if you answered yes to any of those questions.