Philipp Hossner
Philipp Hossner
The SSL certificate storage handlers were not copying the Sha256FingerPrint field from GetCertificatesInfo() to the API response, even though the field is available in client-native's CertificatesInfo struct and the field...
Hi, imagine this config: ```haproxy # /tmp/haproxy.cfg global stats socket /etc/haproxy/haproxy-master.sock mode 600 level admin log stdout len 4096 local0 info defaults unnamed_defaults_1 mode http log global option httplog option...
The `config-parser` package has a package-level global variable that causes data races when multiple parser instances are used concurrently: **File**: `config-parser/parser.go:65` ```go var DefaultSectionName = "" //nolint:gochecknoglobals ``` **Written at**:...
The emitter incorrectly used filepath.Ext() to distinguish template imports from native package imports. This caused imports without file extensions to be silently skipped, resulting in: panic: scriggo: internal error: none...