ashb opened a new pull request #15912:
URL: https://github.com/apache/airflow/pull/15912
Templates _shouldn't_ ever be taken from untrusted user input (and it's hard
to do so), but this is a reasonable safety measure just in case someone does
something "clever".
~This change does mean that templates can no longer access any attributes
that start with a `_`, i.e. `{{ obj._foo }}` would now fail~
The second commit in this PR changes it so that `obj._foo` continues to
work, to reduce change of breaking existing dags.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]