Page MenuHomeSoftware Heritage

cli_utils: Use yaml.safe_load instead of yaml.load
ClosedPublic

Authored by olasd on Apr 10 2019, 4:16 PM.

Details

Summary

yaml.load is unsafe (can call arbitrary Python code) and throws a DeprecationWarning these days

Test Plan

tox

Diff Detail

Repository
rDSCH Scheduling utilities
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 5307
Build 7195: tox-on-jenkinsJenkins
Build 7194: arc lint + arc unit