-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Fix webos white screen #1444
Fix webos white screen #1444
Conversation
packages/core/src/system/exec.ts
Outdated
let replacedString = string; | ||
if (overrides?.length && replacedString?.replace) { | ||
overrides.forEach((v) => { | ||
const regEx = new RegExp(v, 'g'); |
Check failure
Code scanning / CodeQL
Regular expression injection High
environment variable
if (Array.isArray(resultScheme) || typeof resultScheme !== 'object') { | ||
return resultScheme; | ||
} | ||
const val = Object.assign(resultCommon || {}, resultPlatforms || {}, resultScheme); |
Check warning
Code scanning / CodeQL
Prototype-polluting assignment Medium
library input
if (Array.isArray(resultPlatforms) || typeof resultPlatforms !== 'object') { | ||
return resultPlatforms; | ||
} | ||
return Object.assign(resultCommon || {}, resultPlatforms); |
Check warning
Code scanning / CodeQL
Prototype-polluting assignment Medium
library input
packages/app-harness/tst/usr/palm/applications/com.domain.app/index.html
Fixed
Show fixed
Hide fixed
logError('getPlatformProjectDir not available without specific engine'); | ||
return null; | ||
} | ||
return path.join(getAppFolder(c), c.runtime.engine.projectDirName || ''); |
Check warning
Code scanning / CodeQL
Unsafe shell command constructed from library input Medium
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
logError('getPlatformProjectDir not available without specific engine'); | ||
return null; | ||
} | ||
return path.join(getAppFolder(c), c.runtime.engine.projectDirName || ''); |
Check warning
Code scanning / CodeQL
Unsafe shell command constructed from library input Medium
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
This path concatenation which depends on
library input
shell command
…ebos_white_screen
…es, configured browserlist
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rc.12: all white blank screen
this PR: all black blank screen
so the issue isn't actually fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed for webos
Description
Related issues
Npm releases
n/a