Skip to content

Updated server error format #2004

Updated server error format

Updated server error format #2004

Triggered via push September 8, 2023 09:35
Status Failure
Total duration 18m 24s
Artifacts

test-all.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
test
Sprintf format %s reads arg #1, but call has 0 args
test
func listenersAfterClientDisconnectedXMLConfig is unused (U1000)
test
func listenersAfterClientDisconnectedXMLSSLConfig is unused (U1000)
test
x509.DecryptPEMBlock has been deprecated since Go 1.16 because it shouldn't be used: Legacy PEM encryption as specified in RFC 1423 is insecure by design. Since it does not authenticate the ciphertext, it is vulnerable to padding oracle attacks that can let an attacker recover the plaintext. (SA1019)
test
this value of err is never used (SA4006)
test
this value of err is never used (SA4006)
test
error strings should not end with punctuation or newlines (ST1005)
test
Printf format %s reads arg #1, but call has only 0 args (SA5009)
test
var stateSubID is unused (U1000)
test
func xmlSSLMutualAuthenticationConfig is unused (U1000)
test
Sprintf format %s reads arg #1, but call has 0 args
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/