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

Expose E2E build errors #940

clean up test

b0c32ae
Select commit
Loading
Failed to load commit list.
Merged

Expose E2E build errors #940

clean up test
b0c32ae
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Mar 7, 2024 in 0s

2 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 2
           

Complexity increasing per file
==============================
- node-src/ui/messages/errors/e2eBuildFailed.stories.ts  1
- node-src/ui/messages/errors/e2eBuildFailed.ts  1
         

Clones added
============
- node-src/tasks/build.test.ts  2
         

See the complete overview on Codacy

Annotations

Check warning on line 74 in node-src/tasks/build.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

node-src/tasks/build.ts#L74

RegExp() called with a `regex` function argument, this might allow an attacker to cause a Regular Expression Denial-of-Service (ReDoS) within your application as RegExP blocks the main thread.

Check warning on line 74 in node-src/tasks/build.ts

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

node-src/tasks/build.ts#L74

The `RegExp` constructor was called with a non-literal value.