update the sql mitigation lessons 9 and 10 to contain the correct urls (#2077)

This commit is contained in:
Geoffrey Tsai 2025-03-22 00:15:19 +11:00 committed by GitHub
parent d8c402f0d6
commit 72c09f7240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@
<div class="assignment-success"><i class="fa fa-2 fa-check hidden" aria-hidden="true"></i></div>
<form class="attack-form" accept-charset="UNKNOWN"
method="POST" name="form"
th:action="@{/SqlInjectionMitigations/attack}"
th:action="@{/SqlOnlyInputValidation/attack}"
enctype="application/json;charset=UTF-8">
<table>
<tr>
@ -95,7 +95,7 @@
<div class="assignment-success"><i class="fa fa-2 fa-check hidden" aria-hidden="true"></i></div>
<form class="attack-form" accept-charset="UNKNOWN"
method="POST" name="form"
th:action="@{/SqlInjectionMitigations/attack}"
th:action="@{/SqlOnlyInputValidationOnKeywords/attack}"
enctype="application/json;charset=UTF-8">
<table>
<tr>