GO-2024-3170: Grafana Agent (Flow mode) on Windows has Unquoted Search Path or Element vulnerability in github.com/grafana/agent
package
Version:
v0.30.1
Opens a new window with list of versions in this module.
Published: Dec 23, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Serve the collected data and logs as a zip file over the given
http.ResponseWriter.
Bundle collects all the data that is exposed as a support bundle.
Export gathers the information required for the support bundle.
type Metadata struct {
BuildVersion string `yaml:"build_version"`
OS string `yaml:"os"`
Architecture string `yaml:"architecture"`
Uptime float64 `yaml:"uptime"`
Payload map[string]interface{} `yaml:"payload"`
}
Metadata contains general runtime information about the current Agent.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.