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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.