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

Problem: sdk 0.50 is not used #407

Merged
merged 1 commit into from
Mar 20, 2024

Problem: sdk 0.50 is not used

5621fc6
Select commit
Loading
Failed to load commit list.
Merged

Problem: sdk 0.50 is not used #407

Problem: sdk 0.50 is not used
5621fc6
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Semgrep OSS failed Mar 20, 2024 in 5s

6 new alerts including 6 errors

New alerts in code changed by this pull request

  • 6 errors

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 294 in testutil/network/network.go

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: trailofbits.go.missing-unlock-before-return.missing-unlock-before-return Error test

Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations

Check failure on line 311 in testutil/network/network.go

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: trailofbits.go.missing-unlock-before-return.missing-unlock-before-return Error test

Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations

Check failure on line 321 in testutil/network/network.go

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: trailofbits.go.missing-unlock-before-return.missing-unlock-before-return Error test

Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations

Check failure on line 332 in testutil/network/network.go

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: trailofbits.go.missing-unlock-before-return.missing-unlock-before-return Error test

Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations

Check failure on line 368 in testutil/network/network.go

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: trailofbits.go.missing-unlock-before-return.missing-unlock-before-return Error test

Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations

Check failure on line 375 in testutil/network/network.go

See this annotation in the file changed.

Code scanning / Semgrep OSS

Semgrep Finding: trailofbits.go.missing-unlock-before-return.missing-unlock-before-return Error test

Missing mutex unlock before returning from a function. This could result in panics resulting from double lock operations