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

Incomplete string escaping or encoding #4495

Closed
1 task
merbhavik opened this issue Jul 23, 2024 · 1 comment
Closed
1 task

Incomplete string escaping or encoding #4495

merbhavik opened this issue Jul 23, 2024 · 1 comment
Labels
type:bug Issues that describe a user-facing bug in the project.

Comments

@merbhavik
Copy link

Environment (Required on creation)

Javascript solution

Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)

Line number 37, 51 and 59 in camunda-camunda-bpm-platform\webapps\frontend\ui\cockpit\tests\pages\process-instance\instance-view.js only replaces only the first occurrence of '<' and '>'

Steps to reproduce (Required on creation)

Observed Behavior (Required on creation)

Only the first occurrence of '<' and '>'

Expected behavior (Required on creation)

Root Cause (Required on prioritization)

Solution Ideas

Using replaceAll() method was introduced in ECMAScript 2021 (ES12) to replace all occurrences

Hints

Links

Breakdown

Pull Requests

No tasks being tracked yet.

Dev2QA handover

  • Does this ticket need a QA test and the testing goals are not clear from the description? Add a Dev2QA handover comment
@merbhavik merbhavik added the type:bug Issues that describe a user-facing bug in the project. label Jul 23, 2024
@merbhavik
Copy link
Author

I'll work on fixing the issue

@merbhavik merbhavik closed this as not planned Won't fix, can't repro, duplicate, stale Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Issues that describe a user-facing bug in the project.
Projects
None yet
Development

No branches or pull requests

1 participant