From e19f82182df7afc7bba5991d50022b6b4b0812b8 Mon Sep 17 00:00:00 2001 From: Andrew Pease <7442091+peasead@users.noreply.github.com> Date: Tue, 7 Dec 2021 11:41:03 -0600 Subject: [PATCH 1/2] initial stage 3 commit --- rfcs/text/0015-create-file-elf.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/rfcs/text/0015-create-file-elf.md b/rfcs/text/0015-create-file-elf.md index e683d272fb..448332de24 100644 --- a/rfcs/text/0015-create-file-elf.md +++ b/rfcs/text/0015-create-file-elf.md @@ -1,7 +1,7 @@ # 0015: Create the ELF sub-field of the File fieldset -- Stage: **2 (candidate)** -- Date: **2021-05-04** +- Stage: **3 (candidate)** +- Date: **2021-12-07** Create the Executable Linkable Format (ELF) sub-field, of the `file` top-level fieldset. This document metadata can be used for malware research, as well as coding and other application development efforts. @@ -236,8 +236,4 @@ The following are the people that consulted on the contents of this RFC. * Stage 1: https://github.com/elastic/ecs/pull/1077 * Stage 2: https://github.com/elastic/ecs/pull/1294 * Stage 2 advancement date correction: https://github.com/elastic/ecs/pull/1409 - - +* Stage 3: https://github.com/elastic/ecs/pull/nnnn \ No newline at end of file From 10284d40f33daae4fea27f9ee671a727bf1123fe Mon Sep 17 00:00:00 2001 From: Andrew Pease <7442091+peasead@users.noreply.github.com> Date: Tue, 7 Dec 2021 13:44:54 -0600 Subject: [PATCH 2/2] added PR number to dox --- rfcs/text/0015-create-file-elf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/text/0015-create-file-elf.md b/rfcs/text/0015-create-file-elf.md index 448332de24..cdee3aec60 100644 --- a/rfcs/text/0015-create-file-elf.md +++ b/rfcs/text/0015-create-file-elf.md @@ -236,4 +236,4 @@ The following are the people that consulted on the contents of this RFC. * Stage 1: https://github.com/elastic/ecs/pull/1077 * Stage 2: https://github.com/elastic/ecs/pull/1294 * Stage 2 advancement date correction: https://github.com/elastic/ecs/pull/1409 -* Stage 3: https://github.com/elastic/ecs/pull/nnnn \ No newline at end of file +* Stage 3: https://github.com/elastic/ecs/pull/1686 \ No newline at end of file