Skip to content

Commit

Permalink
v1.3.0 Release (#1152)
Browse files Browse the repository at this point in the history
#### Related Issue: n/a Releasing 1.3.0

#### Description of changes:
1. Updating core and platform extension versions.
2. Updating Changelog.

---------

Signed-off-by: Rajas Panat <[email protected]>
  • Loading branch information
floydtree authored Aug 1, 2024
1 parent 856af7c commit c8bde8c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
33 changes: 16 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ Thankyou! -->
-->

## [Unreleased]
## [v1.3.0] - August 1st, 2024

### Added
* #### Categories
1. Added `Remediation` category. #1066
* #### Event Classes
1. Added `Event Log Activity` event class. #1014
2. Added `Remediation Activity` `File Remediation Activity` `Process Remediation Activity` `Network Remediation Activity` event classes. #1066
3. Added `Windows Service Activity` event class to the Windows extension. #1103
1. Added `Event Log Activity` event class to the System Activity category. #1014
2. Added `Remediation Activity`, `File Remediation Activity`, `Process Remediation Activity`, `Network Remediation Activity` event classes to the Remediation category. #1066
3. Added `Windows Service Activity` event class to the System Activity category via Windows extension. #1103
4. Added `Software Inventory Info` event class to the Discovery category. #1134
* #### Profiles
1. Added `osint` Profile based on `osint` object. #992
1. Added `osint` Profile based on the `osint` object. #992
* #### Objects
1. Added `d3fend` `d3f_tactic` `d3f_technique` MITRE objects. #1066
1. Added `d3fend`, `d3f_tactic`, `d3f_technique` MITRE objects. #1066
2. Added `ja4_fingerprint` object. #834
3. Added `ja4_fingerprint_list` as a list of `ja4_fingerprint` objects. #834
4. Added `ticket` object. #1068
Expand All @@ -59,12 +59,11 @@ Thankyou! -->
7. Added `whois` object. #992
8. Added `domain_contact` and array-typed `domain_contacts` object for use with `whois` object. #992
9. Added `Windows Service` object to the Windows extension. #1103
10. Added array-typed `compliance_references` and array-typed `compliance_standards` objects as array of `kb_article` to `compliance` object. #1110
11. Added `timespan` object and `avg_timespan` to dictionary. #1125
* #### Platform Extensions
10. Added `timespan` object. #1125

### Improved
* #### Categories
n/a
* #### Event Classes
1. Added `file_result` to File Hosting Activity. #1045
2. Added entries to `injection_type_id` enum (`Process Activity`) and `activity_id` enum (`Memory Activity`). #1060
Expand All @@ -73,10 +72,10 @@ Thankyou! -->
5. Added `ticket` to `Incident Finding` event class. #1068
6. Added new activities `Enroll`, `Activate`, `Deactivate`, `Suspend`, and `Resume` to the `Entity Management` class. #1095
7. Added new activity `Listen` to `Network Activity` and relax requirement of `src_endpoint`. #1147
8. Added `state` object to `Device Config State Change`. #1143
9. Added `state_id` object to `Device Config State Change`. #1143
10. Added `resources` attribute to `Vulnerability Finding` and `Compliance Finding`. #1150
8. Added `state`, `state_id` to `Device Config State Change`. #1143
9. Added `resources` attribute to `Vulnerability Finding` and `Compliance Finding`. #1150
* #### Profiles
n/a
* #### Objects
1. Added `ext` to `File` object. #1046
2. Added `account`, `device`, `email`, `url`, `user` to `evidences` in detection finding. #1000
Expand All @@ -90,8 +89,8 @@ Thankyou! -->
10. Added `ip` to object `load_balancer`. #1138
11. Added `cpe_name` and `hash` to `Software Package` object. #1142
12. Added `avg_timespan` to the `kb_article` object. #1125
13. 10. Added `created_time`,`desc`, `short_desc`, `reputation`, `src_url` to `enrichment` object. #1149
* #### Platform Extensions
13. Added `created_time`,`desc`, `short_desc`, `reputation`, `src_url` to `enrichment` object. #1149
14. Added `compliance_references`, `compliance_standards` to the `compliance` object. #1110

### Bugfixes
1. Fixed the host profile construction in `patch_state` event class. #1087
Expand All @@ -102,7 +101,7 @@ Thankyou! -->
1. Deprecated `resource` in `Vulnerability Finding` and `Compliance Finding` event classes in favor of `resources`. #1150

### Breaking changes

n/a
### Misc
1. Colorized validator output #1048
* Updated the GitHub workflow for the `ocsf-validator` to print colorized output.
Expand All @@ -114,9 +113,9 @@ Thankyou! -->
6. Declared enums in dictionary.json have sane "0" (Unknown) and "99" (Other) declarations and descriptions where appropriate #1111
7. Adds support for `suppress_checks` controls in attributes to allow tools to automatically validate conventions #1063
* Updated several attributes that do not follow conventions to disable linting for them
8. Added `credential_uid` as an Observable type - type_id: 19. #1137
8. Added `credential_uid` as an Observable type - `type_id: 19`. #1137
9. New Extension registration for US Gov #1140
10. Enum definitions refactored so generic enum descriptions have "See specific usage" in the description #1146
10. Enum definitions are now refactored such that generic enum descriptions have "See specific usage" in the description #1146

## [v1.2.0] - April 23rd, 2024

Expand Down
2 changes: 1 addition & 1 deletion extensions/linux/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "The Linux extension defines Linux specific attributes, objects and classes.",
"name": "linux",
"uid": 1,
"version": "1.3.0-dev"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion extensions/windows/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"description": "The Windows extension defines Windows specific attributes, objects and classes.",
"name": "win",
"uid": 2,
"version": "1.3.0-dev"
"version": "1.3.0"
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.3.0-dev"
"version": "1.3.0"
}

0 comments on commit c8bde8c

Please sign in to comment.