Skip to content

Commit e771ad8

Browse files
ReversingLabs-TitaniumCloud v2: Features - Add new dynamic analysis actions (splunk-soar-connectors#9)
* Added support for url analysis and contextual actions * Added support for new url in views and connector * Validate sha1 provided url and support both url and sha1 for report * Added contextual actions for advanced search view * Added merged report field in view * Added support for color coding in dropped files * Apply classification to view control * Adjusted data display on view * Bumped version to 1.3.0 * Added new version of RL SDK * Rearrange field for analysis_id classification * Fixed color coding for dropped files * Removed yanked pypi version of RL SDK * Raise phantom version per MR static analysis * Added required data path to new actions * Fix ordering of action output parameters * Pep8 formatting * Added action_result.status to new functions
1 parent 2729256 commit e771ad8

26 files changed

+1767
-247
lines changed

Diff for: chart-4-2-1.js

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: manual_readme_content.md

+93-33
Large diffs are not rendered by default.

Diff for: release_notes/unreleased.md

+15
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
11
**Unreleased**
2+
* Added new actions:
3+
* dynamic url analysis results - TCA - 0106 - Retrieve dynamic analysis results for url
4+
* submit url for dynamic analysis - TCA - 0207 - Submit an url sample for dynamic analysis
5+
6+
* Updated ReversingLabs SDK library version:
7+
* reversinglabs_sdk_py3-2.3.0 upgraded to reversinglabs_sdk_py3-2.4.2
8+
9+
* Bug fixes:
10+
* Applied fixes to the data rendering on executed action within application widget in investigation pane across actions
11+
12+
* Enhancements:
13+
* Removed external CDN chartjs script in networking api
14+
* Adjusted custom view in action dynamic analysis results and submit for dynamic analysis
15+
* Added chartjs library with application package and accessed with app_resource endpoint
16+
* Unified CSS style in widget and custom views

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
reversinglabs-sdk-py3==2.3.0
1+
reversinglabs-sdk-py3==2.4.2

0 commit comments

Comments
 (0)