Affected by GO-2022-0915
and 1 other vulnerabilities
GO-2022-0915: Improper input validation in CNCF Cortex in github.com/cortexproject/cortex
GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex
package
Version:
v0.5.0-rc1
Opens a new window with list of versions in this module.
Published: Jan 15, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 7
Opens a new window with list of known importers.
Documentation
¶
type Codec interface {
Decode([]byte) (interface{}, error)
Encode(interface{}) ([]byte, error)
}
Codec allows KV clients to serialise and deserialise values.
Proto is a Codec for proto/snappy
String is a code for strings.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.