Affected by GO-2022-0606
and 2 other vulnerabilities
GO-2022-0606: Command Injection in CasaOS in github.com/IceWhaleTech/CasaOS
GO-2023-1931: CasaOS contains weak JWT secrets in github.com/IceWhaleTech/CasaOS
GO-2023-2026: CasaOS Command Injection vulnerability in github.com/IceWhaleTech/CasaOS
package
Version:
v0.2.6
Opens a new window with list of versions in this module.
Published: Jan 26, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MysqlConfig struct {
DataBaseHost string `json:"database_host"`
DataBasePort string `json:"database_port"`
DataBaseUser string `json:"database_user"`
DataBasePassword string `json:"data_base_password"`
DataBaseDB string `json:"data_base_db"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.