14
0
forked from pool/python-shodan

- update to version 1.11.1:

* Allow a single network alert to monitor multiple IP ranges (#93)
- update to version 1.11.0:
 * New command **shodan scan list** to list recently launched scans
 * New command **shodan alert triggers** to list the available notification triggers
 * New command **shodan alert enable** to enable a notification trigger
 * New command **shodan alert disable** to disable a notification trigger
 * New command **shodan alert info** to show details of a specific alert
 * Include timestamp, vulns and tags in CSV converter (#85)
 * Fixed bug that caused an exception when parsing uncompressed data files in Python3
 * Code quality improvements

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-shodan?expand=0&rev=23
This commit is contained in:
Sebastian Wagner
2019-03-16 16:17:14 +00:00
committed by Git OBS Bridge
parent e06b50a8c4
commit c04ca9928b
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Mar 16 14:57:46 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 1.11.1:
* Allow a single network alert to monitor multiple IP ranges (#93)
- update to version 1.11.0:
* New command **shodan scan list** to list recently launched scans
* New command **shodan alert triggers** to list the available notification triggers
* New command **shodan alert enable** to enable a notification trigger
* New command **shodan alert disable** to disable a notification trigger
* New command **shodan alert info** to show details of a specific alert
* Include timestamp, vulns and tags in CSV converter (#85)
* Fixed bug that caused an exception when parsing uncompressed data files in Python3
* Code quality improvements
-------------------------------------------------------------------
Tue Dec 4 12:54:14 UTC 2018 - Matej Cepl <mcepl@suse.com>