Affected by GO-2024-2480
and 1 other vulnerabilities
GO-2024-2480: Nginx-UI vulnerable to authenticated RCE through injecting into the application config via CRLF in github.com/0xJacky/Nginx-UI
GO-2024-2481: Nginx-UI vulnerable to arbitrary file write through the Import Certificate feature in github.com/0xJacky/Nginx-UI
package
Version:
v1.9.9
Opens a new window with list of versions in this module.
Published: May 5, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Name string `json:"name"`
Code string `json:"code"`
Configuration *Configuration `json:"configuration,omitempty"`
Links *Links `json:"links,omitempty"`
}
func GetProvidersList() []Config
type Configuration struct {
Credentials map[string]string `json:"credentials"`
Additional map[string]string `json:"additional"`
}
type Links struct {
API string `json:"api"`
GoClient string `json:"go_client"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.