From b727e0be71647c72124d64108c913e4a5bec156b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 15 Oct 2017 00:07:46 -0400 Subject: [PATCH] SECURITY: fix branch name persistent XSS Reported by Carl Hattenfels. --- templates/repo/editor/commit_form.tmpl | 3 ++- templates/repo/issue/view_title.tmpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/repo/editor/commit_form.tmpl b/templates/repo/editor/commit_form.tmpl index 6aee9f1d1..6ee6300ff 100644 --- a/templates/repo/editor/commit_form.tmpl +++ b/templates/repo/editor/commit_form.tmpl @@ -14,7 +14,8 @@ diff --git a/templates/repo/issue/view_title.tmpl b/templates/repo/issue/view_title.tmpl index 3f3b62e65..4650ba4c8 100644 --- a/templates/repo/issue/view_title.tmpl +++ b/templates/repo/issue/view_title.tmpl @@ -28,7 +28,7 @@ {{if .Issue.PullRequest.HasMerged}} {{ $mergedStr:= TimeSince .Issue.PullRequest.Merged $.Lang }} {{.Issue.PullRequest.Merger.Name}} - {{$.i18n.Tr "repo.pulls.merged_title_desc" .NumCommits .HeadTarget .BaseTarget $mergedStr | Safe}} + {{$.i18n.Tr "repo.pulls.merged_title_desc" .NumCommits .HeadTarget .BaseTarget $mergedStr | Str2html}} {{else}} {{.Issue.Poster.Name}} {{$.i18n.Tr "repo.pulls.title_desc" .NumCommits .HeadTarget .BaseTarget | Str2html}}