Versions in this module Expand all Collapse all v1 v1.0.1 Nov 13, 2024 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.0.0 Nov 11, 2024 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v0 v0.7.4 Nov 6, 2024 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v0.7.3 Oct 2, 2024 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 + const BLOCK + const WHITELISTED + type ImageScanExecutionDetail struct + AppId int + AppName string + ArtifactId int + EnvId int + EnvName string + ExecutionTime time.Time + Image string + ImageScanDeployInfoId int + ObjectType string + PodName string + ReplicaSet string + ScanEnabled bool + ScanToolId int + Scanned bool + SeverityCount *SeverityCount + Vulnerabilities []*Vulnerabilities + type ImageScanFilter struct + AppName string + CVEName string + ClusterIds []int + EnvironmentIds []int + ObjectName string + Offset int + Severity []int + Size int + SortBy SortBy + SortOrder SortOrder + type ImageScanHistoryListingResponse struct + ImageScanHistoryResponse []*ImageScanHistoryResponse + Offset int + Size int + Total int + type ImageScanHistoryResponse struct + AppId int + EnvId int + Environment string + Image string + ImageScanDeployInfoId int + LastChecked *time.Time + Name string + SeverityCount *SeverityCount + Type string + type ImageScanRequest struct + AppId int + ArtifactId int + EnvId int + Image string + ImageScanDeployInfoId int + ObjectId int + ScanExecutionId int + type SeverityCount struct + Critical int + High int + Low int + Medium int + Unknown int + type SortBy string + type SortOrder string + const Asc + const Desc + type Vulnerabilities struct + CVEName string + CVersion string + Class string + FVersion string + Package string + Permission string + Severity string + Target string + Type string + func (vul *Vulnerabilities) IsCritical() bool + func (vul *Vulnerabilities) IsHigh() bool + func (vul *Vulnerabilities) IsLow() bool + func (vul *Vulnerabilities) IsMedium() bool + func (vul *Vulnerabilities) IsUnknown() bool