aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
975 stars 623 forks source link

use the safe_load variant of the YAML loading function. #1848

Closed adam-scislowicz closed 1 year ago

adam-scislowicz commented 1 year ago

Use the safe variant of the YAML loading function. safe_load().

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.