We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need a static analysis tool to detect iterators that were not closed.
Example problem:
osmosis/x/superfluid/keeper/intermediary_account.go
Line 134 in a1dc694
The text was updated successfully, but these errors were encountered:
I feel like this has to be something handled within gosec
gosec
Sorry, something went wrong.
So, I can think of 2-3 ways to do it, but in our internal chat, I started here:
https://github.com/crypto-com/cosmos-sdk-codeql
there's also:
https://github.com/informalsystems/gosec
but in general, the crypto.com tooling has replaced the informalsysstems/gosec repo in our code practice.
No branches or pull requests
Background
We need a static analysis tool to detect iterators that were not closed.
Example problem:
osmosis/x/superfluid/keeper/intermediary_account.go
Line 134 in a1dc694
Suggested Approach
Acceptance Criteria
The text was updated successfully, but these errors were encountered: