-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from splunk-soar-connectors/next
Merging next to main for release 1.2.0
- Loading branch information
Showing
29 changed files
with
3,790 additions
and
26 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,4 @@ | ||
* Added new actions: | ||
* get url analysis feed from date - TCA - 0403 - Get url analysis feed from date | ||
* get latest url analysis feed - TCA - 0403 - Get latest url analysis feed | ||
* get downloaded files - TCA - 0403 - Get files downloaded from url |
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,8 @@ | ||
* Added new actions: | ||
* get network reputation - TCA - 0407 - Get reputation of a requested URL, domain or IP address | ||
* get list user overrides - TCA - 0408 - Get user URL classification overrides | ||
* get list user overrides aggregated - TCA - 0408 - Get user URL classification overrides aggregated | ||
* network reputation user override - TCA - 0408 - Override user network location reputation | ||
* Updated ReversingLabs SDK library version: | ||
* reversinglabs_sdk_py3-2.1.1 upgraded to reversinglabs_sdk_py3-2.3.0 | ||
* Adjusted and unified CSS styles accross all custom views |
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 @@ | ||
reversinglabs-sdk-py3==2.1.1 | ||
reversinglabs-sdk-py3==2.3.0 |
Oops, something went wrong.