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 b8dc993 commit 44e140e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_proj_ver_delete.php
Expand Up @@ -61,7 +61,7 @@

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

version_remove( $f_version_id );
Expand Down

0 comments on commit 44e140e

Please sign in to comment.