GO-2026-4416 : Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron
Discover Packages
github.com/devtron-labs/devtron
pkg
team
bean
package
Version:
v1.7.0
Opens a new window with list of versions in this module.
Published: Jun 16, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 8
Opens a new window with list of known importers.
Documentation
Documentation
¶
type TeamBean struct {
Id int `json:"id"`
Name string `json:"name,notnull"`
}
type TeamRequest struct {
Id int `json:"id,omitempty" validate:"number"`
Name string `json:"name,omitempty" validate:"required"`
Active bool `json:"active"`
UserId int32 `json:"-"`
CreatedOn time .Time `json:"-"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.