-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7888297
commit d4e0a42
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,15 @@ | ||
**Unreleased** | ||
|
||
* EPPDetectionSummaryEvent events are now additionally ingested during 'on_poll' [PAPP-34988] | ||
* Added 'list_epp_alerts' action to connector [PAPP-34988] | ||
* Lists new EPP alerts that are replacing detections | ||
* Should be used over 'list detections' action (Deprecating April 30, 2025) | ||
* Added 'get_epp_alerts_details' action to connector [PAPP-34988] | ||
* Gets details for EPP alerts | ||
* Should be used over 'get detections details' action (Deprecating April 30, 2025) | ||
* Added 'update_epp_alerts' action to connector [PAPP-34988] | ||
* Updates EPP alerts | ||
* Should be used over 'update detections' action (Deprecating April 30, 2025) | ||
* Added 'resolve_epp_alerts' action to connector [PAPP-34988] | ||
* Changes status of EPP alerts | ||
* Should be used over 'resolve detection' action (Deprecating April 30, 2025) |