Skip to content

Commit

Permalink
Fix reflected XSS vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Gneady committed Jul 1, 2021
1 parent 2a29c6b commit ccc50f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/membership_passwordReset.php
Expand Up @@ -82,7 +82,7 @@
</div>
</div>

<input type="hidden" name="key" value="<?php echo $_GET['key']; ?>">
<input type="hidden" name="key" value="<?php echo html_attr($_GET['key']); ?>">
</form>
</div>
</div>
Expand Down

0 comments on commit ccc50f1

Please sign in to comment.