GO-2025-3648: Steve doesn’t verify a server’s certificate and is susceptible to man-in-the-middle (MitM) attacks in github.com/rancher/stev
package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Dec 18, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NoopQueryLogger struct{}
type QueryLogEntry struct {
Timestamp time.Time `json:"ts"`
Query string `json:"query"`
Params []any `json:"params"`
DurationNano int64 `json:"duration_nano"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.