[
https://issues.apache.org/jira/browse/AIRFLOW-4338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Uellendall resolved AIRFLOW-4338.
---------------------------------------
Resolution: Fixed
Fix Version/s: 1.10.4
> Change k8s pod_request_factory to use yaml safe_load
> ----------------------------------------------------
>
> Key: AIRFLOW-4338
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4338
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Felix Uellendall
> Assignee: Felix Uellendall
> Priority: Major
> Fix For: 1.10.4
>
>
> Before Python yaml version 5.1 yaml has used the {{UnsafeLoader that has a
> potential security vulnerability. From now on there is a FullLoader}} that
> will be used by default that fixes these vulnerability. To suppress the
> warning we can explicitly set the loader.
> See [https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation]
> for more details.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)