Skip to content

Merge branch 'rc/supernova' into SF-1.12.0

d7155d4
Select commit
Loading
Failed to load commit list.
Draft

Sf 1.12.0 #7483

Merge branch 'rc/supernova' into SF-1.12.0
d7155d4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 15, 2025 in 3s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 2826 in process/block/metablock.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of a signed 64-bit integer from
strconv.ParseInt
to a lower bit size type int without an upper bound check.