Skip to content

python-gvm 1.5.0

Compare
Choose a tag to compare
@bjoernricks bjoernricks released this 12 May 08:27
4dc4f9a

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