GO-2024-3108: Hoverfly allows an arbitrary file read in the `/api/v2/simulation` endpoint (`GHSL-2023-274`) in github.com/SpectoLabs/hoverfly
package
Version:
v1.5.1
Opens a new window with list of versions in this module.
Published: Mar 5, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
type RequestResponsePair interface {
GetRequest() Request
GetResponse() Response
}
type ResponseDelay interface {
GetMin() int
GetMax() int
GetMedian() int
GetMean() int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.