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

🐛 fix: Align cache hashes #1248

Open
wants to merge 13 commits into
base: dev
Choose a base branch
from

fix: cleanup

73a59ce
Select commit
Loading
Failed to load commit list.
Open

🐛 fix: Align cache hashes #1248

fix: cleanup
73a59ce
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Dec 11, 2024 in 5s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/dev was not found:

Actions workflow (codeql.yml)

  • ⌛  .github/workflows/codeql.yml:analyze

New alerts in code changed by this pull request

Security Alerts:

  • 2 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 3 in packages/cache/src/utils/extractWalletSetupFunction.ts

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'defineWalletSetup(,async()=>{' and containing many repetitions of 'z'.

Check failure on line 3 in packages/cache/src/utils/extractWalletSetupFunction.ts

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High

This part of the regular expression may cause exponential backtracking on strings starting with 'defineWalletSetup(,async()=>{{' and containing many repetitions of 'z'.