Versions in this module Expand all Collapse all v0 v0.6.23 Oct 20, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.23-rc.0 Sep 15, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.22 Sep 14, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.21 Aug 23, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.20 Aug 13, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.19 Jul 17, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.18 Jul 3, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.18-rc.4 Jun 28, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.18-rc.3 Jun 27, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.18-rc.2 Jun 14, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.18-rc.1 Jun 9, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.18-rc.0 Jun 1, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron v0.6.17 Jun 1, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron Changes in this version + type AppGroup struct + Active bool + Description string + EnvironmentId int + Id int + Name string + type AppGroupMapping struct + App *app.App + AppGroup *AppGroup + AppGroupId int + AppId int + Id int + type AppGroupMappingRepository interface + Delete func(model *AppGroupMapping, tx *pg.Tx) error + FindAll func() ([]*AppGroupMapping, error) + FindByAppGroupId func(appGroupId int) ([]*AppGroupMapping, error) + FindByAppGroupIds func(appGroupIds []int) ([]*AppGroupMapping, error) + FindById func(id int) (*AppGroupMapping, error) + GetConnection func() (dbConnection *pg.DB) + Save func(model *AppGroupMapping, tx *pg.Tx) (*AppGroupMapping, error) + Update func(model *AppGroupMapping, tx *pg.Tx) error + type AppGroupMappingRepositoryImpl struct + func NewAppGroupMappingRepositoryImpl(dbConnection *pg.DB) *AppGroupMappingRepositoryImpl + func (repo *AppGroupMappingRepositoryImpl) GetConnection() (dbConnection *pg.DB) + func (repo AppGroupMappingRepositoryImpl) Delete(model *AppGroupMapping, tx *pg.Tx) error + func (repo AppGroupMappingRepositoryImpl) FindAll() ([]*AppGroupMapping, error) + func (repo AppGroupMappingRepositoryImpl) FindByAppGroupId(appGroupId int) ([]*AppGroupMapping, error) + func (repo AppGroupMappingRepositoryImpl) FindByAppGroupIds(appGroupIds []int) ([]*AppGroupMapping, error) + func (repo AppGroupMappingRepositoryImpl) FindById(id int) (*AppGroupMapping, error) + func (repo AppGroupMappingRepositoryImpl) Save(model *AppGroupMapping, tx *pg.Tx) (*AppGroupMapping, error) + func (repo AppGroupMappingRepositoryImpl) Update(model *AppGroupMapping, tx *pg.Tx) error + type AppGroupRepository interface + FindActiveListByEnvId func(envId int) ([]*AppGroup, error) + FindById func(id int) (*AppGroup, error) + FindByNameAndEnvId func(name string, envId int) (*AppGroup, error) + GetConnection func() (dbConnection *pg.DB) + Save func(model *AppGroup, tx *pg.Tx) (*AppGroup, error) + Update func(model *AppGroup, tx *pg.Tx) error + type AppGroupRepositoryImpl struct + func NewAppGroupRepositoryImpl(dbConnection *pg.DB) *AppGroupRepositoryImpl + func (repo *AppGroupRepositoryImpl) GetConnection() (dbConnection *pg.DB) + func (repo AppGroupRepositoryImpl) FindActiveListByEnvId(envId int) ([]*AppGroup, error) + func (repo AppGroupRepositoryImpl) FindById(id int) (*AppGroup, error) + func (repo AppGroupRepositoryImpl) FindByNameAndEnvId(name string, envId int) (*AppGroup, error) + func (repo AppGroupRepositoryImpl) Save(model *AppGroup, tx *pg.Tx) (*AppGroup, error) + func (repo AppGroupRepositoryImpl) Update(model *AppGroup, tx *pg.Tx) error v0.6.17-rc.0 May 25, 2023 GO-2024-3260 GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron