GO-2024-3335 : Boundary Community Edition Incorrectly Handles HTTP Requests On Initialization Which May Lead to a Denial of Service in github.com/hashicorp/boundary
Discover Packages
github.com/hashicorp/boundary
internal
cmd
commands
connect
package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Jun 8, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 35
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ConnectionInfo struct {
ConnectionsLeft int32 `json:"connections_left"`
}
type SessionInfo struct {
Address string `json:"address"`
Port int `json:"port"`
Protocol string `json:"protocol"`
Expiration time .Time `json:"expiration"`
ConnectionLimit int32 `json:"connection_limit"`
SessionId string `json:"session_id"`
}
type TerminationInfo struct {
Reason string `json:"termination_reason"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.