GO-2024-3260 : Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron
Discover Packages
github.com/devtron-labs/devtron
pkg
attributes
bean
package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Jun 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
View Source
const (
HostUrlKey string = "url"
API_SECRET_KEY string = "apiTokenSecret"
ENFORCE_DEPLOYMENT_TYPE_CONFIG string = "enforceDeploymentTypeConfig"
)
type AttributesDto struct {
Id int `json:"id"`
Key string `json:"key,omitempty"`
Value string `json:"value,omitempty"`
Active bool `json:"active"`
UserId int32 `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.