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

Task/361 upgrade to es6 modules to support mcdev 6+ #362

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JoernBerkefeld
Copy link
Collaborator

PR details

What changes did you make? (Give an overview)

...

Is there anything you'd like reviewers to focus on?

...

@JoernBerkefeld JoernBerkefeld added this to the 2.0.0 milestone Sep 29, 2023
@JoernBerkefeld JoernBerkefeld self-assigned this Sep 29, 2023
@JoernBerkefeld JoernBerkefeld linked an issue Sep 29, 2023 that may be closed by this pull request
*/
static progress(msg) {
msg = JSON.stringify(msg);
execSync(`copado --progress ${msg}`);

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [file name](1).
}
Log_default.debug("\u26A1 " + command);
try {
execSync2(command, { stdio: [0, 1, 2], stderr: "inherit" });

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [absolute path](1).
*/
static progress(msg) {
msg = JSON.stringify(msg);
execSync(`copado --progress ${msg}`);

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [file name](1).
}
Log_default.debug("\u26A1 " + command);
try {
execSync2(command, { stdio: [0, 1, 2], stderr: "inherit" });

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [absolute path](1).
*/
static progress(msg) {
msg = JSON.stringify(msg);
execSync(`copado --progress ${msg}`);

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [file name](1).
}
Log_default.debug("\u26A1 " + command);
try {
execSync2(command, { stdio: [0, 1, 2], stderr: "inherit" });

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [absolute path](1).
*/
static progress(msg) {
msg = JSON.stringify(msg);
execSync(`copado --progress ${msg}`);

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [file name](1).
}
Log_default.debug("\u26A1 " + command);
try {
execSync2(command, { stdio: [0, 1, 2], stderr: "inherit" });

Check warning

Code scanning / CodeQL

Shell command built from environment values

This shell command depends on an uncontrolled [absolute path](1).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TASK] upgrade to es6 modules to support mcdev 6+
1 participant