kestra icon indicating copy to clipboard operation
kestra copied to clipboard

Facilitate variable sanitization with filter and conditions

Open loicmathieu opened this issue 2 years ago • 0 comments

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

loicmathieu avatar Jan 16 '23 15:01 loicmathieu