doc: mention that types are not interpreted

Closes: #87
This commit is contained in:
Ben Boeckel 2023-08-19 10:41:51 -04:00 committed by Ethiraric
parent f4c4e2ee4a
commit 0546a314ed

View file

@ -75,6 +75,12 @@ your objects.
* `Vec`/`HashMap` access API * `Vec`/`HashMap` access API
* Low-level YAML events emission * 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 ## Specification Compliance
This implementation is fully compatible with the YAML 1.2 specification. In This implementation is fully compatible with the YAML 1.2 specification. In