]> git.ipfire.org Git - thirdparty/suricata.git/commit
yaml: treat some unquoted values as null (per spec)
authorJason Ish <jason.ish@oisf.net>
Mon, 3 May 2021 18:17:45 +0000 (12:17 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 5 May 2021 18:16:31 +0000 (20:16 +0200)
commit587c326d736851ea169d500b2989c94fc6a64521
treed94179a4d83dea1393caa4be85501995baf776d2
parent7fa98cde4d139ee5dea93caa040b588aea8b1023
yaml: treat some unquoted values as null (per spec)

Per the YAML spec, the following values when present unquoted
should be equivalent to null:
- ~
- NULL
- Null
- null
src/conf-yaml-loader.c