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

chore: upgrade tap@21 #8085

Draft
wants to merge 22 commits into
base: latest
Choose a base branch
from

re-geneerate snapshots

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

chore: upgrade tap@21 #8085

re-geneerate snapshots
2bc41d4
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 14, 2025 in 2s

2 new alerts including 2 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 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 73 in test/lib/commands/explore.js

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High test

This part of the regular expression may cause exponential backtracking on strings starting with 'Exploring {CWD}/' and containing many repetitions of 'a'.

Check failure on line 86 in test/lib/commands/explore.js

See this annotation in the file changed.

Code scanning / CodeQL

Inefficient regular expression High test

This part of the regular expression may cause exponential backtracking on strings starting with 'Exploring {CWD}/' and containing many repetitions of 'a'.