Browse Source

fix possible XSS in view issue page

Unknwon 9 năm trước cách đây
mục cha
commit
923873db85
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      templates/repo/issue/view_content.tmpl

+ 1 - 1
templates/repo/issue/view_content.tmpl

@@ -124,7 +124,7 @@
 
 	  		<div class="detail">
 	  			<span class="octicon octicon-git-commit"></span>
-	  			<span class="text grey">{{.Content | Safe}}</span>
+	  			<span class="text grey">{{.Content | Str2html}}</span>
 	  		</div>
   		</div>
 			{{end}}