From 0546a314edf66269f920c661cc8306b28cdc5b43 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 19 Aug 2023 10:41:51 -0400 Subject: [PATCH] doc: mention that types are not interpreted Closes: #87 --- saphyr/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/saphyr/README.md b/saphyr/README.md index 4b5df49..2014be3 100644 --- a/saphyr/README.md +++ b/saphyr/README.md @@ -75,6 +75,12 @@ your objects. * `Vec`/`HashMap` access API * Low-level YAML events emission +## Security + +This library does not try to interpret any type specifiers in a YAML document, +so there is no risk of, say, instantiating a socket with fields and +communicating with the outside world just by parsing a YAML document. + ## Specification Compliance This implementation is fully compatible with the YAML 1.2 specification. In