Ver Fonte

fix possible XSS in view issue page

Unknwon há 9 anos atrás
pai
commit
923873db85
1 ficheiros alterados com 1 adições e 1 exclusões
  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}}