From ed83a47d22ef03bfd13a563892b001a97af9e28a Mon Sep 17 00:00:00 2001 From: "Michal Dobisek (mdobisek)" Date: Thu, 23 Jan 2025 10:28:50 +0100 Subject: [PATCH] Updated CHANGELOG.md --------- Signed-off-by: Michal Dobisek --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2947d78..63c4b73f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -252,6 +252,20 @@ Thankyou! --> 1. Added 3 new enums (Registry Value, Registry Key, Command Line) to `osint.type_id` and added TLP:WHITE to `osint.tlp` enums. #1264 1. Relaxed attribute requirement for `name` in `observables` object; `title` in `finding_info` object. #1271 1. Relaxed attribute requirement for `vendor_name` in the `product` object. #1300 +1. Added `email.subject` and `email.uid` as an Observable types - `type_id: 39` and `type_id: 40`. #1326 +1. Added `process_entity.uid` as an Observable type - `type_id: 41` #1326 +1. Added `file_path_t` as an Observable type - `type_id: 42` and marked fields as this type #1326 + - `lineage` dictionary attribute + - `affected_package.path` object attribute + - `file.path` object attribute + - `image.path` object attribute + - `kernel.path` object attribute + - `malware.path` object attribute + - `process_entity.path` object attribute +1. Added `extensions/windows/reg_key_path_t` as an Observable type - `type_id: 43` and marked fields as this type #1326 + - `reg_key.path` object attribute + - `reg_value.path` object attribute +1. Added `reg_value.name` as an Observable type - `type_id: 44` #1326 ## [v1.3.0] - August 1st, 2024