camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
40 stars 38 forks source link

fix(security) any html content response from a webhook is now escaped… #2808

Closed mathias-vandaele closed 3 months ago

mathias-vandaele commented 3 months ago

Any html content response from a webhook is now escaped and will not be interpreted by the browser

Description

Another function is executed right after the execution of the FEEL function>

This function will check the response type and sanitize it if necessary.

Related issues

closes https://github.com/camunda/team-connectors/issues/814