rspec/rules/S5145/see.adoc

8 lines
605 B
Plaintext
Raw Normal View History

2020-06-30 12:50:28 +02:00
== See
2021-01-22 04:06:24 +00:00
* https://cheatsheetseries.owasp.org/cheatsheets/Logging_Cheat_Sheet.html[OWASP Cheat Sheet] - Logging
2020-06-30 12:50:28 +02:00
* https://www.owasp.org/index.php/Log_Injection[OWASP Attack Category] - Log Injection
* https://www.owasp.org/index.php/Top_10-2017_A1-Injection[OWASP Top 10 2017 Category A1] - Injection
2021-10-28 10:07:16 +02:00
* https://cwe.mitre.org/data/definitions/20.html[MITRE, CWE-20] - Improper Input Validation
2020-06-30 12:50:28 +02:00
* https://cwe.mitre.org/data/definitions/117.html[MITRE, CWE-117] - Improper Output Neutralization for Logs
* https://www.sans.org/top25-software-errors/#cat1[SANS Top 25] - Insecure Interaction Between Components