security: validate core integer bounds - #4189
Open
EndlessSeeker wants to merge 1 commit into
Open
Conversation
Change-Id: I3a4507858e92347d0fc87e8110279530400e097a Signed-off-by: EndlessSeeker <1766508902@qq.com>
EndlessSeeker
requested review from
2456868764,
CH3CHO,
Erica177,
SpecialYang and
johnlanni
as code owners
July 23, 2026 15:48
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4189 +/- ##
=======================================
Coverage ? 50.82%
=======================================
Files ? 88
Lines ? 13431
Branches ? 0
=======================================
Hits ? 6826
Misses ? 6152
Partials ? 453
🚀 New features to boost your workflow:
|
This was referenced Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CodeQL coverage
This addresses three open High go/incorrect-integer-conversion alerts in Higress-owned core code: alerts 29, 30, and 5. No finding is dismissed or suppressed.
Validation
A local targeted go test invocation was blocked before compilation because the existing generated external/istio tree in this workspace requires Go 1.26 while the repository and CI select Go 1.24. No dependency or generated tree was changed to bypass that mismatch; the clean GitHub CI run is the authoritative test for this PR.