diff --git a/passivetotal-2.5.4.tar.gz b/passivetotal-2.5.4.tar.gz deleted file mode 100644 index 5231399..0000000 --- a/passivetotal-2.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7896269acfcddb5ee649a06878b1e237ae771ab2063ebdaca3bf46f60e333a3c -size 97273 diff --git a/passivetotal-2.5.5.tar.gz b/passivetotal-2.5.5.tar.gz new file mode 100644 index 0000000..5dff49f --- /dev/null +++ b/passivetotal-2.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e51c37bd57ee7f2f51fb6518e7415e8e8c481f973645600ea67358d6d200225 +size 103514 diff --git a/python-passivetotal.changes b/python-passivetotal.changes index 64f04f0..4b8476c 100644 --- a/python-passivetotal.changes +++ b/python-passivetotal.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Sep 18 20:05:15 UTC 2021 - Sebastian Wagner + +- update to version 2.5.5: + - Enhancements: + - Support for new RiskIQ Illuminate Vulnerability Intelligence API endpoints in core API library. + - New `cves` property of AttackSurface objects finds vulnerabilities impacting assets within that + attack surface. Works identically for the primary (your own) attack surface and third-party + attack surfaces. + - New `AttackSurfaceCVEs` record list to contain a list of `AttackSurfaceCVE` objects, with properties + to access the vulnerability report, RiskIQ priority score, and list of impacted assets. + - New `VulnArticle` object to provide details on a CVE and discover the list of third-party vendors + with assets impacted by the vuln. Custom views in the article's `to_dataframe()` method render + dataframes focused on article references, component detections, and third-party impacts. + - New helper method `analyzer.AttackSurface()` to directly load an attack surface. Works without params to load + the main attack surface, with an ID to load a third-party vendor attack surface by ID, or with a string + to find an attack surface by vendor name. + - Re-organized Illuminate-specific code in the `analyzer` module into distinct files located under a + subpackage. Existing imports in client code should not be impacted. + - Pull Requests: + - Publishes pull request #38 "Remove ez_setup dependancy." + ------------------------------------------------------------------- Fri Aug 20 19:48:31 UTC 2021 - Sebastian Wagner diff --git a/python-passivetotal.spec b/python-passivetotal.spec index 16819d0..956a3a6 100644 --- a/python-passivetotal.spec +++ b/python-passivetotal.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-passivetotal -Version: 2.5.4 +Version: 2.5.5 Release: 0 Summary: Client for the PassiveTotal REST API License: GPL-2.0-only