Skip to content

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

Open
JoernBerkefeld wants to merge 2 commits into
mainfrom
task/361-upgrade-to-es6-modules-to-support-mcdev-6+
Open

Task/361 upgrade to es6 modules to support mcdev 6+#362
JoernBerkefeld wants to merge 2 commits into
mainfrom
task/361-upgrade-to-es6-modules-to-support-mcdev-6+

Conversation

@JoernBerkefeld

Copy link
Copy Markdown
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+

2 participants