In Apache Airflow, prior to version 2.2.4, some example DAGs did not properly sanitize user-provided params, making them susceptible to OS Command Injection from the web UI.
This can be mitigated by ensuring `[core] load_examples` is set to `False`.