Page MenuHomeDevCentral

Load safely YAML in Python
ClosedPublic

Authored by dereckson on Dec 16 2019, 09:54.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 5, 12:23
Unknown Object (File)
Tue, Jun 3, 03:11
Unknown Object (File)
Mon, Jun 2, 12:56
Unknown Object (File)
Fri, May 30, 01:12
Unknown Object (File)
Fri, May 23, 16:23
Unknown Object (File)
Fri, May 23, 08:03
Unknown Object (File)
Thu, May 22, 11:54
Unknown Object (File)
Tue, May 20, 21:34
Subscribers
None

Details

Summary

Per https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

All our YAML documents can be loaded with the SafeLoader,
as we don't construct Pickle-style Python objects.

Test Plan

utils/next-uid.py

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Errors
SeverityLocationCodeMessage
Errorutils/dump-py-state.py:64E501flake8 E501
Unit
No Test Coverage
Branch
fix-load
Build Status
Buildable 3294
Build 3543: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Dec 16 2019, 09:55
This revision was landed with ongoing or failed builds.Dec 16 2019, 09:55
This revision was automatically updated to reflect the committed changes.