-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added 2.19 release notes. Signed-off-by: AWSHurneyt <[email protected]> * Added 2.19 release notes. Signed-off-by: AWSHurneyt <[email protected]> --------- Signed-off-by: AWSHurneyt <[email protected]>
- Loading branch information
1 parent
24d782c
commit 3b6ed5f
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
21 changes: 21 additions & 0 deletions
21
release-notes/opensearch-security-analytics.release-notes-2.19.0.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Version 2.19.0.0 2025-02-03 | ||
Compatible with OpenSearch 2.19.0 | ||
|
||
### Maintenance | ||
* Incremented version to 2.19.0 ([#1444](https://github.com/opensearch-project/security-analytics/pull/1444)) | ||
* Fix CVE-2024-47535. ([#1460](https://github.com/opensearch-project/security-analytics/pull/1460)) | ||
|
||
### Refactoring | ||
* optimize sigma aggregation rule based detectors execution workflow ([#1418](https://github.com/opensearch-project/security-analytics/pull/1418)) | ||
* Adding various OCSF 1.1 fields to log type static mappings ([#1403](https://github.com/opensearch-project/security-analytics/pull/1403)) | ||
|
||
### Bug Fixes | ||
* Add validation for threat intel source config ([#1393](https://github.com/opensearch-project/security-analytics/pull/1393)) | ||
* fix detector to work for trigger conditions filtering on aggregation rules ([#1423](https://github.com/opensearch-project/security-analytics/pull/1423)) | ||
* fixes the duplicate alerts generated by Aggregation Sigma Roles ([#1424](https://github.com/opensearch-project/security-analytics/pull/1424)) | ||
* OCSF1.1 Fixes ([#1439](https://github.com/opensearch-project/security-analytics/pull/1439)) | ||
* Added catch for unexpected inputs. ([#1442](https://github.com/opensearch-project/security-analytics/pull/1442)) | ||
* Refactored flaky test. ([#1464](https://github.com/opensearch-project/security-analytics/pull/1464)) | ||
|
||
### Documentation | ||
* Added 2.19.0 release notes. ([#1468](https://github.com/opensearch-project/security-analytics/pull/1468)) |