Affected by GO-2024-2814
and 1 other vulnerabilities
GO-2024-2814 : Pterodactyl Wings vulnerable to Arbitrary File Write/Read in github.com/pterodactyl/wings
GO-2024-2815 : Pterodactyl Wings vulnerable to Server-Side Request Forgery during remote file pull in github.com/pterodactyl/wings
Discover Packages
github.com/pterodactyl/wings
server
installer
package
Version:
v1.11.9
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Installer struct {
StartOnCompletion bool
}
New validates the received data to ensure that all the required fields
have been passed along in the request. This should be manually run before
calling Execute().
Server returns the server instance.
type ServerDetails struct {
UUID string `json:"uuid"`
StartOnCompletion bool `json:"start_on_completion"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.