Versions in this module Expand all Collapse all v0 v0.4.2 Jun 6, 2014 GO-2024-2969 +3 more GO-2024-2969: github.com/gogs/gogs affected by CVE-2024-39930 GO-2024-2970: Gogs allows deletion of internal files in github.com/gogs/gogs GO-2024-2971: Gogs allows argument injection during the previewing of changes in github.com/gogs/gogs GO-2024-2972: Gogs allows argument injection during the tagging of a new release in github.com/gogs/gogs v0.4.1 Jun 1, 2014 GO-2024-2969 +3 more GO-2024-2969: github.com/gogs/gogs affected by CVE-2024-39930 GO-2024-2970: Gogs allows deletion of internal files in github.com/gogs/gogs GO-2024-2971: Gogs allows argument injection during the previewing of changes in github.com/gogs/gogs GO-2024-2972: Gogs allows argument injection during the tagging of a new release in github.com/gogs/gogs v0.4.0 May 31, 2014 GO-2024-2969 +3 more GO-2024-2969: github.com/gogs/gogs affected by CVE-2024-39930 GO-2024-2970: Gogs allows deletion of internal files in github.com/gogs/gogs GO-2024-2971: Gogs allows argument injection during the previewing of changes in github.com/gogs/gogs GO-2024-2972: Gogs allows argument injection during the tagging of a new release in github.com/gogs/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