From 3db9b06a6ed0a217e72ea361867604477dcd25be Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 28 Nov 2018 21:05:58 -0500 Subject: api: fix critical CSRF vulnerabilities on API routes (#5355) By explicitly requires token authentication. --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 3dbf576e..a3caf185 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogs/gogs/pkg/setting" ) -const APP_VER = "0.11.70.1126" +const APP_VER = "0.11.71.1128" func init() { setting.AppVer = APP_VER -- cgit v1.2.3