Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add semgrep and/or ruleguard #152

Open
atc0005 opened this issue Dec 2, 2020 · 0 comments
Open

Add semgrep and/or ruleguard #152

atc0005 opened this issue Dec 2, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request linting
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Dec 2, 2020

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:

@atc0005 atc0005 added enhancement New feature or request CI linting labels Dec 2, 2020
@atc0005 atc0005 added this to the Future milestone Dec 2, 2020
@atc0005 atc0005 self-assigned this Dec 2, 2020
@atc0005 atc0005 removed the CI label Dec 2, 2020
@atc0005 atc0005 pinned this issue Dec 2, 2020
@atc0005 atc0005 unpinned this issue Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request linting
Projects
None yet
Development

No branches or pull requests

1 participant