From 56da8be6ecfdefb53740d781f105d035cdf83999 Mon Sep 17 00:00:00 2001 From: Robin Harper Date: Thu, 1 Feb 2024 13:50:47 -0600 Subject: [PATCH 1/2] Registering a schema extension id for Sedara. Signed-off-by: robin --- extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extensions.md b/extensions.md index 33053651a..bbd191446 100644 --- a/extensions.md +++ b/extensions.md @@ -3,6 +3,7 @@ The purpose of this file is to keep track of and avoid collisions in Extension ` | Caption | Name | UID | Notes | |-------------|----------|-----|-------| +| Sedara | sedara | **992** | The Sedara schema extension | | Sciber | sciber | **993** | The Sciber schema extension | | DataBee | databee | **994** | The Comcast DataBee schema extension | | Symantec | symantec | **995** | The Symantec schema extension | @@ -13,4 +14,4 @@ The purpose of this file is to keep track of and avoid collisions in Extension ` | _Native Extensions defined in OCSF_ | | Linux | linux | **1** | The Linux extension defines Linux specific attributes, objects and classes | | Windows | win | **2** | The Windows extension defines Windows specific attributes, objects and classes | -| macOS | macos | **3** | The macOS extension defines macOS specific attributes, objects and classes | \ No newline at end of file +| macOS | macos | **3** | The macOS extension defines macOS specific attributes, objects and classes | From 8ca0eb9c911f9d5e40c63455eb06bf5846518aed Mon Sep 17 00:00:00 2001 From: Robin Harper Date: Thu, 8 Feb 2024 08:48:25 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md Add entry under Misc regarding extension registration Signed-off-by: Robin Harper --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 159a0fb1f..16ba16ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Thankyou! --> ### Breaking changes ### Misc +1. New Extension registration for Sedara. #951 -->