15
0

- update to version 2.4.0:

- Enhancements:
  - Early implementation of exception handling for SSL properties; analyzer. AnalyzerError now available as a base exception type.
  - SSL certs will now populate their own ip property, accessing the SSL history API when needed to fill in the details.
  - New iphistory property of SSL certs to support the ip property and give direct access to the historial results.
  - Used the tldextract Python library to expose useful properties on Hostname objects such as tld, registered_domain, and subdomain
  - Change default days back for date-aware searches to 90 days (was 30)
  - Reject IPs as strings for Hostname objects
  - Ensure IPs are used when instantiating IPAddress objects
  - Defang hostnames (i.e. analyzer.Hostname('api[.]riskiq[.]net') )
  - Support for Articles as a property of Hostnames and IPs, with autoloading for detailed fields including indicators, plus easy access to a list of all articles directly from analyzer.AllArticles()
  - Support for Malware as a property of Hostnames and IPs
  - Better coverage of pretty printing and dictionary representation across analyzer objects.
 - Bug Fixes:
  - Exception handling when no details found for an SSL certificate.
  - Proper handling of None types that may have prevented result caching

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=13
This commit is contained in:
2021-05-14 14:05:01 +00:00
committed by Git OBS Bridge
parent de621a59e2
commit 84763d2051
4 changed files with 24 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-passivetotal
Version: 2.3.0
Version: 2.4.0
Release: 0
Summary: Client for the PassiveTotal REST API
License: GPL-2.0-only