From d605c5e5f5057b107dd0aa63c570501e1f41beb4 Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Fri, 2 Oct 2020 16:18:48 -0400 Subject: [PATCH 1/2] Fix the month in the stage advancement date for RFC-0007 --- rfcs/text/0007-multiple-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/text/0007-multiple-users.md b/rfcs/text/0007-multiple-users.md index 344255f5f7..a3983f37e2 100644 --- a/rfcs/text/0007-multiple-users.md +++ b/rfcs/text/0007-multiple-users.md @@ -2,7 +2,7 @@ - Stage: **2 (proposal)** -- Date: **2020-09-02** +- Date: **2020-10-02** Many log events refer to more than one user at the same time. Examples of this are remote logons as someone else, user management and privilege escalation. From b4afb440eb04fbc2da51640b65e44ef37adc878f Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Fri, 2 Oct 2020 16:21:01 -0400 Subject: [PATCH 2/2] I may be overzealous here --- rfcs/text/0007-multiple-users.md | 1 + 1 file changed, 1 insertion(+) diff --git a/rfcs/text/0007-multiple-users.md b/rfcs/text/0007-multiple-users.md index a3983f37e2..9403eecb0a 100644 --- a/rfcs/text/0007-multiple-users.md +++ b/rfcs/text/0007-multiple-users.md @@ -764,6 +764,7 @@ e.g.: ### RFC Pull Requests * Stage 2: https://github.com/elastic/ecs/pull/914 + * Stage 2 correction: https://github.com/elastic/ecs/pull/996 Note: This RFC was initially proposed via a PR that targeted stage 2, given the amount of discussion that has already has happened on this subject.