Skip to content

Commit

Permalink
Fix EZP-20206/EZSA-2013-006: Xss vulnerability on user/login
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Aug 8, 2013
1 parent 4c2ffdc commit 099b42a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@

{if and( is_set( $User:post_data ), is_array( $User:post_data ) )}
{foreach $User:post_data as $key => $postData}
<input name="Last_{$key}" value="{$postData}" type="hidden" /><br/>
<input name="Last_{$key|wash}" value="{$postData|wash}" type="hidden" /><br/>
{/foreach}
{/if}

Expand Down

0 comments on commit 099b42a

Please sign in to comment.