Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Michal Dobisek <[email protected]>
  • Loading branch information
MiDoCisco committed Jan 31, 2025
1 parent f9c5fed commit ed83a47
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ed83a47

Please sign in to comment.