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

Sync main branch with Apache main branch #69

Merged
merged 15 commits into from
Dec 17, 2024

Conversation

jomarko and others added 15 commits December 10, 2024 09:54
… managed deployment is missing the property to disable the kafka-client health checks (apache#2797)
…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)
@@ -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

This path depends on a
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

This path depends on a
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

This path depends on a
user-provided value
.
@rgdoliveira rgdoliveira merged commit 7d9ab08 into kiegroup:main Dec 17, 2024
2 of 8 checks passed
@fantonangeli fantonangeli deleted the sync-main branch December 17, 2024 17:41
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.

8 participants