Versions in this module Expand all Collapse all v0 v0.3.22 Mar 29, 2022 GO-2024-3260 +1 more GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v0.3.21 Mar 25, 2022 GO-2024-3260 +1 more GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron 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 AppStoreChartsHistoryService interface + CreateAppStoreChartsHistory func(installedAppsId int, values string, userId int32, tx *pg.Tx) (historyModel *repository.AppStoreChartsHistory, err error) + type AppStoreChartsHistoryServiceImpl struct + func NewAppStoreChartsHistoryServiceImpl(logger *zap.SugaredLogger, ...) *AppStoreChartsHistoryServiceImpl + func (impl AppStoreChartsHistoryServiceImpl) CreateAppStoreChartsHistory(installedAppsId int, values string, userId int32, tx *pg.Tx) (historyModel *repository.AppStoreChartsHistory, err error)