Versions in this module Expand all Collapse all v0 v0.8.2 Jan 7, 2025 v0.8.1 Dec 11, 2024 GO-2025-3374 GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve v0.8.0 Dec 9, 2024 GO-2025-3374 GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve v0.7.6 Jul 31, 2024 GO-2025-3374 GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve v0.7.5 Jul 31, 2024 GO-2025-3374 GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve v0.7.4 Dec 7, 2023 GO-2024-3019 +1 more GO-2024-3019: soft-serve vulnerable to arbitrary code execution by crafting git-lfs requests in github.com/charmbracelet/soft-serve GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve v0.7.3 Nov 19, 2023 GO-2024-3019 +1 more GO-2024-3019: soft-serve vulnerable to arbitrary code execution by crafting git-lfs requests in github.com/charmbracelet/soft-serve GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve v0.7.2 Nov 16, 2023 GO-2024-3019 +1 more GO-2024-3019: soft-serve vulnerable to arbitrary code execution by crafting git-lfs requests in github.com/charmbracelet/soft-serve GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve v0.7.1 Nov 1, 2023 GO-2024-3019 +1 more GO-2024-3019: soft-serve vulnerable to arbitrary code execution by crafting git-lfs requests in github.com/charmbracelet/soft-serve GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve v0.7.0 Oct 31, 2023 GO-2024-3019 +1 more GO-2024-3019: soft-serve vulnerable to arbitrary code execution by crafting git-lfs requests in github.com/charmbracelet/soft-serve GO-2025-3374: Soft Serve vulnerable to path traversal attacks in github.com/charmbracelet/soft-serve Changes in this version + type AccessToken struct + CreatedAt time.Time + ExpiresAt sql.NullTime + ID int64 + Name string + Token string + UpdatedAt time.Time + UserID int64 + type Collab struct + AccessLevel access.AccessLevel + CreatedAt time.Time + ID int64 + RepoID int64 + UpdatedAt time.Time + UserID int64 + type LFSLock struct + CreatedAt time.Time + ID int64 + Path string + Refname string + RepoID int64 + UpdatedAt time.Time + UserID int64 + type LFSObject struct + CreatedAt time.Time + ID int64 + Oid string + RepoID int64 + Size int64 + UpdatedAt time.Time + type PublicKey struct + CreatedAt string + ID int64 + PublicKey string + UpdatedAt string + UserID int64 + type Repo struct + CreatedAt time.Time + Description string + Hidden bool + ID int64 + Mirror bool + Name string + Private bool + ProjectName string + UpdatedAt time.Time + UserID sql.NullInt64 + type Settings struct + CreatedAt string + ID int64 + Key string + UpdatedAt string + Value string + type User struct + Admin bool + CreatedAt time.Time + ID int64 + Password sql.NullString + UpdatedAt time.Time + Username string + type Webhook struct + Active bool + ContentType int + CreatedAt time.Time + ID int64 + RepoID int64 + Secret string + URL string + UpdatedAt time.Time + type WebhookDelivery struct + CreatedAt time.Time + Event int + ID uuid.UUID + RequestBody string + RequestError sql.NullString + RequestHeaders string + RequestMethod string + RequestURL string + ResponseBody string + ResponseHeaders string + ResponseStatus int + WebhookID int64 + type WebhookEvent struct + CreatedAt time.Time + Event int + ID int64 + WebhookID int64