Affected by GO-2026-5134
and 1 other vulnerabilities
GO-2026-5134: Hatchet affected by cross-tenant information disclosure in `listTasksByDAGIds` in github.com/hatchet-dev/hatchet
GO-2026-6309: Hatchet allows cross-tenant write/DoS to other tenants' workers via Dispatcher gRPC UpsertWorkerLabels and Unsubscribe in github.com/hatchet-dev/hatchet
type ResourceLimitAlert struct {
Link string `json:"link"`
Resource string `json:"resource"`
AlertType string `json:"alert_type"`
CurrentValue int `json:"current_value"`
LimitValue int `json:"limit_value"`
Percentage int `json:"percentage"`
}