feat: add SSZ support to light client beacon api endpoints #43627
Annotations
10 errors and 1 warning
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6043
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6045
l.AttestedHeader.MarshalSSZTo undefined (type *LightClientHeader has no field or method MarshalSSZTo)
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6072
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6074
l.FinalizedHeader.MarshalSSZTo undefined (type *LightClientHeader has no field or method MarshalSSZTo)
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6115
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6117
l.AttestedHeader.UnmarshalSSZ undefined (type *LightClientHeader has no field or method UnmarshalSSZ)
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6140
cannot use new(v1.BeaconBlockHeader) (value of type *v1.BeaconBlockHeader) as *LightClientHeader value in assignment
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6142
l.FinalizedHeader.UnmarshalSSZ undefined (type *LightClientHeader has no field or method UnmarshalSSZ)
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6185
l.AttestedHeader.HashTreeRootWith undefined (type *LightClientHeader has no field or method HashTreeRootWith)
|
Run Gosec Security Scanner:
proto/eth/v2/grpc.ssz.go#L6212
l.FinalizedHeader.HashTreeRootWith undefined (type *LightClientHeader has no field or method HashTreeRootWith)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading