Last active
August 4, 2023 14:42
-
-
Save marcellobarile/7c1d643608ed1c7cdb49e66ad75fffcd to your computer and use it in GitHub Desktop.
malicious template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema":"https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json", | |
| "name":"ACME Connector Template - <script>alert('foo')</script>", | |
| "description": "oops <script>alert('foo')</script>", | |
| "id":"xxxx-xx-x-x-xxxxxx", | |
| "appliesTo":[ | |
| "bpmn:Task" | |
| ], | |
| "properties":[ | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment