Illegal IDs may be entered via properties panel
See original GitHub issueDescribe the Bug
Starting with v3.2.0
we enforce that XML IDs generated by the application are valid QNames. as https://github.com/camunda/camunda-modeler/issues/1622 indicates users are still able to input now illegal IDs, i.e. ${FOO}
. Saving the diagram and re-opening it in the modeler fails the import.
Steps to Reproduce
- open process
- using our properties panel controls change any ID to
${FOO}
- save diagram
- re-open diagram
- see that import blows up
Expected Behavior
- Valid IDs are enforced in all property panel controls that allow users to edit IDs
- Illegal IDs may not be saved by the user
Environment
- OS: Any
- Camunda Modeler Version: v3.2.0, …, v3.5.0
Tasks
- Fixed in properties panels
- Released fixes
- Integrated in Camunda Modeler
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Found a Fake ID – What do you do next?
You shouldn't seize an ID because you because it is fraudulent. Here is how to handle fake ID confiscation in each state:
Read more >We Asked Cops What 'Really' Happens When You're Busted ...
"[Fake IDs are] basically always going to be charged as a misdemeanor [in California], but still the attorney may be able to get...
Read more >State wildlife agency sued over secret surveillance on ...
A Benton County man sued the Tennessee Wildlife Resources Agency after finding the agency secretly placed surveillance cameras on his land.
Read more >If a bouncer thinks your ID is fake (but it isn't) and destroys ...
A bouncer has no right to confiscate or destroy a valid I.D. card. Now, a question exists as to whether or not a...
Read more >Validating digital signatures, Adobe Acrobat
You can right-click a signature field in the Signatures panel to do most ... Each time a document is signed using a certificate, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Needs release of fixes in all libraries and integration into Camunda Modeler.
You mean the XML editor? No. If people enter invalid IDs into the XML view the problem will be caught on import and properly indicated.
Adding validation on the XML view would be another related feature request.