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
semgrep-go is a collection of static analysis rules for Go code that pick up common errors or potential mistakes: fmt.Sprintf() instead of net.JoinHostPort(), parsed int64s downcast to int32, detecting net.ErrClosed with strings.Contains(), and many more
refs:
The text was updated successfully, but these errors were encountered: