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: debug mode information #123

Merged
merged 1 commit into from
Feb 18, 2024
Merged

fix: debug mode information #123

merged 1 commit into from
Feb 18, 2024

Conversation

unimu-cic
Copy link
Collaborator

No description provided.

const cypressFolder = resolve(__dirname, 'cy');
const strings = execSync(`find ${cypressFolder} -name '*.html'`).toString().split('\n');
const cypressFolder = resolve(__dirname, "cy");
const strings = execSync(`find ${cypressFolder} -name '*.html'`)

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
@unimu-cic unimu-cic merged commit 8be8b24 into main Feb 18, 2024
12 checks passed
@MrCoder MrCoder deleted the fix/debug-information branch April 29, 2024 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant