Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 729 Bytes

CHANGES.rst

File metadata and controls

28 lines (18 loc) · 729 Bytes

Changelog

debops-api

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer_ is ypid_.

debops-api - unreleased

Added

  • Initial coding and design. [ypid_]

Security

  • The default yaml.load method from PyYAML which is used to read Ansigenome YAML files is unsafe. As a result remote code execution was possible when the DebOps API script parsed role metadata.

    Refer to the issue Make load safe_load. This has been fixed by switching to yaml.safe_load. [ypid_]