rspec/rules/S2092/see.adoc

7 lines
576 B
Plaintext
Raw Normal View History

2020-06-30 12:48:07 +02:00
== See
* https://www.owasp.org/index.php/Top_10-2017_A3-Sensitive_Data_Exposure[OWASP Top 10 2017 Category A3] - Sensitive Data Exposure
2021-10-28 10:07:16 +02:00
* https://cwe.mitre.org/data/definitions/311.html[MITRE, CWE-311] - Missing Encryption of Sensitive Data
* https://cwe.mitre.org/data/definitions/315.html[MITRE, CWE-315] - Cleartext Storage of Sensitive Information in a Cookie
* https://cwe.mitre.org/data/definitions/614.html[MITRE, CWE-614] - Sensitive Cookie in HTTPS Session Without 'Secure' Attribute
2020-06-30 12:48:07 +02:00
* https://www.sans.org/top25-software-errors/#cat3[SANS Top 25] - Porous Defenses