Skip to content

fix(tangle-dapp): fix claim wallet connection and add unlock configur…

619adb4
Select commit
Loading
Failed to load commit list.
Draft

feat: migrate to Tangle evm #3090

fix(tangle-dapp): fix claim wallet connection and add unlock configur…
619adb4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 14, 2026 in 3s

1 new alert including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 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 682 in scripts/local-env/activity-generator.mjs

See this annotation in the file changed.

Code scanning / CodeQL

Insecure randomness High

This uses a cryptographically insecure random number generated at
Math.random()
in a security context.