python-gvm 27.5.0__tar.gz → 27.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_gvm-27.5.0 → python_gvm-27.7.0}/PKG-INFO +4 -4
- {python_gvm-27.5.0 → python_gvm-27.7.0}/README.md +1 -1
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/__version__.py +1 -1
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/_gmpnext.py +166 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/__init__.py +4 -0
- python_gvm-27.7.0/gvm/protocols/gmp/requests/next/_audit_report.py +39 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_hosts.py +39 -0
- python_gvm-27.7.0/gvm/protocols/gmp/requests/next/_scan_report.py +113 -0
- python_gvm-27.7.0/gvm/protocols/http/openvasd/_client.py +93 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/openvasd/_openvasd1.py +3 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/pyproject.toml +3 -3
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/audit_report/__init__.py +16 -0
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/audit_report/test_get_audit_report.py +54 -0
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/audit_report/test_get_audit_report_legacy.py +85 -0
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/report_hosts/test_get_audit_report_hosts.py +57 -0
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/scan_reports/__init__.py +16 -0
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/scan_reports/test_export_scan_report.py +138 -0
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/scan_reports/test_get_scan_report.py +54 -0
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/test_audit_report.py +20 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_hosts.py +9 -0
- python_gvm-27.7.0/tests/protocols/gmpnext/entities/test_scan_reports.py +18 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/openvasd/test_client.py +42 -6
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/openvasd/test_openvasd1.py +33 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/uv.lock +66 -69
- python_gvm-27.5.0/gvm/protocols/http/openvasd/_client.py +0 -79
- {python_gvm-27.5.0 → python_gvm-27.7.0}/.gitignore +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/LICENSE +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/Makefile +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/_static/custom.css +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/_static/greenbone.png +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/_static/logo.svg +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/api.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/connections.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/errors.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/gmp.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/gmpnext.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/gmpv224.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/gmpv225.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/gmpv226.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/gmpv227.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/http.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/main.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/openvasdv1/health.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/openvasdv1/metadata.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/openvasdv1/notus.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/openvasdv1/scans.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/openvasdv1/vts.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/openvasdv1.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/ospv1.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/other.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/protocols.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/api/transforms.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/conf.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/favicon.png +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/index.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/install.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/requirements.txt +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/docs/usage.md +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/_enum.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/connections/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/connections/_connection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/connections/_debug.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/connections/_ssh.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/connections/_tls.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/connections/_unix.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/errors.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/_protocol.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/core/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/core/_connection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/core/_request.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/core/_response.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/_gmp.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/_gmp224.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/_gmp225.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/_gmp226.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/_gmp227.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/_entity_id.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/_version.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_agent_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_agent_installer_instructions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_agents.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_credential_stores.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_integration_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_oci_image_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_applications.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_closed_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_errors.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_ports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_report_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/next/_web_application_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_aggregates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_alerts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_audits.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_auth.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_cert_bund_advisories.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_cpes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_dfn_cert_advisories.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_entity_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_feed.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_help.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_notes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_nvts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_overrides.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_permissions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_policies.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_port_lists.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_report_formats.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_results.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_roles.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_scan_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_schedules.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_secinfo.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_severity.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_system_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_tags.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_tickets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_trashcan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_user_settings.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_users.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v224/_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v225/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v225/_resource_names.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v226/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v226/_audit_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v226/_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v226/_report_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v226/_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v226/_resource_names.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v227/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/gmp/requests/v227/_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/openvasd/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/openvasd/_api.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/openvasd/_health.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/openvasd/_metadata.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/openvasd/_notus.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/openvasd/_scans.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/http/openvasd/_vts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/latest.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/next.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/protocols/ospv1.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/py.typed +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/transforms.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/utils.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/gvm/xml.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/connections/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/connections/test_debug_connection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/connections/test_gvm_connection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/connections/test_ssh_connection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/connections/test_tls_connection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/connections/test_unix_socket_connection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/core/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/core/test_connection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/core/test_request.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/core/test_response.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/core/test_states.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/core/test_xml_reader.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/test_version.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_aggregates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_alerts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_audits.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_auth.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_cert_bund_advisories.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_cpes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_dfn_cert_advisories.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_feed.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_help.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_notes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_nvts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_overrides.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_permissions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_policies.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_port_lists.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_report_formats.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_results.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_roles.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_scan_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_schedules.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_secinfo.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_system_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_tags.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_tickets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_trashcan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_user_settings.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_users.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v224/test_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v225/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v225/test_resource_names.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v226/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v226/test_audit_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v226/test_filter_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v226/test_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v226/test_report_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v226/test_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/requests/v226/test_resource_names.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmp/test_context_manager.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_groups/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_clone_agent_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_create_agent_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_delete_agent_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_get_agent_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_get_agent_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_modify_agent_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_installer_instructions/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agent_installer_instructions/test_get_aget_installer_instruction.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agents/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agents/test_delete_agents.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agents/test_get_agent_support_bundle.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agents/test_get_agents.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agents/test_modify_agent_controller_scan_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agents/test_modify_agents.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/agents/test_sync_agents.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/credential_stores/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/credential_stores/test_get_credential_stores.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/credential_stores/test_modify_credential_stores.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/credential_stores/test_verify_credential_stores.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/credentials/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/credentials/test_create_credential_store_credential.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/credentials/test_modify_credential_store_credential.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/integration_configs/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/integration_configs/test_get_integration_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/integration_configs/test_get_integration_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/integration_configs/test_modify_integration_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_clone_oci_image_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_create_oci_image_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_delete_oci_image_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_get_oci_image_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_get_oci_image_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_modify_oci_image_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_applications/test_get_report_applications.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_closed_cves/test_get_report_closed_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_cves/test_get_report_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_errors/test_get_report_errors.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_hosts/test_get_report_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_operating_systems/test_get_report_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_ports/test_get_report_ports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_tls_certificates/test_get_report_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/report_vulnerabilities/test_get_report_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/targets/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/targets/test_clone_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/targets/test_create_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/targets/test_delete_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/targets/test_get_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/targets/test_get_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/targets/test_modify_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_clone_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_agent_group_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_container_image_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_container_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_import_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_web_application_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_delete_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_get_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_get_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_modify_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_move_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_resume_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_start_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/tasks/test_stop_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_agent_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_agent_installer_instructions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_agents.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_alerts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_audit_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_audits.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_credential_stores.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_integration_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_notes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_oci_image_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_overrides.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_permissions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_policies.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_port_lists.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_applications.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_closed_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_errors.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_formats.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_ports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_report_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_resource_names.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_results.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_roles.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_scan_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_schedules.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_secinfo.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_tags.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_tickets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_users.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/test_web_application_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/web_application_targets/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/web_application_targets/test_clone_web_application_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/web_application_targets/test_create_web_application_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/web_application_targets/test_delete_web_application_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/web_application_targets/test_get_web_application_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/web_application_targets/test_get_web_application_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/entities/web_application_targets/test_modify_web_application_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_alert_condition.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_alert_event.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_alert_method.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_alive_test.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_credential_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_credential_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_entity_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_feed_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_filter_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_help_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_hosts_ordering.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_info_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_permission_subject_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_port_range_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_report_format_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_resource_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_scanner_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_sort_order.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_ticket_status.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpnext/enums/test_user_auth_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/test_clone_alert.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/test_create_alert.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/test_delete_alert.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/test_get_alert.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/test_get_alerts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/test_modify_alert.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/test_test_alert.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/alerts/test_trigger_alert.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_clone_audit.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_create_audit.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_delete_audit.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_get_audit.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_get_audits.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_modify_audit.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_resume_audit.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_start_audit.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/audits/test_stop_audit.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/credentials/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/credentials/test_clone_credential.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/credentials/test_create_credential.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/credentials/test_delete_credential.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/credentials/test_get_credential.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/credentials/test_get_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/credentials/test_modify_credential.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/filters/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/filters/test_clone_filter.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/filters/test_create_filter.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/filters/test_delete_filter.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/filters/test_get_filter.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/filters/test_get_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/filters/test_modify_filter.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/groups/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/groups/test_clone_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/groups/test_create_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/groups/test_delete_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/groups/test_get_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/groups/test_get_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/groups/test_modify_group.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/hosts/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/hosts/test_create_host.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/hosts/test_delete_host.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/hosts/test_get_host.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/hosts/test_get_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/hosts/test_modify_host.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/notes/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/notes/test_clone_note.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/notes/test_create_note.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/notes/test_delete_note.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/notes/test_get_note.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/notes/test_get_notes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/notes/test_modify_note.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/operating_systems/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/operating_systems/test_delete_operating_system.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_system.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/operating_systems/test_modify_operating_system.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/overrides/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/overrides/test_clone_override.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/overrides/test_create_override.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/overrides/test_delete_override.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/overrides/test_get_override.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/overrides/test_get_overrides.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/overrides/test_modify_override.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/permissions/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/permissions/test_clone_permission.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/permissions/test_create_permission.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/permissions/test_delete_permission.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/permissions/test_get_permission.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/permissions/test_get_permissions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/permissions/test_modify_permission.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_clone_policy.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_create_policy.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_delete_policy.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_get_policies.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_get_policy.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_import_policy.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_comment.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_family_selection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_name.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_preference.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_selection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_scanner_preference.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/test_clone_port_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/test_create_port_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/test_create_port_range.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_range.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/test_get_port_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/test_get_port_lists.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/port_lists/test_modify_port_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/report_formats/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/report_formats/test_clone_report_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/report_formats/test_delete_report_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/report_formats/test_get_report_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/report_formats/test_get_report_formats.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/report_formats/test_import_report_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/report_formats/test_modify_report_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/report_formats/test_verify_report_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/reports/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/reports/test_delete_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/reports/test_get_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/reports/test_get_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/reports/test_import_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/results/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/results/test_get_result.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/results/test_get_results.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/roles/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/roles/test_clone_role.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/roles/test_create_role.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/roles/test_delete_role.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/roles/test_get_role.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/roles/test_get_roles.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/roles/test_modify_role.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_clone_scan_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_create_scan_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_delete_scan_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preference.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preferences.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_import_scan_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_comment.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_family_selection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_name.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_preference.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_selection.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_scanner_preference.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scanners/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scanners/test_clone_scanner.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scanners/test_create_scanner.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scanners/test_delete_scanner.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scanners/test_get_scanner.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scanners/test_get_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scanners/test_modify_scanner.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/scanners/test_verify_scanner.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/schedules/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/schedules/test_clone_schedule.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/schedules/test_create_schedule.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/schedules/test_delete_schedule.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/schedules/test_get_schedule.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/schedules/test_get_schedules.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/schedules/test_modify_schedule.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisories.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisory.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cpe.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cpes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cve.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cves.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisories.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisory.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_info.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_info_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_families.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preference.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preferences.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definition.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definitions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvt.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tags/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tags/test_clone_tag.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tags/test_create_tag.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tags/test_delete_tag.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tags/test_get_tag.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tags/test_get_tags.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tags/test_modify_tag.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/targets/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/targets/test_clone_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/targets/test_create_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/targets/test_delete_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/targets/test_get_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/targets/test_get_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/targets/test_modify_target.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_clone_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_create_container_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_create_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_delete_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_get_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_get_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_modify_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_move_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_resume_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_start_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tasks/test_stop_task.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_alerts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_audits.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_notes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_overrides.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_permissions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_policies.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_port_lists.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_report_formats.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_results.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_roles.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_scan_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_schedules.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_secinfo.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_tags.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_tickets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_users.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/test_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tickets/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tickets/test_clone_ticket.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tickets/test_create_ticket.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tickets/test_delete_ticket.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tickets/test_get_ticket.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tickets/test_get_tickets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tickets/test_modify_ticket.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tls_certificates/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_clone_tls_certificate.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_create_tls_certificate.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_delete_tls_certificate.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificate.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_modify_tls_certificate.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/users/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/users/test_clone_user.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/users/test_create_user.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/users/test_delete_user.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/users/test_get_user.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/users/test_get_users.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/users/test_modify_user.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/vulnerabilities/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerability.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_alert_condition.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_alert_event.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_alert_method.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_alive_test.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_credential_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_credential_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_entity_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_feed_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_filter_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_help_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_hosts_ordering.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_info_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_permission_subject_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_port_range_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_report_format_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_scanner_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_sort_order.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_ticket_status.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/enums/test_user_auth_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/aggregates/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/aggregates/test_get_aggregates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/authentication/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/authentication/test_authenticate.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/authentication/test_describe_auth.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/authentication/test_modify_auth.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/feed/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/feed/test_get_feed.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/feed/test_get_feeds.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/help/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/help/test_help.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/system_reports/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/system_reports/test_get_system_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/test_aggregates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/test_authentication.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/test_feed.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/test_help.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/test_system_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/test_trashcan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/test_user_settings.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/test_versions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/trashcan/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/trashcan/test_empty_trashcan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/trashcan/test_restore_from_trashcan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/user_settings/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/user_settings/test_get_user_setting.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/user_settings/test_get_user_settings.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/user_settings/test_modify_user_setting.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/versions/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/system/versions/test_get_version.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/test_gmp_types.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv224/test_with_statement.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/resourcenames/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_name.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_names_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_alerts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_audits.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_notes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_overrides.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_permissions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_policies.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_port_lists.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_report_formats.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_resource_names.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_results.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_roles.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_scan_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_schedules.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_secinfo.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_tags.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_tickets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_users.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/entities/test_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_alert_condition.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_alert_event.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_alert_method.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_alive_test.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_credential_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_credential_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_entity_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_feed_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_filter_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_help_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_hosts_ordering.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_info_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_permission_subject_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_port_range_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_report_format_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_resource_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_scanner_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_sort_order.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_ticket_status.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/enums/test_user_auth_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/test_aggregates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/test_authentication.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/test_feed.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/test_help.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/test_system_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/test_trashcan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/test_user_settings.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/test_versions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/versions/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/test_gmp_types.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv225/test_with_statement.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/audit_reports/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/audit_reports/test_delete_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/audit_reports/test_get_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/audit_reports/test_get_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/report_configs/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/report_configs/test_clone_report_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/report_configs/test_create_report_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/report_configs/test_delete_report_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/report_configs/test_get_report_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/report_configs/test_get_report_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/report_configs/test_modify_report_config.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/reports/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/reports/test_delete_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/reports/test_get_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/reports/test_get_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/reports/test_import_report.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/resourcenames/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_name.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_names_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_alerts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_audit_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_audits.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_notes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_overrides.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_permissions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_policies.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_port_lists.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_report_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_report_formats.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_resource_names.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_results.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_roles.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_scan_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_schedules.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_secinfo.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_tags.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_tickets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_users.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/entities/test_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_alert_condition.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_alert_event.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_alert_method.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_alive_test.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_credential_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_credential_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_entity_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_feed_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_filter_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_help_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_hosts_ordering.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_info_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_permission_subject_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_port_range_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_report_format_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_resource_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_scanner_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_sort_order.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_ticket_status.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/enums/test_user_auth_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/test_aggregates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/test_authentication.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/test_feed.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/test_help.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/test_system_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/test_trashcan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/test_user_settings.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/test_versions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/versions/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/test_gmp_types.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv226/test_with_statement.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/scanners/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/scanners/test_create_scanner.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/scanners/test_modify_scanner.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_alerts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_audit_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_audits.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_credentials.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_filters.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_groups.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_hosts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_notes.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_operating_systems.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_overrides.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_permissions.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_policies.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_port_lists.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_report_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_report_formats.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_reports.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_resource_names.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_results.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_roles.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_scan_configs.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_scanners.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_schedules.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_secinfo.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_tags.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_targets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_tasks.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_tickets.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_tls_certificates.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_users.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/entities/test_vulnerabilities.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_alert_condition.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_alert_event.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_alert_method.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_alive_test.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_credential_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_credential_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_entity_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_feed_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_filter_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_help_format.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_hosts_ordering.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_info_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_permission_subject_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_port_range_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_report_format_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_resource_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_scanner_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_sort_order.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_ticket_status.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/gmpv227/enums/test_user_auth_type.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/openvasd/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/openvasd/test_health.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/openvasd/test_metadata.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/openvasd/test_notus.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/openvasd/test_scans.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/http/openvasd/test_vts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/test_osp_delete_scan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/test_osp_get_scanner_details.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/test_osp_get_scans.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/test_osp_get_version.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/test_osp_get_vts.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/test_osp_help.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/test_osp_start_scan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/osp/test_osp_stop_scan.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/test_latest.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/protocols/test_next.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/test_enum.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/test_errors.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/transforms/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/transforms/test_check_command_transform.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/transforms/test_etree_check_command_transform.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/transforms/test_etree_transform.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/test_add_filter.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/test_check_command_status.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/test_check_port.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/test_deprecation.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/test_is_list_like.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/test_to_base64.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/test_to_bool.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/utils/test_to_comma_list.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/xml/__init__.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/xml/test.file +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/xml/test_parse_xml.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/xml/test_pretty_print.py +0 -0
- {python_gvm-27.5.0 → python_gvm-27.7.0}/tests/xml/test_xml_command.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
2
|
Name: python-gvm
|
|
3
|
-
Version: 27.
|
|
3
|
+
Version: 27.7.0
|
|
4
4
|
Summary: Library to communicate with remote servers over GMP or OSP
|
|
5
5
|
Project-URL: Homepage, https://github.com/greenbone/python-gvm/
|
|
6
6
|
Project-URL: Repository, https://github.com/greenbone/python-gvm/
|
|
@@ -22,10 +22,10 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
22
22
|
Requires-Python: <4,>=3.10
|
|
23
23
|
Requires-Dist: httpx[http2]<0.29,>=0.28.1
|
|
24
24
|
Requires-Dist: lxml>=4.5.0
|
|
25
|
-
Requires-Dist: paramiko
|
|
25
|
+
Requires-Dist: paramiko<6,>=5.0.0
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
|
|
28
|
-

|
|
29
29
|
|
|
30
30
|
# Greenbone Vulnerability Management Python Library <!-- omit in toc -->
|
|
31
31
|
|
|
@@ -16,6 +16,7 @@ from .requests.next import (
|
|
|
16
16
|
AgentInstallerInstructions,
|
|
17
17
|
Agents,
|
|
18
18
|
AliveTest,
|
|
19
|
+
AuditReport,
|
|
19
20
|
Credentials,
|
|
20
21
|
CredentialStoreCredentialType,
|
|
21
22
|
CredentialStores,
|
|
@@ -30,12 +31,14 @@ from .requests.next import (
|
|
|
30
31
|
ReportPorts,
|
|
31
32
|
ReportTlsCertificates,
|
|
32
33
|
ReportVulnerabilities,
|
|
34
|
+
ScanReports,
|
|
33
35
|
Targets,
|
|
34
36
|
Tasks,
|
|
35
37
|
WebApplicationTargets,
|
|
36
38
|
)
|
|
37
39
|
from .requests.v224 import AliveTest as AliveTestV224
|
|
38
40
|
from .requests.v224 import HostsOrdering
|
|
41
|
+
from .requests.v226 import ReportFormatType
|
|
39
42
|
|
|
40
43
|
|
|
41
44
|
class GMPNext(GMPv227[T]):
|
|
@@ -1089,6 +1092,36 @@ class GMPNext(GMPv227[T]):
|
|
|
1089
1092
|
)
|
|
1090
1093
|
)
|
|
1091
1094
|
|
|
1095
|
+
def get_audit_report_hosts(
|
|
1096
|
+
self,
|
|
1097
|
+
report_id: EntityID,
|
|
1098
|
+
*,
|
|
1099
|
+
filter_string: str | None = None,
|
|
1100
|
+
filter_id: str | None = None,
|
|
1101
|
+
ignore_pagination: bool | None = None,
|
|
1102
|
+
details: bool | None = True,
|
|
1103
|
+
) -> T:
|
|
1104
|
+
"""Request hosts of a single audit report.
|
|
1105
|
+
|
|
1106
|
+
Args:
|
|
1107
|
+
report_id: UUID of an existing report.
|
|
1108
|
+
filter_string: Filter term to use to filter results in the report
|
|
1109
|
+
filter_id: UUID of filter to use to filter results in the report
|
|
1110
|
+
ignore_pagination: Whether to ignore the filter terms "first" and
|
|
1111
|
+
"rows".
|
|
1112
|
+
details: Request additional report host information details.
|
|
1113
|
+
Defaults to True.
|
|
1114
|
+
"""
|
|
1115
|
+
return self._send_request_and_transform_response(
|
|
1116
|
+
ReportHosts.get_audit_report_hosts(
|
|
1117
|
+
report_id=report_id,
|
|
1118
|
+
filter_string=filter_string,
|
|
1119
|
+
filter_id=filter_id,
|
|
1120
|
+
ignore_pagination=ignore_pagination,
|
|
1121
|
+
details=details,
|
|
1122
|
+
)
|
|
1123
|
+
)
|
|
1124
|
+
|
|
1092
1125
|
def get_report_operating_systems(
|
|
1093
1126
|
self,
|
|
1094
1127
|
report_id: EntityID,
|
|
@@ -1642,3 +1675,136 @@ class GMPNext(GMPv227[T]):
|
|
|
1642
1675
|
tasks=tasks,
|
|
1643
1676
|
)
|
|
1644
1677
|
)
|
|
1678
|
+
|
|
1679
|
+
def get_scan_report(
|
|
1680
|
+
self,
|
|
1681
|
+
scan_report_id: EntityID,
|
|
1682
|
+
*,
|
|
1683
|
+
filter_string: str | None = None,
|
|
1684
|
+
filter_id: str | None = None,
|
|
1685
|
+
) -> T:
|
|
1686
|
+
""" "Request a structured summary of a single scan report.
|
|
1687
|
+
|
|
1688
|
+
Args:
|
|
1689
|
+
scan_report_id: UUID of an existing scan report.
|
|
1690
|
+
filter_string: Filter term to apply to the report results.
|
|
1691
|
+
filter_id: UUID of a saved filter to apply to the report results.
|
|
1692
|
+
|
|
1693
|
+
Returns:
|
|
1694
|
+
A request for the get_scan_report GMP command.
|
|
1695
|
+
|
|
1696
|
+
Raises:
|
|
1697
|
+
RequiredArgument: If scan_report_id is not provided.
|
|
1698
|
+
"""
|
|
1699
|
+
return self._send_request_and_transform_response(
|
|
1700
|
+
ScanReports.get_scan_report(
|
|
1701
|
+
scan_report_id=scan_report_id,
|
|
1702
|
+
filter_string=filter_string,
|
|
1703
|
+
filter_id=filter_id,
|
|
1704
|
+
)
|
|
1705
|
+
)
|
|
1706
|
+
|
|
1707
|
+
def get_audit_report( # type: ignore[override]
|
|
1708
|
+
self,
|
|
1709
|
+
audit_report_id: EntityID,
|
|
1710
|
+
*,
|
|
1711
|
+
filter_string: str | None = None,
|
|
1712
|
+
filter_id: str | None = None,
|
|
1713
|
+
) -> T:
|
|
1714
|
+
"""Request a structured summary of a single audit report.
|
|
1715
|
+
|
|
1716
|
+
Args:
|
|
1717
|
+
audit_report_id: UUID of an existing audit report.
|
|
1718
|
+
filter_string: Filter term to apply to the report results.
|
|
1719
|
+
filter_id: UUID of a saved filter to apply to the report results.
|
|
1720
|
+
|
|
1721
|
+
Returns:
|
|
1722
|
+
A request for the get_audit_report GMP command.
|
|
1723
|
+
|
|
1724
|
+
Raises:
|
|
1725
|
+
RequiredArgument: If audit_report_id is not provided.
|
|
1726
|
+
"""
|
|
1727
|
+
return self._send_request_and_transform_response(
|
|
1728
|
+
AuditReport.get_audit_report(
|
|
1729
|
+
audit_report_id=audit_report_id,
|
|
1730
|
+
filter_string=filter_string,
|
|
1731
|
+
filter_id=filter_id,
|
|
1732
|
+
)
|
|
1733
|
+
)
|
|
1734
|
+
|
|
1735
|
+
def get_audit_report_legacy(
|
|
1736
|
+
self,
|
|
1737
|
+
report_id: EntityID,
|
|
1738
|
+
*,
|
|
1739
|
+
filter_string: str | None = None,
|
|
1740
|
+
filter_id: str | None = None,
|
|
1741
|
+
delta_report_id: EntityID | None = None,
|
|
1742
|
+
report_format_id: str | ReportFormatType | None = None,
|
|
1743
|
+
ignore_pagination: bool | None = None,
|
|
1744
|
+
details: bool | None = True,
|
|
1745
|
+
) -> T:
|
|
1746
|
+
"""Request an audit report using the legacy command.
|
|
1747
|
+
|
|
1748
|
+
Deprecated:
|
|
1749
|
+
Use ``get_audit_report`` instead. This method will be removed
|
|
1750
|
+
in the next major release.
|
|
1751
|
+
"""
|
|
1752
|
+
return super().get_audit_report(
|
|
1753
|
+
report_id,
|
|
1754
|
+
filter_string=filter_string,
|
|
1755
|
+
filter_id=filter_id,
|
|
1756
|
+
delta_report_id=delta_report_id,
|
|
1757
|
+
report_format_id=report_format_id,
|
|
1758
|
+
ignore_pagination=ignore_pagination,
|
|
1759
|
+
details=details,
|
|
1760
|
+
)
|
|
1761
|
+
|
|
1762
|
+
def export_scan_report(
|
|
1763
|
+
self,
|
|
1764
|
+
report_id: EntityID,
|
|
1765
|
+
format_id: EntityID,
|
|
1766
|
+
*,
|
|
1767
|
+
config_id: EntityID | None = None,
|
|
1768
|
+
filter_string: str | None = None,
|
|
1769
|
+
ignore_pagination: bool = False,
|
|
1770
|
+
lean: bool = False,
|
|
1771
|
+
notes_details: bool = False,
|
|
1772
|
+
overrides_details: bool = False,
|
|
1773
|
+
result_tags: bool = False,
|
|
1774
|
+
) -> T:
|
|
1775
|
+
"""Request an asynchronous export of a scan report.
|
|
1776
|
+
|
|
1777
|
+
If an identical export is already pending or running, the existing
|
|
1778
|
+
report export is returned instead of creating a duplicate.
|
|
1779
|
+
|
|
1780
|
+
Args:
|
|
1781
|
+
report_id: UUID of the scan report to export.
|
|
1782
|
+
format_id: UUID of the report format to apply.
|
|
1783
|
+
config_id: UUID of an optional report configuration.
|
|
1784
|
+
filter_string: Filter term to apply while generating the report.
|
|
1785
|
+
ignore_pagination: Whether pagination settings in the filter
|
|
1786
|
+
should be ignored.
|
|
1787
|
+
lean: Whether lean report data should be generated.
|
|
1788
|
+
notes_details: Whether note details should be included.
|
|
1789
|
+
overrides_details: Whether override details should be included.
|
|
1790
|
+
result_tags: Whether result tags should be included.
|
|
1791
|
+
|
|
1792
|
+
Returns:
|
|
1793
|
+
A request for the export_scan_report GMP command.
|
|
1794
|
+
|
|
1795
|
+
Raises:
|
|
1796
|
+
RequiredArgument: If report_id or format_id is not provided.
|
|
1797
|
+
"""
|
|
1798
|
+
return self._send_request_and_transform_response(
|
|
1799
|
+
ScanReports.export_scan_report(
|
|
1800
|
+
report_id=report_id,
|
|
1801
|
+
format_id=format_id,
|
|
1802
|
+
config_id=config_id,
|
|
1803
|
+
filter_string=filter_string,
|
|
1804
|
+
ignore_pagination=ignore_pagination,
|
|
1805
|
+
lean=lean,
|
|
1806
|
+
notes_details=notes_details,
|
|
1807
|
+
overrides_details=overrides_details,
|
|
1808
|
+
result_tags=result_tags,
|
|
1809
|
+
)
|
|
1810
|
+
)
|
|
@@ -8,6 +8,7 @@ from gvm.protocols.gmp.requests.next._agent_installer_instructions import (
|
|
|
8
8
|
AgentInstallerInstructions,
|
|
9
9
|
)
|
|
10
10
|
from gvm.protocols.gmp.requests.next._agents import Agents
|
|
11
|
+
from gvm.protocols.gmp.requests.next._audit_report import AuditReport
|
|
11
12
|
from gvm.protocols.gmp.requests.next._credential_stores import CredentialStores
|
|
12
13
|
from gvm.protocols.gmp.requests.next._credentials import (
|
|
13
14
|
Credentials,
|
|
@@ -44,6 +45,7 @@ from gvm.protocols.gmp.requests.next._report_tls_certificates import (
|
|
|
44
45
|
from gvm.protocols.gmp.requests.next._report_vulnerabilities import (
|
|
45
46
|
ReportVulnerabilities,
|
|
46
47
|
)
|
|
48
|
+
from gvm.protocols.gmp.requests.next._scan_report import ScanReports
|
|
47
49
|
from gvm.protocols.gmp.requests.next._targets import AliveTest, Targets
|
|
48
50
|
from gvm.protocols.gmp.requests.next._tasks import Tasks
|
|
49
51
|
from gvm.protocols.gmp.requests.next._web_application_targets import (
|
|
@@ -130,6 +132,7 @@ __all__ = (
|
|
|
130
132
|
"AlertMethod",
|
|
131
133
|
"Alerts",
|
|
132
134
|
"AliveTest",
|
|
135
|
+
"AuditReport",
|
|
133
136
|
"AuditReports",
|
|
134
137
|
"Audits",
|
|
135
138
|
"Authentication",
|
|
@@ -184,6 +187,7 @@ __all__ = (
|
|
|
184
187
|
"Results",
|
|
185
188
|
"Roles",
|
|
186
189
|
"ScanConfigs",
|
|
190
|
+
"ScanReports",
|
|
187
191
|
"ScannerType",
|
|
188
192
|
"Scanners",
|
|
189
193
|
"Schedules",
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
from gvm.errors import RequiredArgument
|
|
2
|
+
from gvm.protocols.core import Request
|
|
3
|
+
from gvm.protocols.gmp.requests import EntityID
|
|
4
|
+
from gvm.xml import XmlCommand
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class AuditReport:
|
|
8
|
+
@classmethod
|
|
9
|
+
def get_audit_report(
|
|
10
|
+
cls,
|
|
11
|
+
audit_report_id: EntityID,
|
|
12
|
+
*,
|
|
13
|
+
filter_string: str | None = None,
|
|
14
|
+
filter_id: str | None = None,
|
|
15
|
+
) -> Request:
|
|
16
|
+
"""Request a structured summary of a single audit report.
|
|
17
|
+
|
|
18
|
+
Args:
|
|
19
|
+
audit_report_id: UUID of an existing audit report.
|
|
20
|
+
filter_string: Filter term to apply to the report results.
|
|
21
|
+
filter_id: UUID of a saved filter to apply to the report results.
|
|
22
|
+
|
|
23
|
+
Returns:
|
|
24
|
+
A request for the get_audit_report GMP command.
|
|
25
|
+
|
|
26
|
+
Raises:
|
|
27
|
+
RequiredArgument: If audit_report_id is not provided.
|
|
28
|
+
"""
|
|
29
|
+
if not audit_report_id:
|
|
30
|
+
raise RequiredArgument(
|
|
31
|
+
function=cls.get_audit_report.__name__,
|
|
32
|
+
argument="audit_report_id",
|
|
33
|
+
)
|
|
34
|
+
|
|
35
|
+
cmd = XmlCommand("get_audit_report")
|
|
36
|
+
cmd.set_attribute("audit_report_id", str(audit_report_id))
|
|
37
|
+
cmd.add_filter(filter_string, filter_id)
|
|
38
|
+
|
|
39
|
+
return cmd
|
|
@@ -44,3 +44,42 @@ class ReportHosts:
|
|
|
44
44
|
cmd.set_attribute("details", to_bool(details))
|
|
45
45
|
|
|
46
46
|
return cmd
|
|
47
|
+
|
|
48
|
+
@classmethod
|
|
49
|
+
def get_audit_report_hosts(
|
|
50
|
+
cls,
|
|
51
|
+
report_id: EntityID,
|
|
52
|
+
*,
|
|
53
|
+
filter_string: str | None = None,
|
|
54
|
+
filter_id: str | None = None,
|
|
55
|
+
ignore_pagination: bool | None = None,
|
|
56
|
+
details: bool | None = True,
|
|
57
|
+
) -> Request:
|
|
58
|
+
"""Request hosts of a single audit report.
|
|
59
|
+
|
|
60
|
+
Args:
|
|
61
|
+
report_id: UUID of an existing report.
|
|
62
|
+
filter_string: Filter term to use to filter results in the report
|
|
63
|
+
filter_id: UUID of filter to use to filter results in the report
|
|
64
|
+
ignore_pagination: Whether to ignore the filter terms "first" and
|
|
65
|
+
"rows".
|
|
66
|
+
details: Request additional report host information details.
|
|
67
|
+
Defaults to True.
|
|
68
|
+
"""
|
|
69
|
+
cmd = XmlCommand("get_audit_report_hosts")
|
|
70
|
+
|
|
71
|
+
if not report_id:
|
|
72
|
+
raise RequiredArgument(
|
|
73
|
+
function=cls.get_report_hosts.__name__, argument="report_id"
|
|
74
|
+
)
|
|
75
|
+
|
|
76
|
+
cmd.set_attribute("report_id", str(report_id))
|
|
77
|
+
|
|
78
|
+
cmd.add_filter(filter_string, filter_id)
|
|
79
|
+
|
|
80
|
+
if ignore_pagination is not None:
|
|
81
|
+
cmd.set_attribute("ignore_pagination", to_bool(ignore_pagination))
|
|
82
|
+
|
|
83
|
+
cmd.set_attribute("details", to_bool(details))
|
|
84
|
+
|
|
85
|
+
return cmd
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
from gvm.errors import RequiredArgument
|
|
2
|
+
from gvm.protocols.core import Request
|
|
3
|
+
from gvm.protocols.gmp.requests import EntityID
|
|
4
|
+
from gvm.utils import to_bool
|
|
5
|
+
from gvm.xml import XmlCommand
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class ScanReports:
|
|
9
|
+
@classmethod
|
|
10
|
+
def get_scan_report(
|
|
11
|
+
cls,
|
|
12
|
+
scan_report_id: EntityID,
|
|
13
|
+
*,
|
|
14
|
+
filter_string: str | None = None,
|
|
15
|
+
filter_id: str | None = None,
|
|
16
|
+
) -> Request:
|
|
17
|
+
"""Request a structured summary of a single scan report.
|
|
18
|
+
|
|
19
|
+
Args:
|
|
20
|
+
scan_report_id: UUID of an existing scan report.
|
|
21
|
+
filter_string: Filter term to apply to the report results.
|
|
22
|
+
filter_id: UUID of a saved filter to apply to the report results.
|
|
23
|
+
|
|
24
|
+
Returns:
|
|
25
|
+
A request for the get_scan_report GMP command.
|
|
26
|
+
|
|
27
|
+
Raises:
|
|
28
|
+
RequiredArgument: If scan_report_id is not provided.
|
|
29
|
+
"""
|
|
30
|
+
if not scan_report_id:
|
|
31
|
+
raise RequiredArgument(
|
|
32
|
+
function=cls.get_scan_report.__name__,
|
|
33
|
+
argument="scan_report_id",
|
|
34
|
+
)
|
|
35
|
+
|
|
36
|
+
cmd = XmlCommand("get_scan_report")
|
|
37
|
+
cmd.set_attribute("scan_report_id", str(scan_report_id))
|
|
38
|
+
cmd.add_filter(filter_string, filter_id)
|
|
39
|
+
|
|
40
|
+
return cmd
|
|
41
|
+
|
|
42
|
+
@classmethod
|
|
43
|
+
def export_scan_report(
|
|
44
|
+
cls,
|
|
45
|
+
report_id: EntityID,
|
|
46
|
+
format_id: EntityID,
|
|
47
|
+
*,
|
|
48
|
+
config_id: EntityID | None = None,
|
|
49
|
+
filter_string: str | None = None,
|
|
50
|
+
ignore_pagination: bool = False,
|
|
51
|
+
lean: bool = False,
|
|
52
|
+
notes_details: bool = False,
|
|
53
|
+
overrides_details: bool = False,
|
|
54
|
+
result_tags: bool = False,
|
|
55
|
+
) -> Request:
|
|
56
|
+
"""Request an asynchronous export of a scan report.
|
|
57
|
+
|
|
58
|
+
If an identical export is already pending or running, the existing
|
|
59
|
+
report export is returned instead of creating a duplicate.
|
|
60
|
+
|
|
61
|
+
Args:
|
|
62
|
+
report_id: UUID of the scan report to export.
|
|
63
|
+
format_id: UUID of the report format to apply.
|
|
64
|
+
config_id: UUID of an optional report configuration.
|
|
65
|
+
filter_string: Filter term to apply while generating the report.
|
|
66
|
+
ignore_pagination: Whether pagination settings in the filter
|
|
67
|
+
should be ignored.
|
|
68
|
+
lean: Whether lean report data should be generated.
|
|
69
|
+
notes_details: Whether note details should be included.
|
|
70
|
+
overrides_details: Whether override details should be included.
|
|
71
|
+
result_tags: Whether result tags should be included.
|
|
72
|
+
|
|
73
|
+
Returns:
|
|
74
|
+
A request for the export_scan_report GMP command.
|
|
75
|
+
|
|
76
|
+
Raises:
|
|
77
|
+
RequiredArgument: If report_id is not provided.
|
|
78
|
+
"""
|
|
79
|
+
if not report_id:
|
|
80
|
+
raise RequiredArgument(
|
|
81
|
+
function=cls.export_scan_report.__name__,
|
|
82
|
+
argument="report_id",
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
cmd = XmlCommand("export_scan_report")
|
|
86
|
+
cmd.set_attribute("report_id", str(report_id))
|
|
87
|
+
cmd.set_attribute("format_id", str(format_id))
|
|
88
|
+
|
|
89
|
+
if config_id:
|
|
90
|
+
cmd.set_attribute("config_id", str(config_id))
|
|
91
|
+
|
|
92
|
+
if filter_string is not None:
|
|
93
|
+
cmd.set_attribute("filter", filter_string)
|
|
94
|
+
|
|
95
|
+
cmd.set_attribute(
|
|
96
|
+
"ignore_pagination",
|
|
97
|
+
to_bool(ignore_pagination),
|
|
98
|
+
)
|
|
99
|
+
cmd.set_attribute("lean", to_bool(lean))
|
|
100
|
+
cmd.set_attribute(
|
|
101
|
+
"notes_details",
|
|
102
|
+
to_bool(notes_details),
|
|
103
|
+
)
|
|
104
|
+
cmd.set_attribute(
|
|
105
|
+
"overrides_details",
|
|
106
|
+
to_bool(overrides_details),
|
|
107
|
+
)
|
|
108
|
+
cmd.set_attribute(
|
|
109
|
+
"result_tags",
|
|
110
|
+
to_bool(result_tags),
|
|
111
|
+
)
|
|
112
|
+
|
|
113
|
+
return cmd
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
# SPDX-FileCopyrightText: 2025 Greenbone AG
|
|
2
|
+
#
|
|
3
|
+
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
4
|
+
|
|
5
|
+
"""
|
|
6
|
+
http client for initializing a connection to the openvasd HTTP API.
|
|
7
|
+
|
|
8
|
+
HTTPS with mTLS is used by default. Plain HTTP can be enabled explicitly
|
|
9
|
+
with `insecure_http=True`.
|
|
10
|
+
"""
|
|
11
|
+
|
|
12
|
+
import ssl
|
|
13
|
+
from os import PathLike
|
|
14
|
+
|
|
15
|
+
from httpx import Client
|
|
16
|
+
|
|
17
|
+
StrOrPathLike = str | PathLike[str]
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def create_openvasd_http_client(
|
|
21
|
+
host_name: str,
|
|
22
|
+
*,
|
|
23
|
+
api_key: str | None = None,
|
|
24
|
+
server_ca_path: StrOrPathLike | None = None,
|
|
25
|
+
client_cert_paths: StrOrPathLike
|
|
26
|
+
| tuple[StrOrPathLike, StrOrPathLike]
|
|
27
|
+
| None = None,
|
|
28
|
+
insecure_http: bool = False,
|
|
29
|
+
port: int = 3000,
|
|
30
|
+
) -> Client:
|
|
31
|
+
"""
|
|
32
|
+
Create a `httpx.Client` configured for the OpenVASD HTTP API.
|
|
33
|
+
|
|
34
|
+
mTLS is used by default. Set `insecure_http=True` to use plain HTTP.
|
|
35
|
+
In this case, an API key can be used for authorization.
|
|
36
|
+
|
|
37
|
+
Args:
|
|
38
|
+
host_name: Hostname or IP of the OpenVASD server (e.g., "localhost").
|
|
39
|
+
api_key: Optional API key used for authentication via HTTP headers.
|
|
40
|
+
server_ca_path: Path to the server's CA certificate (for verifying the server).
|
|
41
|
+
client_cert_paths: Path to the client certificate (str) or a tuple of
|
|
42
|
+
(cert_path, key_path) for mTLS authentication.
|
|
43
|
+
insecure_http: If True, disables SSL verification and uses HTTP instead of HTTPS.
|
|
44
|
+
port: The port to connect to (default: 3000).
|
|
45
|
+
|
|
46
|
+
Behavior:
|
|
47
|
+
- If `insecure_http=True`, HTTP is used instead of HTTPS.
|
|
48
|
+
An API key can be used for authorization.
|
|
49
|
+
- If `insecure_http=False` (default), HTTPS with mTLS is used.
|
|
50
|
+
Both `server_ca_path` and `client_cert_paths` are required.
|
|
51
|
+
|
|
52
|
+
Raises:
|
|
53
|
+
ValueError: If `insecure_http=False` and either
|
|
54
|
+
`server_ca_path` or `client_cert_paths` is missing.
|
|
55
|
+
"""
|
|
56
|
+
headers = {}
|
|
57
|
+
if api_key:
|
|
58
|
+
headers["X-API-KEY"] = api_key
|
|
59
|
+
|
|
60
|
+
if insecure_http:
|
|
61
|
+
return Client(
|
|
62
|
+
base_url=f"http://{host_name}:{port}",
|
|
63
|
+
headers=headers,
|
|
64
|
+
http2=True,
|
|
65
|
+
timeout=10.0,
|
|
66
|
+
)
|
|
67
|
+
|
|
68
|
+
if not server_ca_path or not client_cert_paths:
|
|
69
|
+
raise ValueError(
|
|
70
|
+
"Both server_ca_path and client_cert_paths must be provided "
|
|
71
|
+
"when insecure_http is False."
|
|
72
|
+
)
|
|
73
|
+
# Prepare mTLS SSL context
|
|
74
|
+
context = ssl.create_default_context(
|
|
75
|
+
ssl.Purpose.SERVER_AUTH, cafile=server_ca_path
|
|
76
|
+
)
|
|
77
|
+
if isinstance(client_cert_paths, tuple):
|
|
78
|
+
context.load_cert_chain(
|
|
79
|
+
certfile=client_cert_paths[0], keyfile=client_cert_paths[1]
|
|
80
|
+
)
|
|
81
|
+
else:
|
|
82
|
+
context.load_cert_chain(certfile=client_cert_paths)
|
|
83
|
+
|
|
84
|
+
context.check_hostname = False
|
|
85
|
+
context.verify_mode = ssl.CERT_REQUIRED
|
|
86
|
+
|
|
87
|
+
return Client(
|
|
88
|
+
base_url=f"https://{host_name}:{port}",
|
|
89
|
+
headers=headers,
|
|
90
|
+
verify=context,
|
|
91
|
+
http2=True,
|
|
92
|
+
timeout=10.0,
|
|
93
|
+
)
|
|
@@ -37,6 +37,7 @@ class OpenvasdHttpAPIv1:
|
|
|
37
37
|
client_cert_paths: StrOrPathLike
|
|
38
38
|
| tuple[StrOrPathLike, StrOrPathLike]
|
|
39
39
|
| None = None,
|
|
40
|
+
insecure_http: bool = False,
|
|
40
41
|
suppress_exceptions: bool = False,
|
|
41
42
|
):
|
|
42
43
|
"""
|
|
@@ -48,6 +49,7 @@ class OpenvasdHttpAPIv1:
|
|
|
48
49
|
api_key: Optional API key to be used for authentication.
|
|
49
50
|
server_ca_path: Path to the server CA certificate (for HTTPS/mTLS).
|
|
50
51
|
client_cert_paths: Path to client certificate or (cert, key) tuple for mTLS.
|
|
52
|
+
insecure_http: If True, use HTTP instead of HTTPS and disable certificate verification.
|
|
51
53
|
suppress_exceptions: If True, suppress exceptions and return structured error
|
|
52
54
|
responses. Default is False, which means exceptions will be raised.
|
|
53
55
|
"""
|
|
@@ -57,6 +59,7 @@ class OpenvasdHttpAPIv1:
|
|
|
57
59
|
api_key=api_key,
|
|
58
60
|
server_ca_path=server_ca_path,
|
|
59
61
|
client_cert_paths=client_cert_paths,
|
|
62
|
+
insecure_http=insecure_http,
|
|
60
63
|
)
|
|
61
64
|
|
|
62
65
|
# Sub-API modules
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "python-gvm"
|
|
7
|
-
version = "27.
|
|
7
|
+
version = "27.7.0"
|
|
8
8
|
description = "Library to communicate with remote servers over GMP or OSP"
|
|
9
9
|
authors = [{ name = "Greenbone AG", email = "info@greenbone.net" }]
|
|
10
10
|
requires-python = ">=3.10,<4"
|
|
@@ -23,7 +23,7 @@ classifiers = [
|
|
|
23
23
|
"Operating System :: OS Independent",
|
|
24
24
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
25
25
|
]
|
|
26
|
-
dependencies = ["paramiko>=
|
|
26
|
+
dependencies = ["paramiko>=5.0.0,<6", "lxml>=4.5.0", "httpx[http2]>=0.28.1,<0.29"]
|
|
27
27
|
|
|
28
28
|
[project.urls]
|
|
29
29
|
Homepage = "https://github.com/greenbone/python-gvm/"
|
|
@@ -39,7 +39,7 @@ dev = [
|
|
|
39
39
|
"pontos>=26.4.0",
|
|
40
40
|
"furo>=2022.6.21",
|
|
41
41
|
"lxml-stubs>=0.5.1,<0.6",
|
|
42
|
-
"types-paramiko>=
|
|
42
|
+
"types-paramiko>=5.0.0.20260617,<6.0.0.0",
|
|
43
43
|
"git-cliff>=2.8.0,<3",
|
|
44
44
|
"myst-parser>=4.0.0,<5 ; python_full_version >= '3.10' and python_full_version < '4'",
|
|
45
45
|
]
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# SPDX-FileCopyrightText: 2026 Greenbone AG
|
|
2
|
+
#
|
|
3
|
+
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
4
|
+
#
|
|
5
|
+
|
|
6
|
+
from .test_get_audit_report import (
|
|
7
|
+
GmpGetAuditReportTestMixin,
|
|
8
|
+
)
|
|
9
|
+
from .test_get_audit_report_legacy import (
|
|
10
|
+
GmpGetAuditReportLegacyTestMixin,
|
|
11
|
+
)
|
|
12
|
+
|
|
13
|
+
__all__ = (
|
|
14
|
+
"GmpGetAuditReportLegacyTestMixin",
|
|
15
|
+
"GmpGetAuditReportTestMixin",
|
|
16
|
+
)
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# SPDX-FileCopyrightText: 2026 Greenbone AG
|
|
2
|
+
#
|
|
3
|
+
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
4
|
+
#
|
|
5
|
+
|
|
6
|
+
from gvm.errors import RequiredArgument
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class GmpGetAuditReportTestMixin:
|
|
10
|
+
def test_get_audit_report_without_id(self):
|
|
11
|
+
with self.assertRaises(RequiredArgument):
|
|
12
|
+
self.gmp.get_audit_report(None)
|
|
13
|
+
|
|
14
|
+
with self.assertRaises(RequiredArgument):
|
|
15
|
+
self.gmp.get_audit_report("")
|
|
16
|
+
|
|
17
|
+
def test_get_audit_report_with_id(self):
|
|
18
|
+
self.gmp.get_audit_report(audit_report_id="r1")
|
|
19
|
+
|
|
20
|
+
self.connection.send.has_been_called_with(
|
|
21
|
+
b'<get_audit_report audit_report_id="r1"/>'
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
def test_get_audit_report_with_filter_string(self):
|
|
25
|
+
self.gmp.get_audit_report(
|
|
26
|
+
audit_report_id="r1",
|
|
27
|
+
filter_string="name=foo",
|
|
28
|
+
)
|
|
29
|
+
|
|
30
|
+
self.connection.send.has_been_called_with(
|
|
31
|
+
b'<get_audit_report audit_report_id="r1" filter="name=foo"/>'
|
|
32
|
+
)
|
|
33
|
+
|
|
34
|
+
def test_get_audit_report_with_filter_id(self):
|
|
35
|
+
self.gmp.get_audit_report(
|
|
36
|
+
audit_report_id="r1",
|
|
37
|
+
filter_id="f1",
|
|
38
|
+
)
|
|
39
|
+
|
|
40
|
+
self.connection.send.has_been_called_with(
|
|
41
|
+
b'<get_audit_report audit_report_id="r1" filt_id="f1"/>'
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
def test_get_audit_report_with_filter_string_and_filter_id(self):
|
|
45
|
+
self.gmp.get_audit_report(
|
|
46
|
+
audit_report_id="r1",
|
|
47
|
+
filter_string="name=foo",
|
|
48
|
+
filter_id="f1",
|
|
49
|
+
)
|
|
50
|
+
|
|
51
|
+
self.connection.send.has_been_called_with(
|
|
52
|
+
b'<get_audit_report audit_report_id="r1" '
|
|
53
|
+
b'filter="name=foo" filt_id="f1"/>'
|
|
54
|
+
)
|