Skip to content

Commit 99607c9

Browse files
splunk-soar-connectors-botDinkoReversingLabsrootmishalp-crestsplunk-soar-connectors-admin
authored
Merging next to main for release 1.3.0 (#12)
* ReversingLabs TitaniumCloud v2: Bugfix - Widget data render (#7) * Fixed data rendering issue in investigation widget * Added info in release notes for new version * Reworked data render for list_user_override to table * Reworked data display for aggregated user override * Connector data output adjusted for list_overrides * Increased version on user agent * Removed global widget css style * ReversingLabs logo update * Updated network_reputation action * Updated json config for user overrides * Removed custom views reference * Highlight associated malware status * Adjusted code to flake8 * Added minimal_data_paths to json * Release notes for version 1.2.1 * ReversingLabs-TitaniumCloud v2: Features - Add new dynamic analysis actions (#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 * Release notes for version 1.3.0 * ReversingLabs-TitaniumCloud v2: Features - Add new dynamic analysis actions 2 (#11) * Remove semgrep workflow file * Merging next to main for release 1.2.1 (#8) * ReversingLabs TitaniumCloud v2: Bugfix - Widget data render (#7) * Fixed data rendering issue in investigation widget * Added info in release notes for new version * Reworked data render for list_user_override to table * Reworked data display for aggregated user override * Connector data output adjusted for list_overrides * Increased version on user agent * Removed global widget css style * ReversingLabs logo update * Updated network_reputation action * Updated json config for user overrides * Removed custom views reference * Highlight associated malware status * Adjusted code to flake8 * Added minimal_data_paths to json * Release notes for version 1.2.1 --------- Co-authored-by: Dinko Jakovljevic <[email protected]> Co-authored-by: root <root@splunksoar> --------- Co-authored-by: mishalp-crest <[email protected]> Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar> Co-authored-by: splunk-soar-connectors-bot <[email protected]> Co-authored-by: root <root@splunksoar> --------- Co-authored-by: Dinko Jakovljevic <[email protected]> Co-authored-by: root <root@splunksoar> Co-authored-by: mishalp-crest <[email protected]> Co-authored-by: splunk-soar-connectors-admin <admin@splunksoar> Co-authored-by: Ishan Shah <[email protected]> Co-authored-by: dhwanis-crest <[email protected]>
1 parent c498ec1 commit 99607c9

30 files changed

+1959
-322
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright (c) ReversingLabs, 2023
189+
Copyright (c) ReversingLabs, 2024
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 190 additions & 70 deletions
Large diffs are not rendered by default.

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File: __init__.py
22
#
3-
# Copyright (c) ReversingLabs, 2023
3+
# Copyright (c) ReversingLabs, 2024
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

chart-4-2-1.js

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manual_readme_content.md

Lines changed: 93 additions & 33 deletions
Large diffs are not rendered by default.

release_notes/1.3.0.md

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

requirements.txt

Lines changed: 1 addition & 1 deletion
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)