Skip to content

Update module cunicu.li/go-iso7816 to v0.5.1 #56

Update module cunicu.li/go-iso7816 to v0.5.1

Update module cunicu.li/go-iso7816 to v0.5.1 #56

Triggered via pull request December 29, 2023 16:45
Status Failure
Total duration 47s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
lint: cmd/cmd.go#L13
could not import cunicu.li/hawkes/ecdh/applese (-: build constraints exclude all Go files in ecdh/applese) (typecheck)
lint: provider/applese.go#L11
could not import cunicu.li/hawkes/ecdh/applese (-: build constraints exclude all Go files in ecdh/applese) (typecheck)
lint: provider/applese.go#L16
cannot use (*appleSecureEnclaveKey)(nil) (value of type *appleSecureEnclaveKey) as PrivateKeyDH value in variable declaration: *appleSecureEnclaveKey does not implement PrivateKeyDH (missing method DH) (typecheck)
lint: provider/applese.go#L23
k.Public undefined (type *appleSecureEnclaveKey has no field or method Public) (typecheck)
lint: internal/openpgp/objects.go#L144
cognitive complexity 118 of func `(*ApplicationRelated).Decode` is high (> 30) (gocognit)
lint: ecdh/public_key.go#L44
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"failed to parse\")" (goerr113)
lint: ecdh/public_key.go#L49
err113: do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"unsupported curve: %s\", curveName)" (goerr113)
lint
issues found