-
Notifications
You must be signed in to change notification settings - Fork 6
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
Sync main branch with Apache main branch #69
Conversation
…luation results' (apache#2657)
…focused code (apache#2726) Co-authored-by: Martin Cimbalek <[email protected]>
… managed deployment is missing the property to disable the kafka-client health checks (apache#2797)
…x VS Code E2E tests (apache#2808)
…ervices VS Code Extension's name (apache#2810)
…Hub` rendering a 404 page instead of the SWF Editor (apache#2809)
…pache KIE™` prefix instead of just `KIE` on its displayName (apache#2811)
…es/forms` to `src/main/resources/custom-forms-dev` (apache#2798)
… color (apache#2816) Co-authored-by: chinnamatli kusumalatha <[email protected]>
…T from Kogito (999-20241208-SNAPSHOT) (apache#2813)
@@ -362,11 +362,14 @@ | |||
} | |||
let sourceString; | |||
|
|||
const configString = fs.readFileSync(path.join(`${__dirname}/forms/examples/${formName}.config`), "utf8"); | |||
const configString = fs.readFileSync( | |||
path.join(`${__dirname}/custom-forms-dev/examples/${formName}.config`), |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression High
user-provided value
if (formInfo[0].type.toLowerCase() === "html") { | ||
sourceString = fs.readFileSync(path.join(`${__dirname}/forms/examples/${formName}.html`), "utf8"); | ||
sourceString = fs.readFileSync(path.join(`${__dirname}/custom-forms-dev/examples/${formName}.html`), "utf8"); |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression High
user-provided value
} else if (formInfo[0].type.toLowerCase() === "tsx") { | ||
sourceString = fs.readFileSync(path.join(`${__dirname}/forms/examples/${formName}.tsx`), "utf8"); | ||
sourceString = fs.readFileSync(path.join(`${__dirname}/custom-forms-dev/examples/${formName}.tsx`), "utf8"); |
Check failure
Code scanning / CodeQL
Uncontrolled data used in path expression High
Related PRs:
Test CI: