rspec/rules/S5324/see.adoc
2020-06-30 17:16:12 +02:00

10 lines
745 B
Plaintext

== See
* https://developer.android.com/training/articles/security-tips#ExternalStorage[Android Security tips on external file storage]
* https://www.owasp.org/index.php/Top_10-2017_A1-Injection[OWASP Top 10 2017 Category A1] - Injection
* https://www.owasp.org/index.php/Top_10-2017_A3-Sensitive_Data_Exposure[OWASP Top 10 2017 Category A3] - Sensitive Data Exposure
* https://cwe.mitre.org/data/definitions/312.html[MITRE, CWE-312] - Cleartext Storage of Sensitive Information
* https://cwe.mitre.org/data/definitions/20.html[MITRE, CWE-20] - Improper Input Validation
* https://www.sans.org/top25-software-errors/#cat2[SANS Top 25] - Risky Resource Management
* https://www.sans.org/top25-software-errors/#cat3[SANS Top 25] - Porous Defenses