Security: fix XSS attack on milestone

Reported by Miguel Ángel Jimeno.
This commit is contained in:
Unknwon
2017-02-17 08:06:48 -05:00
parent d521e716dd
commit 5155f026b4
6 changed files with 17 additions and 13 deletions

View File

@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.152.0216"
const APP_VER = "0.9.153.0217"
func init() {
setting.AppVer = APP_VER