Skip to content

Int conversion checks #715

Int conversion checks

Int conversion checks #715

Triggered via pull request August 26, 2024 20:48
Status Success
Total duration 1m 26s
Artifacts

codeql.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
CodeQL: pkg/storage/elasticsearch.go#L203
invalid operation: filter.Limit > uint32(math.MaxInt32) (mismatched types uint and uint32)
CodeQL: pkg/storage/elasticsearch.go#L211
invalid operation: filter.Offset > uint32(math.MaxInt32) (mismatched types uint and uint32)
CodeQL: pkg/storage/elasticsearch.go#L294
invalid operation: filter.Limit > uint32(math.MaxInt32) (mismatched types uint and uint32)
CodeQL: pkg/storage/elasticsearch.go#L349
invalid operation: filter.MaxDepth > uint32(math.MaxInt32) (mismatched types uint and uint32)
CodeQL
cannot range over seq (variable of type iter.Seq[E])
CodeQL
cannot range over seq (variable of type iter.Seq2[K, V])
CodeQL
invalid operation: filter.Limit > uint32(math.MaxInt32) (mismatched types uint and uint32)
CodeQL
invalid operation: filter.Offset > uint32(math.MaxInt32) (mismatched types uint and uint32)
CodeQL
invalid operation: filter.Limit > uint32(math.MaxInt32) (mismatched types uint and uint32)
CodeQL
invalid operation: filter.MaxDepth > uint32(math.MaxInt32) (mismatched types uint and uint32)