change: return invalid credentials errors on custom nginx error codes for incorrect client cert #122
Annotations
10 errors
|
lint:
cmd/csaf_downloader/downloader.go#L399
Error return value of `d.keys.AddKey` is not checked (errcheck)
|
|
lint:
cmd/csaf_downloader/downloader.go#L95
Error return value of `d.validator.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_checker/report.go#L142
Error return value of `w.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_checker/report.go#L136
Error return value of `w.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_checker/processor.go#L1564
Error return value of `p.keys.AddKey` is not checked (errcheck)
|
|
lint:
cmd/csaf_checker/processor.go#L1098
Error return value of `p.serviceCheck` is not checked (errcheck)
|
|
lint:
cmd/csaf_checker/processor.go#L696
Error return value of `res.Body.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_checker/processor.go#L509
Error return value of `res.Body.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_checker/processor.go#L203
Error return value of `p.validator.Close` is not checked (errcheck)
|
|
lint:
cmd/csaf_checker/links.go#L91
Error return value of `res.Body.Close` is not checked (errcheck)
|