message: add safePutUint{8,16,32} helpers #125
Annotations
5 errors and 5 warnings
vici/message.go#L272
G115: integer overflow conversion int -> uint8 (gosec)
|
vici/message.go#L287
G115: integer overflow conversion int -> uint16 (gosec)
|
vici/message.go#L304
G115: integer overflow conversion int -> uint32 (gosec)
|
vici/client_conn_test.go#L59
G115: integer overflow conversion int -> uint32 (gosec)
|
|
|
|
|
|
|
This job failed
Loading