GO-2024-3260 : Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron
Discover Packages
github.com/devtron-labs/devtron
pkg
eventProcessor
out
bean
package
Version:
v0.6.29
Opens a new window with list of versions in this module.
Published: Apr 13, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 6
Opens a new window with list of known importers.
Documentation
Documentation
¶
type BulkTriggerRequest struct {
CiArtifactId int `sql:"ci_artifact_id"`
PipelineId int `sql:"pipeline_id"`
}
type DeploymentGroupAppWithEnv struct {
EnvironmentId int `json:"environmentId"`
DeploymentGroupId int `json:"deploymentGroupId"`
AppId int `json:"appId"`
Active bool `json:"active"`
UserId int32 `json:"userId"`
RequestType bean4 .RequestType `json:"requestType" validate:"oneof=START STOP"`
}
type StopDeploymentGroupRequest struct {
DeploymentGroupId int `json:"deploymentGroupId" validate:"required"`
UserId int32 `json:"userId"`
RequestType bean4 .RequestType `json:"requestType" validate:"oneof=START STOP"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.