Closed Carsten-St closed 3 years ago
Hi, thanks for reporting!
As you already mentioned, we already tackled sanitization in the past. I was not able to reproduce the problem you're describing inside this basic CodeSandbox.
Can you maybe taking this one as a starting point and try to describe, how it would be reproducible? Maybe it really depends on a single input.
Thank you very much for your quick reply. We compared our and your code states from the sandbox and indeed found an error in rendering on our side.
Describe the Bug
Hello all, I currently have the problem that scripts can be injected in the input fields and are executed. This poses a security risk for me (Cross Site Scripting). I have integrated the BPMN Properties Panel as described in your documentation. However, I don't want to rule out that the problem is on my side and not yours. I would appreciate feedback and help. Kind regards
Steps to Reproduce
<script>alert("HelloWorld!");</script>
Expected Behavior
Environment