Skip to content

Commit

Permalink
Fix #15511: XSS vulnerability when deleting a version
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Feb 15, 2013
1 parent a1b67cc commit 8b13da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_proj_ver_delete.php
Expand Up @@ -40,7 +40,7 @@

# Confirm with the user
helper_ensure_confirmed( lang_get( 'version_delete_sure' ) .
'<br />' . lang_get( 'version' ) . ': ' . $t_version_info->version,
'<br />' . lang_get( 'version' ) . ': ' . string_display_line( $t_version_info->version ),
lang_get( 'delete_version_button' ) );

version_remove( $f_version_id );
Expand Down

0 comments on commit 8b13da0

Please sign in to comment.