- Notifications
You must be signed in to change notification settings - Fork905
fix: add detailed gosec G115 annotations#17085
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Added more detailed #nosec G115 annotations to fix gosec warningsSigned-off-by: sreya <sreya@coder.com>
I have read the CLA Document and I hereby sign the CLA Claude seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, pleaseadd the email address used for this commit to your account. |
This PR adds more detailed #nosec G115 annotations to fix gosec linting issues in various files. These annotations explain why each integer conversion is safe and how potential overflow is handled.
The changes include:
These changes should resolve the remaining lint issues in#17035.