Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency python-gvm to v1.6.0 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 1, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
python-gvm ==1.0.0b3 -> ==1.6.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

greenbone/python-gvm (python-gvm)

v1.6.0: python-gvm 1.6.0

Compare Source

1.6.0 - 2020-06-10

Added
  • Extend AliveTest and ScannerType enums.
    #​235
Fixed
  • Fix python-gvm v8/v9 type checks. #​244

v1.5.0: python-gvm 1.5.0

Compare Source

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

v1.4.0: python-gvm 1.4.0

Compare Source

1.4.0

Added
  • Added an API and CLI utilities for the version handling in python-gvm
    #​198
Changed
  • Replaced pipenv with poetry for dependency management. poetry install
    works a bit different then pipenv 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

v1.3.0: python-gvm 1.3.0

Compare Source

1.3.0

Added
  • Added GvmServerError, GvmClientError, GvmResponseError and InvalidArgumentType error type classes #​192
Changed
  • Refactored the InvalidArgument and RequiredArgument errors in the gmp classes #​192
  • Refactored the status response errors in case of a failure in the communication with the server in transform.py #​192

v1.2.0: python-gvm 1.2.0

Compare Source

1.2.0

Added
  • Added DEFAULT_SSH_PORT and DEFAULT_HOSTNAME constants to gmp.connection #​185
  • Added determine_remote_gmp_version and determine_supported_gmp methods to
    gmp.protocols.gmp module #​186
Fixed
  • Added a workaround that fixes the exclude_hosts-bug in the method modify_target.
    See #​187 for more details #​188
  • Fixed value of EntityType.AGENT enum #​190

v1.1.0: python-gvm 1.1.0

Compare Source

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 the usage_type audit #​157
  • Added new create_policy method, to create a config with the usage_type policy #​157
  • Added the new methods create_tls_certificate, modify_tls_certificate and clone_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 to EntityType and FilterType #​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

v1.0.0: python-gvm 1.0.0

Compare Source

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
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/python-gvm-1.x branch from 95f315e to d540426 Compare September 25, 2022 22:00
@sonarcloud
Copy link

sonarcloud bot commented Sep 25, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants