Fix reported vulnerability

Ability to use labels from arbitrary repositories.

Reported by Miguel Ángel Jimeno.
This commit is contained in:
Unknwon
2016-12-22 19:44:59 -05:00
parent f471ef1bc7
commit 6383bf7480
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.9.109.1222"
const APP_VER = "0.9.110.1222"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())