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

feat: ABI refactor #3085

Closed
wants to merge 55 commits into from

Merge branch 'master' of github.com:FuelLabs/fuels-ts into np/feat/ab…

6c51751
Select commit
Loading
Failed to load commit list.
Closed

feat: ABI refactor #3085

Merge branch 'master' of github.com:FuelLabs/fuels-ts into np/feat/ab…
6c51751
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jan 23, 2025 in 3s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 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 78 in packages/abi/src/gen/cli/utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High generated

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of 'a'.

Check failure on line 84 in packages/abi/src/gen/cli/utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High generated

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of 'a'.

Check failure on line 85 in packages/abi/src/gen/cli/utils.ts

See this annotation in the file changed.

Code scanning / CodeQL

Polynomial regular expression used on uncontrolled data High generated

This
regular expression
that depends on
library input
may run slow on strings with many repetitions of '.'.