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 Cacheable interface {
// Set sets a value in the cache with the given key Set(key string, value interface{})
// Get gets a value from the cache with the given key Get(key string) (interface{}, bool)
// Stop stops the cache and clears any goroutines Stop()
}