Skip to content

performance

0391621
Select commit
Loading
Failed to load commit list.
Open

DRAFT: feat: webview commands for listing and evaluating js #229

performance
0391621
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 16, 2026 in 1s

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 136 in devices/adb.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.