Bump github.com/slackhq/nebula from 1.10.3 to 1.11.0 #2031
ci.yml
on: pull_request
ci
/
...
/
set-go-matrix
5s
ci
/
...
/
set-go-matrix
4s
ci
/
...
/
lint
1m 52s
ci
/
...
/
govulncheck
1m 1s
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Matrix: ci / test / test
Annotations
10 errors
|
ci / build / build (oldstable)
Process completed with exit code 2.
|
|
ci / test / test (oldstable)
Process completed with exit code 1.
|
|
ci / build / build (stable)
The strategy configuration was canceled because "ci.build.build.oldstable" failed
|
|
ci / build / build (stable)
The operation was canceled.
|
|
ci / test / test (stable)
The strategy configuration was canceled because "ci.test.test.oldstable" failed
|
|
ci / test / test (stable)
The operation was canceled.
|
|
ci / lint / lint
issues found
|
|
ci / lint / lint
SA1019: k.D has been deprecated since Go 1.26 and an alternative has been available since Go 1.25: modifying the raw value can produce invalid keys, and may invalidate internal optimizations; moreover, [big.Int] methods are not suitable for operating on cryptographic values. To encode and decode PrivateKey values, use [PrivateKey.Bytes] and [ParseRawPrivateKey] or [crypto/x509.MarshalPKCS8PrivateKey] and [crypto/x509.ParsePKCS8PrivateKey]. For ECDH, use [crypto/ecdh]. (staticcheck)
|
|
ci / lint / lint
SA1019: k.Y has been deprecated since Go 1.26 and an alternative has been available since Go 1.25: modifying the raw coordinates can produce invalid keys, and may invalidate internal optimizations; moreover, [big.Int] methods are not suitable for operating on cryptographic values. To encode and decode PublicKey values, use [PublicKey.Bytes] and [ParseUncompressedPublicKey] or [crypto/x509.MarshalPKIXPublicKey] and [crypto/x509.ParsePKIXPublicKey]. For ECDH, use [crypto/ecdh]. For lower-level elliptic curve operations, use a third-party module like filippo.io/nistec. (staticcheck)
|
|
ci / lint / lint
SA1019: k.X has been deprecated since Go 1.26 and an alternative has been available since Go 1.25: modifying the raw coordinates can produce invalid keys, and may invalidate internal optimizations; moreover, [big.Int] methods are not suitable for operating on cryptographic values. To encode and decode PublicKey values, use [PublicKey.Bytes] and [ParseUncompressedPublicKey] or [crypto/x509.MarshalPKIXPublicKey] and [crypto/x509.ParsePKIXPublicKey]. For ECDH, use [crypto/ecdh]. For lower-level elliptic curve operations, use a third-party module like filippo.io/nistec. (staticcheck)
|