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
This ticket is to enable the gosec check brought by the update of golangci-lint to v1.61.0 in #8018, and currently disabled.
gosec:
excludes:
- G115# potential integer overflow when converting between integer types
Per #8018 (comment), there are indeed some cases where conversion is not needed or maybe dangerous, so it would be good to remove the exclusion and do a proper refactoring.
This ticket is to enable the
gosec
check brought by the update ofgolangci-lint
tov1.61.0
in #8018, and currently disabled.Per #8018 (comment), there are indeed some cases where conversion is not needed or maybe dangerous, so it would be good to remove the exclusion and do a proper refactoring.
Warnings:
The text was updated successfully, but these errors were encountered: