fix: Formatting #62
ci.yml
on: push
Templ Generate
14s
Build Development
0s
Build Pull Request
0s
Nix Build
0s
Simulation
0s
Docker Development
0s
Release
0s
Annotations
5 errors
|
Lint
issues found
|
|
Lint:
msgtausch-srv/proxy/https_interceptor_test.go#L826
SA1019: x509.EncryptPEMBlock 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)
|
|
Lint:
msgtausch-srv/proxy/https_interceptor_test.go#L745
SA1019: x509.EncryptPEMBlock 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)
|
|
Lint:
msgtausch-srv/proxy/proxy.go#L54
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)
|
|
Lint:
msgtausch-srv/proxy/proxy.go#L48
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)
|