rspec/rules/S5852/see.adoc

9 lines
955 B
Plaintext
Raw Normal View History

2020-06-30 12:50:28 +02:00
== See
* https://www.owasp.org/index.php/Top_10-2017_A1-Injection[OWASP Top 10 2017 Category A1] - Injection
2020-06-30 12:50:28 +02:00
* https://cwe.mitre.org/data/definitions/400.html[MITRE, CWE-400] - Uncontrolled Resource Consumption
* https://cwe.mitre.org/data/definitions/1333.html[MITRE, CWE-1333] - Inefficient Regular Expression Complexity
2020-06-30 12:50:28 +02:00
* https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS[owasp.org] - OWASP Regular expression Denial of Service - ReDoS
* https://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016[stackstatus.net] - Outage Postmortem - July 20, 2016
* https://www.regular-expressions.info/catastrophic.html[regular-expressions.info] - Runaway Regular Expressions: Catastrophic Backtracking
* https://docs.microsoft.com/en-us/dotnet/standard/base-types/backtracking-in-regular-expressions#backtracking-with-nested-optional-quantifiers[docs.microsoft.com] - Backtracking with Nested Optional Quantifiers