Affected by GO-2024-3260
and 1 other vulnerabilities
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
package
Version:
v0.7.1
Opens a new window with list of versions in this module.
Published: Jul 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
RequestInvalidKindVersionErrMessage = "Invalid kind and version! Implementation not supported."
PathParamKind = "kind"
PathParamVersion = "version"
)
type GetHistoryConfigQueryParams struct {
BaseConfigurationId int `schema:"baseConfigurationId"`
HistoryComponent string `schema:"historyComponent"`
HistoryComponentName string `schema:"historyComponentName"`
FilterCriteria []string `schema:"filterCriteria"`
}
type GetHistoryQueryParams struct {
FilterCriteria []string `schema:"filterCriteria"`
OffSet int `schema:"offSet"`
Limit int `schema:"limit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.