diff options
author | Unknwon <u@gogs.io> | 2017-02-17 08:06:48 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-17 08:06:48 -0500 |
commit | 5155f026b4d6a66eb58f4dba371c047fbee932e5 (patch) | |
tree | b26a4765ad180fc8f348e9050bc44a516da48592 /gogs.go | |
parent | d521e716dd59617dbbb637a3e8028bf4a5c6f849 (diff) |
Security: fix XSS attack on milestone
Reported by Miguel Ángel Jimeno.
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |