Versions in this module Expand all Collapse all v0 v0.4.2 Jun 6, 2014 GO-2020-0021 GO-2020-0021: SQL Injection in github.com/gogits/gogs v0.4.1 Jun 1, 2014 GO-2020-0021 GO-2020-0021: SQL Injection in github.com/gogits/gogs v0.4.0 May 31, 2014 GO-2020-0021 GO-2020-0021: SQL Injection in github.com/gogits/gogs Changes in this version + const HTT_SERVICE + const HTT_WEBHOOK + func AddHookTask(t *HookTask) + type HookTask struct + ContentType int + IsSsl bool + Type int + Url string + type Payload struct + Commits []*PayloadCommit + Pusher *PayloadAuthor + Ref string + Repo *PayloadRepo + Secret string + type PayloadAuthor struct + Email string + Name string + type PayloadCommit struct + Author *PayloadAuthor + Id string + Message string + Url string + type PayloadRepo struct + Description string + Id int64 + Name string + Owner *PayloadAuthor + Private bool + Url string + Watchers int + Website string