Releases: greenbone/python-gvm
Releases · greenbone/python-gvm
python-gvm 20.9.0
python-gvm 20.8.1
20.8.1 - 2020-09-01
Added
- Added
AlertMethods
: Alemba vFire, Tippingpoint SMS #275 - Added
AlertConditions
: Error, SeverityChanged #275 - Added
AlertEvents
: Assigned ticket changed, Owned ticket changed, Ticket received #275
Changed
pretty_print()
has a new argument that can optionally handle a file. The output is redirected to this file. default issys.stdout
, as it is for build-inprint()
#277
Fixed
ARP_PING
is now a field ofAliveTypes
, the oldAPR_PING
name is still available. #281
python-gvm 20.8.0
python-gvm 1.6.0
python-gvm 1.5.0
1.5.0 - 2020-05-12
Added
- Add full support for audits and policies. Add
get_policy
,get_policies
,
clone_policy
,delete_policy
,get_audit
,get_audits
,clone_audit
and
delete_audit
methods to GMPv9 class. Also do not return policies for config
requests and audits for task requests #223
Changed
- If it isn't possible to connect to a Unix Domain Socket a GvmError is raised
now #207
Removed
- Dropped version handling code from python-gvm and replaced it with using
pontos.version #213
python-gvm 1.4.0
1.4.0
Added
- Added an API and CLI utilities for the version handling in python-gvm
#198
Changed
- Replaced
pipenv
withpoetry
for dependency management.poetry install
works a bit different thenpipenv install
. It installs dev packages by
default and also python-gvm in editable mode. This means after running
poetry install
gvm will directly be importable in the virtual python
environment. #197 - Update error classes to always have meaningful
__str__
and__repr__
method. This allows for easier error printing
#199
python-gvm 1.3.0
python-gvm 1.2.0
python-gvm 1.1.0
Added
- Added ignore_pagination and details arguments for get_report #163
- Introduced Gmpv9 for GMP 9 support #157, #165, #166
- Added new
create_audit
method, to create a task with theusage_type
audit
#157 - Added new
create_policy
method, to create a config with theusage_type
policy
#157 - Added the new methods
create_tls_certificate
,modify_tls_certificate
andclone_tls_certificate
to create, modify and copy TLS certificates #157 - Added the new method
get_tls_certificates
, to request TLS certificates from the server #157 - Added the new method
get_tls_certificate
, to request a single TLS certificate from the server #166
Changed
- Use Gmpv9 in gvm.protocols.latest module #165
- Added type
TLS_CERTIFICATE
toEntityType
andFilterType
#157 - Changed the
DEFAULT_UNIX_SOCKET_PATH
#119
Deprecated
- Mark make_unique argument of create_target Gmpv8 as deprecated and ignore it. It is already ignored by gvmd with GMP 8 #156
python-gvm 1.0.0
This is the first release of python-gvm. Compared to the last beta release it contains the following changes:
Changed
- Return version tuple from get_protocol_version methods #154