Affected by GO-2026-6156
and 1 other vulnerabilities
GO-2026-6156 : Wings: Maliciously crafted packet during SFTP connection handshake causes denial of service in github.com/pterodactyl/wings
GO-2026-6159 : Wings: Maliciously or erroneously created parsed config files can cause wings process to OOM in github.com/pterodactyl/wings
Discover Packages
github.com/pterodactyl/wings
server
installer
package
Version:
v1.12.3
Opens a new window with list of versions in this module.
Published: May 29, 2026
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.