-
Notifications
You must be signed in to change notification settings - Fork 0
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
7108fbf
commit aee7bf9
Showing
1 changed file
with
4 additions
and
5 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,5 +1,4 @@ | ||
* [PAPP-34630] | ||
* New ip_reputation action that accepts either an IPv4 or IPv6 address and gets threat intelligence data from Talos | ||
* New domain_reputation action that accepts a domain and gets threat intelligence data from Talos | ||
* New durl_reputation action that accepts an url and gets threat intelligence data from Talos | ||
* Error handling regarding action retries and connection management | ||
* New ip_reputation action that accepts either an IPv4 or IPv6 address and gets threat intelligence data from Talos [PAPP-34630] | ||
* New domain_reputation action that accepts a domain and gets threat intelligence data from Talos [PAPP-34630] | ||
* New durl_reputation action that accepts an url and gets threat intelligence data from Talos [PAPP-34630] | ||
* Error handling regarding action retries and connection management [PAPP-34631] |