Commit 0abb34c67825
Changed files (1)
tools
daily-plan
internal
github
tools/daily-plan/internal/github/github.go
@@ -434,7 +434,7 @@ type SecurityAdvisory struct {
Severity string `json:"severity"`
State string `json:"state"`
HTMLURL string `json:"html_url"`
- Repo string `json:"repo"` // filled in by caller; persisted for cache
+ Repo string `json:"repo"` // filled in by caller; persisted for cache
CreatedAt time.Time `json:"created_at"`
Credits []string `json:"credits"` // credit logins, filled from raw response
Role string `json:"role"` // "author", "credited", or "triaged"