Versions in this module Expand all Collapse all v1 v1.8.2 Oct 1, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.8.1 Sep 15, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.8.0 Sep 11, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron Changes in this version + func ValidateIntPathParam(r *http.Request, paramName string) (int, *util.ApiError) + type ContextKey string + const RequestContextKey + type ErrorHandlingMiddleware struct + func NewErrorHandlingMiddleware(logger *zap.SugaredLogger) *ErrorHandlingMiddleware + func (m *ErrorHandlingMiddleware) LogError(r *http.Request, err error, operation string) + func (m *ErrorHandlingMiddleware) WithRequestContext(next http.Handler) http.Handler + type RequestContext struct + Method string + Path string + RequestID string + ResourceID string + ResourceType string + StartTime time.Time + UserID int + func GetRequestContext(r *http.Request) *RequestContext