[ 
https://issues.apache.org/jira/browse/AIRFLOW-4338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16896015#comment-16896015
 ] 

ASF subversion and git services commented on AIRFLOW-4338:
----------------------------------------------------------

Commit b6312298b901fad0dfc4396c09e9b4f423fbb531 in airflow's branch 
refs/heads/v1-10-test from Felix Uellendall
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=b631229 ]

[AIRFLOW-4338] Change k8s pod_request_factory to use yaml safe_load (#5120)

- fixes yaml.load deprecation warning

(cherry picked from commit a71d4b861302db6101a399db9ef562d716f3c26e)


> 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: 2.0.0
>
>
> 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.14#76016)

Reply via email to