rspec/rules/S5122/see.adoc

12 lines
1.0 KiB
Plaintext

== See
* https://owasp.org/Top10/A05_2021-Security_Misconfiguration/[OWASP Top 10 2021 Category A5] - Security Misconfiguration
* https://owasp.org/Top10/A07_2021-Identification_and_Authentication_Failures/[OWASP Top 10 2021 Category A7] - Identification and Authentication Failures
* https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS[developer.mozilla.org] - CORS
* https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy[developer.mozilla.org] - Same origin policy
* https://www.owasp.org/index.php/Top_10-2017_A6-Security_Misconfiguration[OWASP Top 10 2017 Category A6] - Security Misconfiguration
* https://www.owasp.org/index.php/HTML5_Security_Cheat_Sheet#Cross_Origin_Resource_Sharing[OWASP HTML5 Security Cheat Sheet] - Cross Origin Resource Sharing
* https://cwe.mitre.org/data/definitions/346.html[MITRE, CWE-346] - Origin Validation Error
* https://cwe.mitre.org/data/definitions/942.html[MITRE, CWE-942] - Overly Permissive Cross-domain Whitelist
* https://www.sans.org/top25-software-errors/#cat3[SANS Top 25] - Porous Defenses