GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex
package
Version:
v1.14.0
Opens a new window with list of versions in this module.
Published: Dec 2, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
MultiError implements the error interface, and contains the errors used to construct it.
func New(errs ...error) MultiError
New returns a new MultiError containing supplied errors.
func (es *MultiError) Add(err error)
Add adds the error to the error list if it is not nil.
func (es MultiError) Err() error
Err returns the error list as an error or nil if it is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.