GO-2024-3260: Devtron has SQL Injection in CreateUser API in github.com/devtron-labs/devtron
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
¶
type KeyDto struct {
Name string `json:"name,omitempty"`
Key string `json:"key,omitempty"`
}
type RepositoryCredentialsDto struct {
Url string `json:"url,omitempty"`
UsernameSecret *KeyDto `json:"usernameSecret,omitempty"`
PasswordSecret *KeyDto `json:"passwordSecret,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.