mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-24 14:32:34 +00:00
Since now, the maximum depth supported to access config fields is two. This adds support for accessing fields of arbitrary nesting depth. A formal grammar has been explicited for the regular language representing the field keys. The accessor methods have been updated accordingly. Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>