fix: fixes the default change in trailing slash matching and address the affected assignments

This commit is contained in:
Àngel Ollé Blázquez
2023-08-27 14:02:50 +02:00
parent 4009785bb8
commit 49862f6b90
2 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@
<form class="attack-form" accept-charset="UNKNOWN" name="frontendValidation"
id="frontendValidation"
method="POST"
action="/WebGoat/BypassRestrictions/frontendValidation/"
action="/WebGoat/BypassRestrictions/frontendValidation"
onsubmit="return validate()">
<div>
<strong>Field 1:</strong> exactly three lowercase characters(^[a-z]{3}$)