Skip to content

Fix: Incorrect conversion between integer types#1

Open
DrHazemAli wants to merge 3 commits intoKasperskyLab:masterfrom
DrHazemAli:master
Open

Fix: Incorrect conversion between integer types#1
DrHazemAli wants to merge 3 commits intoKasperskyLab:masterfrom
DrHazemAli:master

Conversation

@DrHazemAli
Copy link

This PR fixes an issue in normalize_url/internal/ip/ip.go where converting uint32 to int caused potential overflow.
However, Switched to strconv.FormatUint(uint64(num), 10) to safely handle all uint32 values without any risk.

DrHazemAli and others added 2 commits November 14, 2024 21:03
…ypes

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@CLAassistant
Copy link

CLAassistant commented Nov 14, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants