Skip to content

Instantly share code, notes, and snippets.

@marcellobarile
Last active August 4, 2023 14:42
Show Gist options
  • Select an option

  • Save marcellobarile/7c1d643608ed1c7cdb49e66ad75fffcd to your computer and use it in GitHub Desktop.

Select an option

Save marcellobarile/7c1d643608ed1c7cdb49e66ad75fffcd to your computer and use it in GitHub Desktop.
malicious template
{
"$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