From 4d57064e0592212a92b799e83c42c72928dd81cd Mon Sep 17 00:00:00 2001 From: Arseniy Zaostrovnykh <70532144+arseniy-sonar@users.noreply.github.com> Date: Thu, 16 Jun 2022 15:38:26 +0200 Subject: [PATCH] Modify rule S5852: replace the broken link Using the archived version of the page. The initial version is no longer available, but the story was so interesting that we want to be able to share it nonetheless. --- rules/S5852/see.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/S5852/see.adoc b/rules/S5852/see.adoc index ca9eb89b46..3398e74273 100644 --- a/rules/S5852/see.adoc +++ b/rules/S5852/see.adoc @@ -4,6 +4,6 @@ * https://cwe.mitre.org/data/definitions/400[MITRE, CWE-400] - Uncontrolled Resource Consumption * https://cwe.mitre.org/data/definitions/1333[MITRE, CWE-1333] - Inefficient Regular Expression Complexity * 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://web.archive.org/web/20220506215733/https://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016[stackstatus.net(archived)] - 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 \ No newline at end of file +* 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