OpenCTI-Platform / connectors

OpenCTI Connectors
https://www.opencti.io
Apache License 2.0
341 stars 370 forks source link

Update dependency reversinglabs-sdk-py3 to v2.6.0 #2270

Closed renovate[bot] closed 4 days ago

renovate[bot] commented 4 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
reversinglabs-sdk-py3 ==2.5.6 -> ==2.6.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

reversinglabs/reversinglabs-sdk-py3 (reversinglabs-sdk-py3) ### [`v2.6.0`](https://togithub.com/reversinglabs/reversinglabs-sdk-py3/blob/HEAD/CHANGELOG.md#260-2024-06-28) [Compare Source](https://togithub.com/reversinglabs/reversinglabs-sdk-py3/compare/2.5.6...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. ##### Scheduled removals - **December 2024.**: - In the `ticloud.DynamicAnalysis.detonate_sample` method the `sample_sha1` parameter will be removed.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.