-
Notifications
You must be signed in to change notification settings - Fork 3
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.1.0
- Loading branch information
Showing
22 changed files
with
1,310 additions
and
43 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,12 @@ | ||
* Added new actions: | ||
* Get Report By Id | ||
* Get Tasks List | ||
* Delete Processing Task | ||
* Delete Processing Tasks | ||
* Get YARA Id | ||
* Bug fixes: | ||
* Rearranged action output definitions to match order | ||
* Enhancements: | ||
* ReversingLabsSDK dependency updated to 2.5.6 | ||
* Fixed typos | ||
* Added optional parameters for detonate file action |
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.5.6 |
Oops, something went wrong.