Skip to content

Conversation

chavda-bhavik
Copy link
Member

No description provided.

fs.writeFileSync(standardErrorPath, '');

return new Promise((resolve, reject) => {
const process = exec(cmd, async (error, stdout: string | PromiseLike<string>, stderr) => {

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [absolute path](1).
const fullCmd = `${currentDir}/src/config/${this.isolateExecutableName} ${cmd}`;

return new Promise((resolve, reject) => {
exec(fullCmd, (error, stdout: string | PromiseLike<string>, stderr) => {

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [absolute path](1). This shell command depends on an uncontrolled [absolute path](2).
@chavda-bhavik chavda-bhavik temporarily deployed to Development August 4, 2023 01:24 — with GitHub Actions Inactive
@chavda-bhavik chavda-bhavik merged commit 7971dee into development Aug 4, 2023
@chavda-bhavik chavda-bhavik deleted the feat/streaming-support branch August 4, 2023 01:33
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