You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i ran make validate-all and noticed a failure caused by a gosec g602 warning. the warning looks like a false positive since the loop already performs a bounds check but gosec does not seem to follow the control flow correctly ( ref )
i ran
make validate-alland noticed a failure caused by a gosec g602 warning. the warning looks like a false positive since the loop already performs a bounds check but gosec does not seem to follow the control flow correctly ( ref )