Affected by GO-2024-2430
and 4 other vulnerabilities
GO-2024-2430 : Authenticated users can crash the CubeFS servers with maliciously crafted requests in github.com/cubefs/cubefs
GO-2024-2431 : Insecure random string generator used for sensitive data in github.com/cubefs/cubefs
GO-2024-2432 : CubeFS timing attack can leak user passwords in github.com/cubefs/cubefs
GO-2024-2433 : CubeFS leaks magic secret key when starting Blobstore access service in github.com/cubefs/cubefs
GO-2024-2434 : CubeFS leaks users key in logs in github.com/cubefs/cubefs
Discover Packages
github.com/cubefs/cubefs
blobstore
cmd
package
Version:
v1.34.0
Opens a new window with list of versions in this module.
Published: Oct 9, 2024
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 16
Opens a new window with list of known importers.
Documentation
Documentation
¶
func RegisterGracefulModule(m *Module )
func RegisterModule(m *Module )
type Config struct {
MaxProcs int `json:"max_procs"`
LogConf LogConfig `json:"log"`
BindAddr string `json:"bind_addr"`
ShutdownTimeoutS int `json:"shutdown_timeout_s"`
AuditLog auditlog .Config `json:"auditlog"`
Auth auth .Config `json:"auth"`
}
type LogConfig struct {
Level log .Level `json:"level"`
Filename string `json:"filename"`
MaxSize int `json:"maxsize"`
MaxAge int `json:"maxage"`
MaxBackups int `json:"maxbackups"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.