Skip to content

New function to quick check if a session key can decrypt a encrypted data packet #527

New function to quick check if a session key can decrypt a encrypted data packet

New function to quick check if a session key can decrypt a encrypted data packet #527

Triggered via pull request August 24, 2023 14:22
Status Failure
Total duration 1m 10s
Artifacts

go.yml

on: pull_request
Test with latest golang
57s
Test with latest golang
Test with 1.15
43s
Test with 1.15
Lint
40s
Lint
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Lint: helper/decrypt_check.go#L72
unslice: could simplify blockBuffer[:] to blockBuffer (gocritic)
Lint: helper/decrypt_check.go#L76
unslice: could simplify blockBuffer[:] to blockBuffer (gocritic)
Lint: helper/decrypt_check.go#L80
unslice: could simplify blockBuffer[:] to blockBuffer (gocritic)
Lint: helper/decrypt_check.go#L17
missing cases in switch of type packet.CipherFunction: Cipher3DES, CipherCAST5 (exhaustive)
Lint: helper/decrypt_check.go#L25
missing cases in switch of type packet.CipherFunction: Cipher3DES, CipherCAST5 (exhaustive)
Lint: helper/decrypt_check.go#L33
missing cases in switch of type packet.CipherFunction: Cipher3DES, CipherCAST5 (exhaustive)
Lint
issues found