From 060851a4a23b6522aae04fb2565cc0b05bff346d Mon Sep 17 00:00:00 2001 From: Elie De Brauwer Date: Sat, 23 May 2020 18:54:50 +0200 Subject: [PATCH] IDOR_intro.adoc: Fix 404 The closing ')' in the URL was not taken up in the link causing a 404 when clicking the URL. --- .../idor/src/main/resources/lessonPlans/en/IDOR_intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/idor/src/main/resources/lessonPlans/en/IDOR_intro.adoc b/webgoat-lessons/idor/src/main/resources/lessonPlans/en/IDOR_intro.adoc index c9592f106..406acc578 100644 --- a/webgoat-lessons/idor/src/main/resources/lessonPlans/en/IDOR_intro.adoc +++ b/webgoat-lessons/idor/src/main/resources/lessonPlans/en/IDOR_intro.adoc @@ -33,7 +33,7 @@ This of course can be checked or expanded beyond GET methods to view data, but t === More good reading Before we go on to practice, here's some good reading on Insecure Direct Object References: -* https://www.owasp.org/index.php/Testing_for_Insecure_Direct_Object_References_(OTG-AUTHZ-004) +* link:++https://www.owasp.org/index.php/Testing_for_Insecure_Direct_Object_References_(OTG-AUTHZ-004)++[] * https://www.owasp.org/index.php/Top_10-2017_A5-Broken_Access_Control * https://cheatsheetseries.owasp.org/cheatsheets/Insecure_Direct_Object_Reference_Prevention_Cheat_Sheet.html * https://www.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References