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

Finesse windows #635

Merged
merged 3 commits into from
Jan 2, 2024
Merged

Finesse windows #635

merged 3 commits into from
Jan 2, 2024

Conversation

o0101
Copy link
Collaborator

@o0101 o0101 commented Jan 2, 2024

No description provided.

@o0101 o0101 merged commit 4cad66f into boss Jan 2, 2024
2 checks passed
@@ -2,4 +2,4 @@
import {execSync} from 'child_process';

const runPath = path.resolve(process.argv[2]);
execSync(runPath);
execSync(runPath,{stdio:'inherit'});

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
@@ -2,4 +2,4 @@
import {execSync} from 'child_process';

const runPath = path.resolve(process.argv[2]);
execSync(runPath);
execSync(runPath,{stdio:'inherit'});

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
@@ -2,4 +2,4 @@
import {execSync} from 'child_process';

const runPath = path.resolve(process.argv[2]);
execSync(runPath);
execSync(runPath,{stdio:'inherit'});

Check warning

Code scanning / CodeQL

Shell command built from environment values Medium

This shell command depends on an uncontrolled
absolute path
.
@o0101 o0101 deleted the finesse-windows branch January 6, 2024 03:03
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.

None yet

1 participant