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

Release op node v1.10.2 #490

Open
wants to merge 452 commits into
base: celestia-develop
Choose a base branch
from

specify `KONA_VERSION`

36349d1
Select commit
Loading
Failed to load commit list.
Open

Release op node v1.10.2 #490

specify `KONA_VERSION`
36349d1
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 5, 2025 in 2s

7 new alerts including 7 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 7 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 75 in op-e2e/e2eutils/fakebeacon/blobs.go

See this annotation in the file changed.

Code scanning / CodeQL

Log entries created from user input High

This log entry depends on a
user-provided value
.

Check failure on line 102 in op-e2e/e2eutils/fakebeacon/blobs.go

See this annotation in the file changed.

Code scanning / CodeQL

Log entries created from user input High

This log entry depends on a
user-provided value
.

Check failure on line 116 in op-e2e/e2eutils/fakebeacon/blobs.go

See this annotation in the file changed.

Code scanning / CodeQL

Log entries created from user input High

This log entry depends on a
user-provided value
.

Check failure on line 89 in op-service/testlog/testlog.go

See this annotation in the file changed.

Code scanning / CodeQL

Log entries created from user input High test

This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.

Check failure on line 97 in op-service/testlog/testlog.go

See this annotation in the file changed.

Code scanning / CodeQL

Log entries created from user input High test

This log entry depends on a
user-provided value
.

Check failure on line 113 in op-service/testlog/testlog.go

See this annotation in the file changed.

Code scanning / CodeQL

Log entries created from user input High test

This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.
This log entry depends on a
user-provided value
.

Check failure on line 100 in op-service/testutils/anvil/anvil.go

See this annotation in the file changed.

Code scanning / CodeQL

Incorrect conversion between integer types High test

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int32 without an upper bound check.