Skip to content

AMQP 1.0

AMQP 1.0 #369

Triggered via pull request November 23, 2025 23:44
Status Failure
Total duration 1m 20s
Artifacts

go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build
issues found
build: pkg/xfer/ssh.go#L29
SA1019: 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. (staticcheck)
build: pkg/xfer/ssh.go#L27
SA1019: x509.IsEncryptedPEMBlock 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. (staticcheck)