fix issue in CreateDefaultLightClientUpdate
function
#44875
Annotations
8 errors and 1 warning
Run Gosec Security Scanner:
consensus-types/light-client/update.go#L602
unknown field nextSyncCommitteeBranchElectra in struct literal of type updateElectra
|
Run Gosec Security Scanner:
consensus-types/light-client/update.go#L602
undefined: scBranchElectra
|
Run Gosec Security Scanner:
consensus-types/light-client/update.go#L652
cannot use u.nextSyncCommitteeBranch (variable of type [6][32]byte) as [5][32]byte value in return statement
|
Run Gosec Security Scanner:
consensus-types/light-client/update.go#L654
cannot use u.nextSyncCommitteeBranch (variable of type [6][32]byte) as [5][32]byte value in return statement
|
Run Gosec Security Scanner:
consensus-types/light-client/update.go#L663
cannot use b (variable of type [5][32]byte) as [6][32]byte value in assignment
|
Run Gosec Security Scanner:
consensus-types/light-client/update.go#L673
u.nextSyncCommitteeBranchElectra undefined (type *updateElectra has no field or method nextSyncCommitteeBranchElectra, but does have NextSyncCommitteeBranchElectra)
|
Run Gosec Security Scanner:
consensus-types/light-client/update.go#L685
u.nextSyncCommitteeBranchElectra undefined (type *updateElectra has no field or method nextSyncCommitteeBranchElectra, but does have NextSyncCommitteeBranchElectra)
|
Run Gosec Security Scanner
Process completed with exit code 1.
|
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