update the sql mitigation lessons 9 and 10 to contain the correct urls (#2077)
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user