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

Incorrect conversion between integer types #18435

Open
Anu-MT opened this issue May 28, 2024 · 2 comments
Open

Incorrect conversion between integer types #18435

Anu-MT opened this issue May 28, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Anu-MT
Copy link

Anu-MT commented May 28, 2024

This issue is the codeql error in controller/sharding/sharding.go in line no: 120.
Rule: 'go/incorrect-integer-conversion'
Incorrect conversion of an integer with architecture-dependent bit size from strconv.ParseInt to a lower bit size type uint32 without an upper bound check.

@Anu-MT Anu-MT added the bug Something isn't working label May 28, 2024
@Anu-MT
Copy link
Author

Anu-MT commented May 28, 2024

Hi, I am working this issue. please assign me

@matankila
Copy link

fixed in [ISSUE #18436]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants