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

Typescript #1807

Draft
wants to merge 32 commits into
base: master
Choose a base branch
from

Remove email rules

2b8d859
Select commit
Loading
Failed to load commit list.
Draft

Typescript #1807

Remove email rules
2b8d859
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 11, 2025 in 4s

12 new alerts including 1 high severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 high

Other Alerts:

  • 5 warnings
  • 6 notes

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 notice on line 77 in lib/debug.js

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused function childPrint.

Check notice on line 269 in lib/debugger.js

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused function copyOwnProperties.

Check notice on line 311 in lib/debugger.js

See this annotation in the file changed.

Code scanning / CodeQL

Unneeded defensive code Note

This guard always evaluates to false.

Check failure on line 572 in lib/mirror.js

See this annotation in the file changed.

Code scanning / CodeQL

Potential file system race condition High

The file may have changed since it
was checked
.

Check warning on line 17 in lib/protectFs.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'readonly' always evaluates to false.

Check warning on line 19 in lib/protectFs.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'readonly' always evaluates to false.

Check notice on line 394 in lib/sandbox.js

See this annotation in the file changed.

Code scanning / CodeQL

Unneeded defensive code Note

This guard always evaluates to true.

Check warning on line 2468 in lib/sandbox.js

See this annotation in the file changed.

Code scanning / CodeQL

Useless assignment to local variable Warning

The value assigned to isRecursive here is unused.

Check notice on line 386 in src/lib/debugger.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unneeded defensive code Note

This guard always evaluates to false.

Check warning on line 405 in src/lib/sandbox.ts

See this annotation in the file changed.

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'stateNotNull' always evaluates to true.

Check notice on line 408 in src/lib/sandbox.ts

See this annotation in the file changed.

Code scanning / CodeQL

Unneeded defensive code Note

This guard always evaluates to true.

Check warning on line 2795 in src/main.ts

See this annotation in the file changed.

Code scanning / CodeQL

Identical operands Warning

Operands
!isNaN( ... gitude)
and
!isNaN( ... gitude)
are identical.