boulder/strictyaml
Phil Porada d3845f25c6
Strict YAML parsing (#6652)
Adds a custom YAML unmarshaller in the `//strictyaml` package based on
`go-yaml/yaml v3` with unique key detection enabled and ensures that
target struct is able to contain all target fields.

Fixes https://github.com/letsencrypt/boulder/issues/3344.
2023-02-22 14:56:26 -05:00
..
yaml.go Strict YAML parsing (#6652) 2023-02-22 14:56:26 -05:00
yaml_test.go Strict YAML parsing (#6652) 2023-02-22 14:56:26 -05:00