feat: add ability to trace handshake #36
build-refactor.yml
on: pull_request
short-tests
18s
lint
4s
gosec
37s
coverage-threshold
12s
integration
31s
Annotations
10 warnings
lint:
internal/controlchannel/controlchannel.go#L1
should have a package comment
|
lint:
internal/optional/optional.go#L1
should have a package comment
|
lint:
internal/bytesx/bytesx.go#L38
comment on exported function GenRandomBytes should be of the form "GenRandomBytes ..."
|
lint:
internal/packetmuxer/service.go#L193
should replace ws.hardResetCount += 1 with ws.hardResetCount++
|
lint:
internal/bytesx/bytesx.go#L115
comment on exported function BytesPadPKCS7 should be of the form "BytesPadPKCS7 ..."
|
lint:
internal/tracex/trace.go#L119
parameter 'direction' seems to be unused, consider removing or renaming it as _
|
lint:
internal/tracex/trace.go#L94
parameter 'state' seems to be unused, consider removing or renaming it as _
|
lint:
internal/tlssession/tlsbio.go#L75
parameter 'tt' seems to be unused, consider removing or renaming it as _
|
lint:
internal/tracex/trace.go#L119
parameter 'packet' seems to be unused, consider removing or renaming it as _
|
lint:
internal/tlssession/tlsbio.go#L79
parameter 'tt' seems to be unused, consider removing or renaming it as _
|