Skip to content

Bump reversinglabs-sdk-py3 from 1.4.0 to 2.6.2 in /docker/reversinglabs-sdk-py3#3882

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/docker/reversinglabs-sdk-py3/reversinglabs-sdk-py3-2.6.2
Closed

Bump reversinglabs-sdk-py3 from 1.4.0 to 2.6.2 in /docker/reversinglabs-sdk-py3#3882
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/docker/reversinglabs-sdk-py3/reversinglabs-sdk-py3-2.6.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Bumps reversinglabs-sdk-py3 from 1.4.0 to 2.6.2.

Release notes

Sourced from reversinglabs-sdk-py3's releases.

2.6.2

Improvements

  • Added more unit tests for all currently available modules.

2.6.1

Improvements

  • Added more unit tests for all currently available modules.

2.6.0

Improvements

  • ticloud module:

    • Added the following text to the docstrings for the ticloud.URLThreatIntelligence.get_url_analysis_feed_from_date and ticloud.URLThreatIntelligence.get_url_analysis_feed_from_date_aggregated methods: "It is possible to list analyses up to 90 days into the past."
    • Added the get_objects_aggregated method to the TAXIIRansomwareFeed class.
    • The ticloud.DynamicAnalysis.detonate_sample method now has a sample_hash parameter that accepts SHA-1, SHA-256 and MD5 hashes. See the Deprecations section for more info.
    • The ticloud.DynamicAnalysis.detonate_sample method now has a sample_name parameter that enable the user to define a custom sample name.
    • Added the option to fetch all results in auto paging (aggregating) methods. From now on, in such methods, setting the max_results parameter to None returns all results.
  • a1000 module:

    • The get_yara_ruleset_matches_v2 method now also accepts a list u of multiple ruleset names as the ruleset_name parameter.
    • Added the upload_sample_and_get_detailed_report_v2 method.
    • Added the option to fetch all results in auto paging (aggregating) methods. From now on, in such methods, setting the max_results parameter to None returns all results.

Deprecations

  • ticloud module:
    • The sample_sha1 parameter of the ticloud.DynamicAnalysis.detonate_sample method is deprecated and will be removed in 6 months. Use the sample_hash parameter instead.

2.5.6

Improvements

  • a1000 module:
    • Reintroduced the a1000.A1000.advanced_search_v2 method. This method will remain in the DEPRECATED state until its permanent removal from the SDK. The permanent removal date will be announced in the CHANGELOG's "Scheduled removals" section. In the meantime, the use of a1000.A1000.advanced_search_v3 is highly advised.

2.5.5

Bugfixes

  • a1000 module:
    • Changed the risk_score parameter's type hint from str to int in set_classification method's docstring.

2.5.4

Improvements

  • Updated the Python package dependencies to:
    • requests>=2.31.0
    • urllib3>=2.0.7

2.5.3

Bugfixes

  • ticloud module:
    • The classification override parameter in the override_classification method of the FileReputationUserOverride now works as expected due to a payload fix.

Removals

  • clouddeepscan module:
    • Dropped support for the clouddeepscan module. As of this version, the module is removed from the SDK.

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.6.2.
- [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.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2024

Superseded by #3947.

@dependabot dependabot bot closed this Jul 25, 2024
@dependabot dependabot bot deleted the dependabot/pip/docker/reversinglabs-sdk-py3/reversinglabs-sdk-py3-2.6.2 branch July 25, 2024 12:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants