-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add decompress support #623
Conversation
…ck/browserstack-cypress-cli into add_decompress_support
.then(d => d.extract({path: filePath, concurrency: 5})) | ||
.catch((err) => reject(err)); | ||
resolve(); | ||
await decompress(path.join(filePath, fileName), filePath) |
Check warning
Code scanning / Semgrep
Semgrep Finding: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal
.then(d => d.extract({path: filePath, concurrency: 5})) | ||
.catch((err) => reject(err)); | ||
resolve(); | ||
await decompress(path.join(filePath, fileName), filePath) |
Check warning
Code scanning / Semgrep
Semgrep Finding: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal
reject(err); | ||
process.exitCode = Constants.ERROR_EXIT_CODE; | ||
}); | ||
await decompress(path.join(filePath, fileName), filePath) |
Check warning
Code scanning / Semgrep
Semgrep Finding: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal
reject(err); | ||
process.exitCode = Constants.ERROR_EXIT_CODE; | ||
}); | ||
await decompress(path.join(filePath, fileName), filePath) |
Check warning
Code scanning / Semgrep
Semgrep Finding: javascript.lang.security.audit.path-traversal.path-join-resolve-traversal.path-join-resolve-traversal
No description provided.