#345 Lesson about Insecure Object References does not work - WebGoat 8.0

This commit is contained in:
Nanne Baars 2017-04-09 06:53:14 +02:00
parent fbf2d1b422
commit 8def26825b

View File

@ -140,7 +140,7 @@
method="GET" name="view-other-profile"
action="/WebGoat/IDOR/profile"
enctype="application/json;charset=UTF-8">
<script th:src="@{/plugin_lessons/plugin/IDOR/js/idor.js}" />
<script th:src="@{/lesson_js/idor.js}" />
<input name="View Profile" value="View Profile" type="submit" />
@ -165,7 +165,7 @@
method="GET" name="edit-other-profile"
action="/WebGoat/IDOR/profile"
enctype="application/json;charset=UTF-8">
<script th:src="@{/plugin_lessons/plugin/IDOR/js/idor.js}" />
<script th:src="@{/lesson_js/idor.js}" />
<input name="View Profile" value="View Profile" type="submit" />