Versions in this module Expand all Collapse all v0 v0.8.0 Dec 13, 2015 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.7.33 Dec 6, 2015 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 + func ApiDeployKey(apiLink string, key *models.DeployKey) *api.DeployKey + func ApiHook(repoLink string, w *models.Webhook) *api.Hook + func ApiPublicKey(apiLink string, key *models.PublicKey) *api.PublicKey + func ApiRepository(owner *models.User, repo *models.Repository, permission api.Permission) *api.Repository + func ApiUser(u *models.User) *api.User