ashb commented on code in PR #27887:
URL: https://github.com/apache/airflow/pull/27887#discussion_r1032653881


##########
airflow/config_templates/default_airflow.cfg:
##########
@@ -127,6 +127,11 @@ unit_test_mode = False
 # RCE exploits).
 enable_xcom_pickling = False
 
+# What classes can be imported during deserialization. This is a json encoded
+# array. The individual items will be parsed as regexp. Python built-in 
classes (like dict)
+# are always allowed
+allowed_deserialization_classes = ["airflow[.].*"]

Review Comment:
   This pattern/way of expressing it feels slightly odd. I wonder what other 
options they're might be...



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to