Skip to content

more fixes for the nitro side

7801dbe
Select commit
Loading
Failed to load commit list.
Draft

core: Merge v1.17.2 #627

more fixes for the nitro side
7801dbe
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 28, 2026 in 3s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 512 in accounts/usbwallet/ledger.go

See this annotation in the file changed.

Code scanning / CodeQL

Size computation for allocation may overflow High

This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.

Check failure on line 333 in core/state_processor.go

See this annotation in the file changed.

Code scanning / CodeQL

Size computation for allocation may overflow High

This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.

Check failure on line 99 in trie/encoding.go

See this annotation in the file changed.

Code scanning / CodeQL

Size computation for allocation may overflow High

This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.