Skip to content

Use yaml.safe_ functions #94

@reneburghardt

Description

@reneburghardt

Replace yaml.dump and yaml.load with yaml.safe_dump and yaml.safe_load to avoid emitting and parsing Python-specific object tags. This improves security (prevents arbitrary object construction on load) and ensures YAML files remain portable and standards-compliant while it should still be working well for our use case as we only need standard Python objects in our meta files.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions