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 + type WorkflowTriggerAuditService interface + GetWorkflowRequestFromSnapshotForRetrigger func(workflowId int, workflowType types.WorkflowType) (*types.WorkflowRequest, error) + SaveTriggerAudit func(workflowRequest *types.WorkflowRequest) (*repository.WorkflowConfigSnapshot, error) + type WorkflowTriggerAuditServiceImpl struct + func NewWorkflowTriggerAuditServiceImpl(logger *zap.SugaredLogger, ...) *WorkflowTriggerAuditServiceImpl + func (impl *WorkflowTriggerAuditServiceImpl) GetWorkflowRequestFromSnapshotForRetrigger(workflowId int, workflowType types.WorkflowType) (*types.WorkflowRequest, error) + func (impl *WorkflowTriggerAuditServiceImpl) SaveTriggerAudit(workflowRequest *types.WorkflowRequest) (*repository.WorkflowConfigSnapshot, error)