go-algorand 3.27.0-beta Release PR #6174
+3,940
−2,232
Merged
Annotations
9 errors and 1 warning
Run golangci-lint with reviewdog:
config/consensus.go#L772
G115: integer overflow conversion uint64 -> int (gosec)
|
Run golangci-lint with reviewdog:
data/txntest/program.go#L46
G115: integer overflow conversion uint -> int (gosec)
|
Run golangci-lint with reviewdog:
data/transactions/verify/txn.go#L231
G115: integer overflow conversion uint64 -> int (gosec)
|
Run golangci-lint with reviewdog:
data/transactions/verify/txn.go#L375
G115: integer overflow conversion int -> uint64 (gosec)
|
Run golangci-lint with reviewdog:
config/consensus.go#L772
[Lint Warnings] reported by reviewdog 🐶
G115: integer overflow conversion uint64 -> int (gosec)
Raw Output:
config/consensus.go:772:18: G115: integer overflow conversion uint64 -> int (gosec)
checkSetMax((int(p.LogicSigMaxSize) * p.MaxTxGroupSize), &MaxLogicSigMaxSize)
^
|
Run golangci-lint with reviewdog:
data/txntest/program.go#L46
[Lint Warnings] reported by reviewdog 🐶
G115: integer overflow conversion uint -> int (gosec)
Raw Output:
data/txntest/program.go:46:29: G115: integer overflow conversion uint -> int (gosec)
if len(code.Program) != int(size) {
^
|
Run golangci-lint with reviewdog:
data/transactions/verify/txn.go#L231
[Lint Warnings] reported by reviewdog 🐶
G115: integer overflow conversion uint64 -> int (gosec)
Raw Output:
data/transactions/verify/txn.go:231:39: G115: integer overflow conversion uint64 -> int (gosec)
lSigMaxPooledSize := len(stxs) * int(groupCtx.consensusParams.LogicSigMaxSize)
^
|
Run golangci-lint with reviewdog:
data/transactions/verify/txn.go#L375
[Lint Warnings] reported by reviewdog 🐶
G115: integer overflow conversion int -> uint64 (gosec)
Raw Output:
data/transactions/verify/txn.go:375:66: G115: integer overflow conversion int -> uint64 (gosec)
if !groupCtx.consensusParams.EnableLogicSigSizePooling && uint64(lsig.Len()) > groupCtx.consensusParams.LogicSigMaxSize {
^
|
Run golangci-lint with reviewdog
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading