Skip to content

Bump reversinglabs-sdk-py3 from 1.4.0 to 2.14.0 in /docker/reversinglabs-sdk-py3#5433

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/docker/reversinglabs-sdk-py3/reversinglabs-sdk-py3-2.14.0
Open

Bump reversinglabs-sdk-py3 from 1.4.0 to 2.14.0 in /docker/reversinglabs-sdk-py3#5433
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/docker/reversinglabs-sdk-py3/reversinglabs-sdk-py3-2.14.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown

Warning

Dependabot will stop supporting python v3.9!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.

Bumps reversinglabs-sdk-py3 from 1.4.0 to 2.14.0.

Release notes

Sourced from reversinglabs-sdk-py3's releases.

2.14.0

Improvements

  • ticloud module

    • Added an optional private argument to the methods of URLThreatIntelligence and NetworkReputation classes.
  • advanced module

    • Added the enriched_malware_detection_feed, enriched_mwp_change_feed, enriched_new_files_feed, enriched_network_iocs_feed and enriched_data_change_feed methods to the AdvancedActions class.

2.13.0

Improvements

  • ticloud module

    • Added the FileReportVT and URLReportVT classes.
    • The submit_url method of the AnalyzeURL now accepts analysis_type as a parameter.
  • advanced module

    • Added the email_file_reputation and full_file_analysis methods to the AdvancedActions class.
  • All ReversingLabs SDK modules now use a Session object from the requests library to reuse connections and make code execution faster.

ReversingLabs SDK Cookbook changes

Improvements

  • Scenarios and Workflows notebooks:
    • Added the advanced_search_to_fif.ipynb, yara_hunt_to_fif.ipynvb and email_file_reputation notebooks.

2.12.0

Improvements

  • ticloud module:
    • Added the SupplyChainIoCFeed class.
    • Added the get_hash_index method to the ImpHashSimilarity class.
    • Added the get_company_information, create_user, list_users, retrieve_user, update_user, reset_password, list_licenses, create_limit, read_license_limits, read_user_limits, update_limit, delete_limit, list_email_alerts and create_or_update_alert methods to the CustomerUsage class.

Removals

  • ticloud module:
    • Removed the TAXIIRansomwareFeed and ExpressionSearch classes.
      • Use TAXIIFeed instead of TAXIIRansomwareFeed.
  • a1000 module:
    • Removed the upload_sample_from_path, upload_sample_from_file, submit_url_for_analysis, submit_url_for_analysis_and_get_report, upload_sample_and_get_summary_report_v2, upload_sample_and_get_detailed_report_v2, advanced_search_v2 and advanced_search_v2_aggregated methods.

ReversingLabs SDK Cookbook changes

Improvements

  • Spectra Intelligence notebooks:

    • Added the indicators_of_compromise.ipynb notebook.
    • Added the supply_chain_ioc_feed.ipynb notebook.
  • Scenarios and Workflows notebooks:

    • Added the yara_extended_threat_hunting.ipynb notebook.

Removals

  • Spectra Intelligence notebooks:

... (truncated)

Changelog

Sourced from reversinglabs-sdk-py3's changelog.

v1.4.0 (2023-01-04)

Improvements

  • ticloud module:
    • Added the ImpHashSimilarity, YARAHunting and YARARetroHunting classes.
  • a1000 module:
    • Added the network_url_report, network_domain_report, network_ip_addr_report, network_ip_to_domain, network_urls_from_ip and network_files_from_ip methods.
    • Added the ticloud parameter into the advanced_search_v2 and advanced_search_v2_aggregated methods.

v2.0.0 (2023-02-27)

Improvements

  • Added a new module for using the ReversingLabs Cloud Deep Scan service called clouddeepscan.
  • clouddeepscan module:
    • Class CloudDeepScan methods: upload_sample, fetch_submission, fetch_submission_history, download_report

v2.1.0 (2023-03-31)

Deprecations

  • ticloud module:
    • Deprecated the ranalyze_samples method of the ReanalyzeFile class. This method will be removed from the SDK in the future September 2023. release. A new method called reanalyze_samples of the same ReanalyzeFile class should be used instead.

Improvements

  • ticloud module:
    • Added the FileReputationUserOverride, DomainThreatIntelligence and IPThreatIntelligence classes.
    • Included an adjustable results_per_page parameter into several methods that perform paging automatically.
    • The detonate_sample method of the DynamicAnalysis class now also accepts "macos11" as the platform parameter.
    • The detonate_sample method of the DynamicAnalysis class now accepts the internet_simulation parameter.
  • a1000 module:
    • All sample submission methods now also accept "macos_11" as the rl_cloud_sandbox_platform parameter.
  • tiscale module:
    • Added the list_processing_tasks, get_processing_task_info, delete_processing_task, delete_multiple_tasks and get_yara_id methods.
    • Added support for the custom_token, user_data and custom_data parameters in existing sample upload methods.

Bugfixes

  • a1000 module:
    • Leaving the fields parameter in the get_titanium_core_report_v2 method as None now results in requesting all the available fields instead of throwing an exception.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [reversinglabs-sdk-py3](https://github.com/reversinglabs/reversinglabs-sdk-py3) from 1.4.0 to 2.14.0.
- [Release notes](https://github.com/reversinglabs/reversinglabs-sdk-py3/releases)
- [Changelog](https://github.com/reversinglabs/reversinglabs-sdk-py3/blob/main/CHANGELOG.md)
- [Commits](https://github.com/reversinglabs/reversinglabs-sdk-py3/commits/2.14.0)

---
updated-dependencies:
- dependency-name: reversinglabs-sdk-py3
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants