From 676fc9efa820c722176fe22bab032c447601714a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Feb 2022 01:47:58 -0500 Subject: [PATCH] spelling: between Signed-off-by: Josh Soref --- proposals/20190909-psp-rules-support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/20190909-psp-rules-support.md b/proposals/20190909-psp-rules-support.md index 3aaa1c9d..d0a21a8f 100644 --- a/proposals/20190909-psp-rules-support.md +++ b/proposals/20190909-psp-rules-support.md @@ -51,6 +51,6 @@ No diagrams yet. * We'll use [inja](https://github.com/pantor/inja) as the templating engine. -* For the most part, we can rely on the existing framework of rules, filter expressions, and output expressions that already exist in Falco. One significant change will be that filter fields can extract more than one "value" per event, and we'll need to define new operators to perform set comparisions betweeen values in an event and values in the comparison right-hand-side. +* For the most part, we can rely on the existing framework of rules, filter expressions, and output expressions that already exist in Falco. One significant change will be that filter fields can extract more than one "value" per event, and we'll need to define new operators to perform set comparisions between values in an event and values in the comparison right-hand-side. * This will rely heavily on existing support for [K8s Audit Events](https://falco.org/docs/event-sources/kubernetes-audit/) in Falco.