GO-2024-3170: Grafana Agent (Flow mode) on Windows has Unquoted Search Path or Element vulnerability in github.com/grafana/agent
package
Version:
v0.33.0-rc.1
Opens a new window with list of versions in this module.
Published: Apr 21, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package printer contains utilities for pretty-printing River ASTs.
Fprint pretty-prints the specified node to w. The Node type must be an
*ast.File, ast.Body, or a type that implements ast.Stmt or ast.Expr.
type Config struct {
Indent int
}
Config configures behavior of the printer.
Fprint pretty-prints the specified node to w. The Node type must be an
*ast.File, ast.Body, or a type that implements ast.Stmt or ast.Expr.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.