Add the `Loader` argument to `yaml.load`.

Review Request #10971 — Created March 26, 2020 and submitted

Information

rbintegrations
release-1.0.x
b994302...

Reviewers

Python's yaml package shipped with an insecure default loader. They've
added a deprecation warning for this, which was showing up when
triggering Travis CI jobs. I've added an explicit use of the
SafeLoader

Posted a change that triggered a Travis CI build and saw that
deprecation warnings were gone.

chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.0.x (005fac8)
Loading...