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

fixed webos CLI not finding index #1150

Merged
merged 1 commit into from
Oct 10, 2023
Merged

fixed webos CLI not finding index #1150

merged 1 commit into from
Oct 10, 2023

Conversation

mihaiblaga89
Copy link
Contributor

Description

if (!c.program.hosted) {
const tDir = getPlatformProjectDir(c);
const tDir = path.join(getPlatformProjectDir(c)!, 'build');

Check warning

Code scanning / CodeQL

Unsafe shell command constructed from library input Medium

This path concatenation which depends on
library input
is later used in a
shell command
.
@pavjacko pavjacko merged commit 8d2b938 into main Oct 10, 2023
3 checks passed
@pavjacko pavjacko deleted the fix/webos_html branch October 10, 2023 03:12
@pavjacko pavjacko added this to the 1.0 milestone Dec 8, 2023
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.

2 participants