feat: add --key-password flag to decrypt Certs key #376
Annotations
3 errors and 1 warning
|
Test on Go 1.23.0 and ubuntu-latest:
tls.go#L147
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)
|
|
Test on Go 1.23.0 and ubuntu-latest:
tls.go#L152
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)
|
|
Test on Go 1.23.0 and ubuntu-latest
Process completed with exit code 1.
|
|
Test on Go 1.23.0 and ubuntu-latest
Restore cache failed: Dependencies file is not found in /home/runner/work/sidekick/sidekick. Supported file pattern: go.sum
|