Skip to content

Commit

Permalink
Fix EZP-20038/EZSA-2013-001: XSS attack possible in content/browse
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Aug 8, 2013
1 parent a27e443 commit 4c2ffdc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@


{if $cancel_action}
<input type="hidden" name="BrowseCancelURI" value="{$cancel_action}" />
<input type="hidden" name="BrowseCancelURI" value="{$cancel_action|wash}" />
{/if}
<input class="button" type="submit" name="BrowseCancelButton" value="{'Cancel'|i18n( 'design/ezwebin/content/browse' )}" />
</form>
Expand Down

0 comments on commit 4c2ffdc

Please sign in to comment.