GO-2024-3044: lorawan-stack Open Redirect vulnerability in go.thethings.network/lorawan-stack
package
Version:
v3.8.2
Opens a new window with list of versions in this module.
Published: Jun 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
IsPipe returns whether the given reader is a pipe that can be read.
Write output to Stdout.
Uses either JSON or formats using the configured template.
type Decoder interface {
Decode(data interface{}) (paths []string, err error)
}
Decoder is the interface for the functionality that reads and decodes entities
from an io.Reader, typically os.Stdin.
NewJSONDecoder returns a new Decoder on top of r, and that uses the common JSON
format used in The Things Stack.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.