kestra
kestra copied to clipboard
Facilitate variable sanitization with filter and conditions
Feature description
This is just an idea for now but to facilitate variable sanitization we may provides filters and conditions like:
- A filter to script HTML tags:
htmlStrip
- A filter that makes replacement via a regex:
regexReplace
- A condition based on regex (for ex to fail a flow when a variable contains an eval JS function):
regexMatches