feat: add ability to trace handshake #57
build-refactor.yml
on: pull_request
short-tests
30s
lint
6s
gosec
40s
coverage-threshold
9s
integration
24s
Annotations
10 warnings
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/model/packet.go#L24
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/optional/optional.go#L1
should have a package comment
|
lint:
internal/tlssession/tlshandshake.go#L160
parameter 'verifiedChains' seems to be unused, consider removing or renaming it as _
|
lint:
internal/model/trace.go#L60
parameter 'state' seems to be unused, consider removing or renaming it as _
|
lint:
internal/session/manager.go#L21
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/model/packet.go#L25
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/session/manager.go#L24
don't use ALL_CAPS in Go names; use CamelCase
|
lint:
internal/model/trace.go#L72
parameter 'remoteAddr' seems to be unused, consider removing or renaming it as _
|
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|