GO-2026-5115: Grafana Loki Path Traversal - CVE-2021-36156 Bypass in github.com/grafana/loki
package
Version:
v3.6.2
Opens a new window with list of versions in this module.
Published: Nov 25, 2025
License: AGPL-3.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 protocodec provides utilities for encoding and decoding protobuf
messages into files.
Protobuf messages are prepended with their size as a uvarint so they can be
streamed.
Decode decodes a message encoded with protocodec from r and stores it in pb.
Encode encodes a protobuf message into w. Encoded messages can be decoded
with Decode.
Size returns the number of bytes that would be required to call Encode for
pb.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.