python-gvm 25.1.1__tar.gz → 26.0.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-25.1.1 → python_gvm-26.0.0}/PKG-INFO +17 -10
- {python_gvm-25.1.1 → python_gvm-26.0.0}/README.md +16 -9
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/__version__.py +1 -1
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/_protocol.py +17 -5
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/core/_connection.py +1 -1
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/__init__.py +2 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/_gmp.py +22 -5
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/_gmp224.py +262 -202
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/_gmp225.py +2 -2
- python_gvm-26.0.0/gvm/protocols/gmp/_gmp226.py +448 -0
- python_gvm-26.0.0/gvm/protocols/gmp/requests/v226/__init__.py +148 -0
- python_gvm-26.0.0/gvm/protocols/gmp/requests/v226/_audit_reports.py +129 -0
- python_gvm-26.0.0/gvm/protocols/gmp/requests/v226/_filters.py +248 -0
- python_gvm-26.0.0/gvm/protocols/gmp/requests/v226/_report_configs.py +293 -0
- python_gvm-26.0.0/gvm/protocols/gmp/requests/v226/_reports.py +171 -0
- python_gvm-26.0.0/gvm/protocols/gmp/requests/v226/_resource_names.py +117 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/latest.py +2 -2
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/next.py +2 -2
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/ospv1.py +11 -10
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/xml.py +57 -4
- {python_gvm-25.1.1 → python_gvm-26.0.0}/pyproject.toml +2 -2
- python_gvm-26.0.0/tests/protocols/gmp/requests/v226/__init__.py +3 -0
- python_gvm-26.0.0/tests/protocols/gmp/requests/v226/test_audit_reports.py +152 -0
- python_gvm-26.0.0/tests/protocols/gmp/requests/v226/test_filter_type.py +110 -0
- python_gvm-26.0.0/tests/protocols/gmp/requests/v226/test_filters.py +247 -0
- python_gvm-26.0.0/tests/protocols/gmp/requests/v226/test_report_configs.py +251 -0
- python_gvm-26.0.0/tests/protocols/gmp/requests/v226/test_reports.py +227 -0
- python_gvm-26.0.0/tests/protocols/gmp/requests/v226/test_resource_names.py +431 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/test_context_manager.py +42 -1
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/__init__.py +1 -1
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_alerts.py +48 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_audits.py +53 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_credentials.py +7 -11
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_filters.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_groups.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_hosts.py +33 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_notes.py +38 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_operating_systems.py +5 -5
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_overrides.py +38 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_permissions.py +7 -11
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_policies.py +13 -13
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_port_lists.py +50 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_report_formats.py +8 -10
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_reports.py +28 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_resource_names.py +3 -5
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_results.py +3 -3
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_roles.py +38 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_scan_configs.py +13 -17
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_scanners.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_schedules.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_secinfo.py +87 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_tags.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_targets.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_tasks.py +65 -0
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_tickets.py +38 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_tls_certificates.py +7 -7
- python_gvm-26.0.0/tests/protocols/gmpv225/entities/test_users.py +38 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/test_vulnerabilities.py +3 -3
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/test_aggregates.py +2 -2
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/test_authentication.py +4 -6
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/test_feed.py +3 -3
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/test_help.py +2 -2
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/test_system_reports.py +2 -2
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/test_trashcan.py +3 -3
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/test_user_settings.py +4 -8
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/test_versions.py +3 -3
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/test_gmp_types.py +2 -2
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/test_with_statement.py +2 -2
- python_gvm-26.0.0/tests/protocols/gmpv226/__init__.py +13 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/__init__.py +4 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/audit_reports/__init__.py +14 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/audit_reports/test_delete_report.py +22 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/audit_reports/test_get_report.py +81 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/audit_reports/test_get_reports.py +71 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/report_configs/__init__.py +20 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/report_configs/test_clone_report_config.py +24 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/report_configs/test_create_report_config.py +65 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/report_configs/test_delete_report_config.py +36 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/report_configs/test_get_report_config.py +22 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/report_configs/test_get_report_configs.py +41 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/report_configs/test_modify_report_config.py +60 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/reports/__init__.py +16 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/reports/test_delete_report.py +22 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/reports/test_get_report.py +81 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/reports/test_get_reports.py +69 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/reports/test_import_report.py +70 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/resourcenames/__init__.py +9 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_name.py +246 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_names_list.py +198 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_alerts.py +48 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_audit_reports.py +23 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_audits.py +53 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_credentials.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_filters.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_groups.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_hosts.py +33 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_notes.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_operating_systems.py +36 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_overrides.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_permissions.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_policies.py +80 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_port_lists.py +48 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_report_configs.py +44 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_report_formats.py +51 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_reports.py +28 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_resource_names.py +20 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_results.py +18 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_roles.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_scan_configs.py +80 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_scanners.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_schedules.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_secinfo.py +83 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_tags.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_targets.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_tasks.py +65 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_tickets.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_tls_certificates.py +48 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_users.py +38 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/entities/test_vulnerabilities.py +20 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/__init__.py +4 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_aggregate_statistic.py +57 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_alert_condition.py +45 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_alert_event.py +45 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_alert_method.py +69 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_alive_test.py +61 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_credential_format.py +41 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_credential_type.py +49 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_entity_type.py +166 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_feed_type.py +37 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_filter_type.py +146 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_help_format.py +37 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_hosts_ordering.py +33 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_info_type.py +49 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_permission_subject_type.py +33 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_port_range_type.py +29 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_report_format_type.py +97 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_resource_type.py +133 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_scanner_type.py +49 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_snmp_algorithms.py +52 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_sort_order.py +33 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_ticket_status.py +33 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/enums/test_user_auth_type.py +37 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/__init__.py +4 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/test_aggregates.py +11 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/test_authentication.py +23 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/test_feed.py +15 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/test_help.py +11 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/test_system_reports.py +11 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/test_trashcan.py +20 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/test_user_settings.py +23 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/test_versions.py +16 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/versions/__init__.py +8 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/system/versions/test_get_protocol_version.py +9 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/test_gmp_types.py +33 -0
- python_gvm-26.0.0/tests/protocols/gmpv226/test_with_statement.py +18 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/test_latest.py +1 -1
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/test_next.py +1 -1
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/xml/test_xml_command.py +12 -0
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_alerts.py +0 -48
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_audits.py +0 -53
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_filters.py +0 -38
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_groups.py +0 -38
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_hosts.py +0 -33
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_notes.py +0 -38
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_overrides.py +0 -44
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_port_lists.py +0 -58
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_reports.py +0 -28
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_roles.py +0 -38
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_scanners.py +0 -38
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_schedules.py +0 -44
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_secinfo.py +0 -91
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_tags.py +0 -38
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_targets.py +0 -38
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_tasks.py +0 -65
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_tickets.py +0 -38
- python_gvm-25.1.1/tests/protocols/gmpv225/entities/test_users.py +0 -38
- {python_gvm-25.1.1 → python_gvm-26.0.0}/LICENSE +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/_enum.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/connections/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/connections/_connection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/connections/_debug.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/connections/_ssh.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/connections/_tls.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/connections/_unix.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/errors.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/core/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/core/_request.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/core/_response.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/_entity_id.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/_version.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_aggregates.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_alerts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_audits.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_auth.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_cert_bund_advisories.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_cpes.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_credentials.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_cves.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_dfn_cert_advisories.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_entity_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_feed.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_filters.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_groups.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_help.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_hosts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_notes.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_nvts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_operating_systems.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_overrides.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_permissions.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_policies.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_port_lists.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_report_formats.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_reports.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_results.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_roles.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_scan_configs.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_scanners.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_schedules.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_secinfo.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_severity.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_system_reports.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_tags.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_targets.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_tasks.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_tickets.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_tls_certificates.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_trashcan.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_user_settings.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_users.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v224/_vulnerabilities.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v225/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/protocols/gmp/requests/v225/_resource_names.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/py.typed +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/transforms.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/gvm/utils.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/connections/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/connections/test_debug_connection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/connections/test_gvm_connection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/connections/test_ssh_connection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/connections/test_tls_connection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/connections/test_unix_socket_connection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/core/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/core/test_connection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/core/test_request.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/core/test_response.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/core/test_states.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/core/test_xml_reader.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/test_version.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_aggregates.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_alerts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_audits.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_auth.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_cert_bund_advisories.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_cpes.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_credentials.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_cves.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_dfn_cert_advisories.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_feed.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_filters.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_groups.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_help.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_hosts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_notes.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_nvts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_operating_systems.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_overrides.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_permissions.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_policies.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_port_lists.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_report_formats.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_reports.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_results.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_roles.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_scan_configs.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_scanners.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_schedules.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_secinfo.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_system_report.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_tags.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_targets.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_tasks.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_tickets.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_tls_certificates.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_trashcan.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_user_settings.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_users.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v224/test_vulnerabilities.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v225/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmp/requests/v225/test_resource_names.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/test_clone_alert.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/test_create_alert.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/test_delete_alert.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/test_get_alert.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/test_get_alerts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/test_modify_alert.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/test_test_alert.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/alerts/test_trigger_alert.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_clone_audit.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_create_audit.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_delete_audit.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_get_audit.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_get_audits.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_modify_audit.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_resume_audit.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_start_audit.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/audits/test_stop_audit.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/credentials/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/credentials/test_clone_credential.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/credentials/test_create_credential.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/credentials/test_delete_credential.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/credentials/test_get_credential.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/credentials/test_get_credentials.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/credentials/test_modify_credential.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/filters/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/filters/test_clone_filter.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/filters/test_create_filter.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/filters/test_delete_filter.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/filters/test_get_filter.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/filters/test_get_filters.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/filters/test_modify_filter.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/groups/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/groups/test_clone_group.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/groups/test_create_group.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/groups/test_delete_group.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/groups/test_get_group.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/groups/test_get_groups.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/groups/test_modify_group.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/hosts/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/hosts/test_create_host.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/hosts/test_delete_host.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/hosts/test_get_host.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/hosts/test_get_hosts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/hosts/test_modify_host.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/notes/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/notes/test_clone_note.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/notes/test_create_note.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/notes/test_delete_note.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/notes/test_get_note.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/notes/test_get_notes.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/notes/test_modify_note.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/operating_systems/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/operating_systems/test_delete_operating_system.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_system.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_systems.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/operating_systems/test_modify_operating_system.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/overrides/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/overrides/test_clone_override.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/overrides/test_create_override.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/overrides/test_delete_override.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/overrides/test_get_override.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/overrides/test_get_overrides.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/overrides/test_modify_override.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/permissions/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/permissions/test_clone_permission.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/permissions/test_create_permission.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/permissions/test_delete_permission.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/permissions/test_get_permission.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/permissions/test_get_permissions.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/permissions/test_modify_permission.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_clone_policy.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_create_policy.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_delete_policy.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_get_policies.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_get_policy.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_import_policy.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_comment.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_family_selection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_name.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_preference.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_selection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_scanner_preference.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/test_clone_port_list.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/test_create_port_list.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/test_create_port_range.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_list.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_range.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/test_get_port_list.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/test_get_port_lists.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/port_lists/test_modify_port_list.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/report_formats/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/report_formats/test_clone_report_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/report_formats/test_delete_report_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/report_formats/test_get_report_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/report_formats/test_get_report_formats.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/report_formats/test_import_report_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/report_formats/test_modify_report_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/report_formats/test_verify_report_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/reports/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/reports/test_delete_report.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/reports/test_get_report.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/reports/test_get_reports.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/reports/test_import_report.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/results/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/results/test_get_result.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/results/test_get_results.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/roles/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/roles/test_clone_role.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/roles/test_create_role.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/roles/test_delete_role.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/roles/test_get_role.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/roles/test_get_roles.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/roles/test_modify_role.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_clone_scan_config.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_create_scan_config.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_delete_scan_config.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preference.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preferences.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_configs.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_import_scan_config.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_comment.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_family_selection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_name.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_preference.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_selection.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_scanner_preference.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scanners/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scanners/test_clone_scanner.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scanners/test_create_scanner.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scanners/test_delete_scanner.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scanners/test_get_scanner.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scanners/test_get_scanners.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scanners/test_modify_scanner.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/scanners/test_verify_scanner.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/schedules/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/schedules/test_clone_schedule.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/schedules/test_create_schedule.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/schedules/test_delete_schedule.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/schedules/test_get_schedule.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/schedules/test_get_schedules.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/schedules/test_modify_schedule.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisories.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisory.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cpe.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cpes.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cve.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cves.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisories.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisory.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_info.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_info_list.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_families.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preference.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preferences.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definition.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definitions.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvt.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tags/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tags/test_clone_tag.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tags/test_create_tag.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tags/test_delete_tag.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tags/test_get_tag.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tags/test_get_tags.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tags/test_modify_tag.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/targets/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/targets/test_clone_target.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/targets/test_create_target.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/targets/test_delete_target.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/targets/test_get_target.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/targets/test_get_targets.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/targets/test_modify_target.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_clone_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_create_container_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_create_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_delete_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_get_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_get_tasks.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_modify_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_move_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_resume_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_start_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tasks/test_stop_task.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_alerts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_audits.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_credentials.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_filters.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_groups.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_hosts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_notes.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_operating_systems.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_overrides.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_permissions.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_policies.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_port_lists.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_report_formats.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_reports.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_results.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_roles.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_scan_configs.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_scanners.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_schedules.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_secinfo.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_tags.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_targets.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_tasks.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_tickets.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_tls_certificates.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_users.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/test_vulnerabilities.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tickets/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tickets/test_clone_ticket.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tickets/test_create_ticket.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tickets/test_delete_ticket.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tickets/test_get_ticket.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tickets/test_get_tickets.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tickets/test_modify_ticket.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tls_certificates/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tls_certificates/test_clone_tls_certificate.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tls_certificates/test_create_tls_certificate.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tls_certificates/test_delete_tls_certificate.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificate.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificates.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/tls_certificates/test_modify_tls_certificate.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/users/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/users/test_clone_user.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/users/test_create_user.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/users/test_delete_user.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/users/test_get_user.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/users/test_get_users.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/users/test_modify_user.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/vulnerabilities/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerabilities.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerability.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_alert_condition.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_alert_event.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_alert_method.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_alive_test.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_credential_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_credential_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_entity_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_feed_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_filter_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_help_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_hosts_ordering.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_info_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_permission_subject_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_port_range_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_report_format_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_scanner_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_sort_order.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_ticket_status.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/enums/test_user_auth_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/aggregates/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/aggregates/test_get_aggregates.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/authentication/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/authentication/test_authenticate.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/authentication/test_describe_auth.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/authentication/test_modify_auth.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/feed/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/feed/test_get_feed.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/feed/test_get_feeds.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/help/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/help/test_help.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/system_reports/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/system_reports/test_get_system_reports.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/test_aggregates.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/test_authentication.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/test_feed.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/test_help.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/test_system_reports.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/test_trashcan.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/test_user_settings.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/test_versions.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/trashcan/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/trashcan/test_empty_trashcan.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/trashcan/test_restore_from_trashcan.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/user_settings/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/user_settings/test_get_user_setting.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/user_settings/test_get_user_settings.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/user_settings/test_modify_user_setting.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/versions/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/system/versions/test_get_version.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/test_gmp_types.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv224/test_with_statement.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/resourcenames/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_name.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_names_list.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_alert_condition.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_alert_event.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_alert_method.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_alive_test.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_credential_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_credential_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_entity_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_feed_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_filter_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_help_format.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_hosts_ordering.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_info_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_permission_subject_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_port_range_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_report_format_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_resource_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_scanner_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_sort_order.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_ticket_status.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/enums/test_user_auth_type.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/versions/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/gmpv225/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/test_osp_delete_scan.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/test_osp_get_scanner_details.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/test_osp_get_scans.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/test_osp_get_version.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/test_osp_get_vts.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/test_osp_help.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/test_osp_start_scan.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/protocols/osp/test_osp_stop_scan.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/test_enum.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/test_errors.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/transforms/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/transforms/test_check_command_transform.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/transforms/test_etree_check_command_transform.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/transforms/test_etree_transform.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/test_add_filter.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/test_check_command_status.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/test_check_port.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/test_deprecation.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/test_is_list_like.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/test_to_base64.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/test_to_bool.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/utils/test_to_comma_list.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/xml/__init__.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/xml/test.file +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/xml/test_parse_xml.py +0 -0
- {python_gvm-25.1.1 → python_gvm-26.0.0}/tests/xml/test_pretty_print.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: python-gvm
|
|
3
|
-
Version:
|
|
3
|
+
Version: 26.0.0
|
|
4
4
|
Summary: Library to communicate with remote servers over GMP or OSP
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
6
|
Author: Greenbone AG
|
|
@@ -64,9 +64,12 @@ Please always take a look at the documentation for further details. This
|
|
|
64
64
|
|
|
65
65
|
### Version
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
67
|
+
`python-gvm` uses [semantic versioning](https://semver.org/).
|
|
68
|
+
|
|
69
|
+
Versions prior to 26.0.0 used [calendar versioning](https://calver.org/).
|
|
70
|
+
|
|
71
|
+
Please consider to always use the **newest** releases of `gvm-tools` and `python-gvm`.
|
|
72
|
+
We frequently update these projects to add features and keep them free from bugs.
|
|
70
73
|
|
|
71
74
|
> [!IMPORTANT]
|
|
72
75
|
> To use `python-gvm` with GMP version of 7, 8 or 9 you must use a release version
|
|
@@ -87,20 +90,22 @@ Python 3.9 and later is supported.
|
|
|
87
90
|
You can install the latest stable release of python-gvm from the Python Package
|
|
88
91
|
Index using [pip](https://pip.pypa.io/):
|
|
89
92
|
|
|
90
|
-
|
|
93
|
+
```shell
|
|
94
|
+
python3 -m pip install --user python-gvm
|
|
95
|
+
```
|
|
91
96
|
|
|
92
97
|
## Example
|
|
93
98
|
|
|
94
99
|
```python3
|
|
95
100
|
from gvm.connections import UnixSocketConnection
|
|
96
|
-
from gvm.protocols.gmp import
|
|
101
|
+
from gvm.protocols.gmp import GMP
|
|
97
102
|
from gvm.transforms import EtreeTransform
|
|
98
103
|
from gvm.xml import pretty_print
|
|
99
104
|
|
|
100
105
|
connection = UnixSocketConnection()
|
|
101
106
|
transform = EtreeTransform()
|
|
102
107
|
|
|
103
|
-
with
|
|
108
|
+
with GMP(connection, transform=transform) as gmp:
|
|
104
109
|
# Retrieve GMP version supported by the remote daemon
|
|
105
110
|
version = gmp.get_version()
|
|
106
111
|
|
|
@@ -159,12 +164,14 @@ The python-gvm repository uses [autohooks](https://github.com/greenbone/autohook
|
|
|
159
164
|
to apply linting and auto formatting via git hooks. Please ensure the git hooks
|
|
160
165
|
are active.
|
|
161
166
|
|
|
162
|
-
|
|
163
|
-
|
|
167
|
+
```shell
|
|
168
|
+
poetry install
|
|
169
|
+
poetry run autohooks activate --force
|
|
170
|
+
```
|
|
164
171
|
|
|
165
172
|
## License
|
|
166
173
|
|
|
167
|
-
Copyright (C) 2017-
|
|
174
|
+
Copyright (C) 2017-2025 [Greenbone AG](https://www.greenbone.net/)
|
|
168
175
|
|
|
169
176
|
Licensed under the [GNU General Public License v3.0 or later](LICENSE).
|
|
170
177
|
|
|
@@ -37,9 +37,12 @@ Please always take a look at the documentation for further details. This
|
|
|
37
37
|
|
|
38
38
|
### Version
|
|
39
39
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
`python-gvm` uses [semantic versioning](https://semver.org/).
|
|
41
|
+
|
|
42
|
+
Versions prior to 26.0.0 used [calendar versioning](https://calver.org/).
|
|
43
|
+
|
|
44
|
+
Please consider to always use the **newest** releases of `gvm-tools` and `python-gvm`.
|
|
45
|
+
We frequently update these projects to add features and keep them free from bugs.
|
|
43
46
|
|
|
44
47
|
> [!IMPORTANT]
|
|
45
48
|
> To use `python-gvm` with GMP version of 7, 8 or 9 you must use a release version
|
|
@@ -60,20 +63,22 @@ Python 3.9 and later is supported.
|
|
|
60
63
|
You can install the latest stable release of python-gvm from the Python Package
|
|
61
64
|
Index using [pip](https://pip.pypa.io/):
|
|
62
65
|
|
|
63
|
-
|
|
66
|
+
```shell
|
|
67
|
+
python3 -m pip install --user python-gvm
|
|
68
|
+
```
|
|
64
69
|
|
|
65
70
|
## Example
|
|
66
71
|
|
|
67
72
|
```python3
|
|
68
73
|
from gvm.connections import UnixSocketConnection
|
|
69
|
-
from gvm.protocols.gmp import
|
|
74
|
+
from gvm.protocols.gmp import GMP
|
|
70
75
|
from gvm.transforms import EtreeTransform
|
|
71
76
|
from gvm.xml import pretty_print
|
|
72
77
|
|
|
73
78
|
connection = UnixSocketConnection()
|
|
74
79
|
transform = EtreeTransform()
|
|
75
80
|
|
|
76
|
-
with
|
|
81
|
+
with GMP(connection, transform=transform) as gmp:
|
|
77
82
|
# Retrieve GMP version supported by the remote daemon
|
|
78
83
|
version = gmp.get_version()
|
|
79
84
|
|
|
@@ -132,11 +137,13 @@ The python-gvm repository uses [autohooks](https://github.com/greenbone/autohook
|
|
|
132
137
|
to apply linting and auto formatting via git hooks. Please ensure the git hooks
|
|
133
138
|
are active.
|
|
134
139
|
|
|
135
|
-
|
|
136
|
-
|
|
140
|
+
```shell
|
|
141
|
+
poetry install
|
|
142
|
+
poetry run autohooks activate --force
|
|
143
|
+
```
|
|
137
144
|
|
|
138
145
|
## License
|
|
139
146
|
|
|
140
|
-
Copyright (C) 2017-
|
|
147
|
+
Copyright (C) 2017-2025 [Greenbone AG](https://www.greenbone.net/)
|
|
141
148
|
|
|
142
149
|
Licensed under the [GNU General Public License v3.0 or later](LICENSE).
|
|
@@ -112,16 +112,22 @@ class GvmProtocol(Generic[T]):
|
|
|
112
112
|
string
|
|
113
113
|
"""
|
|
114
114
|
return bytes(
|
|
115
|
-
self.
|
|
115
|
+
self._send_request(cmd.encode("utf-8", errors="ignore")) # type: ignore[arg-type] # it seems mypy on Python < 3.11 can't handle bytes here
|
|
116
116
|
).decode("utf-8", errors="ignore")
|
|
117
117
|
|
|
118
118
|
def _transform(self, response: Response) -> T:
|
|
119
119
|
transform = self._transform_callable
|
|
120
120
|
return transform(response)
|
|
121
121
|
|
|
122
|
-
def
|
|
122
|
+
def _send_request(self, request: Request) -> Response:
|
|
123
|
+
"""
|
|
124
|
+
Send a request to the remote daemon and return the response
|
|
125
|
+
|
|
126
|
+
Args:
|
|
127
|
+
request: The request to be send.
|
|
128
|
+
"""
|
|
123
129
|
try:
|
|
124
|
-
send_data = self._protocol.send(
|
|
130
|
+
send_data = self._protocol.send(request)
|
|
125
131
|
self._send(send_data)
|
|
126
132
|
response: Optional[Response] = None
|
|
127
133
|
while not response:
|
|
@@ -132,5 +138,11 @@ class GvmProtocol(Generic[T]):
|
|
|
132
138
|
self.disconnect()
|
|
133
139
|
raise e
|
|
134
140
|
|
|
135
|
-
def
|
|
136
|
-
|
|
141
|
+
def _send_request_and_transform_response(self, request: Request) -> T:
|
|
142
|
+
"""
|
|
143
|
+
Send a request and transform its response using the transform callable.
|
|
144
|
+
|
|
145
|
+
Args:
|
|
146
|
+
request: The request to be send.
|
|
147
|
+
"""
|
|
148
|
+
return self._transform(self._send_request(request))
|
|
@@ -19,6 +19,7 @@ If you need to use a specific GMP version, you can use the :class:`GMPv224` or
|
|
|
19
19
|
from ._gmp import GMP
|
|
20
20
|
from ._gmp224 import GMPv224
|
|
21
21
|
from ._gmp225 import GMPv225
|
|
22
|
+
from ._gmp226 import GMPv226
|
|
22
23
|
|
|
23
24
|
Gmp = GMP # for backwards compatibility
|
|
24
25
|
|
|
@@ -27,4 +28,5 @@ __all__ = (
|
|
|
27
28
|
"Gmp",
|
|
28
29
|
"GMPv224",
|
|
29
30
|
"GMPv225",
|
|
31
|
+
"GMPv226",
|
|
30
32
|
)
|
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
#
|
|
3
3
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
4
4
|
|
|
5
|
+
import warnings
|
|
5
6
|
from types import TracebackType
|
|
6
7
|
from typing import Callable, Optional, Type, Union
|
|
7
8
|
|
|
9
|
+
from gvm.__version__ import __version__
|
|
8
10
|
from gvm.connections import GvmConnection
|
|
9
11
|
from gvm.errors import GvmError
|
|
10
12
|
from gvm.protocols.core import Response
|
|
@@ -12,9 +14,11 @@ from gvm.protocols.core import Response
|
|
|
12
14
|
from .._protocol import GvmProtocol, T, str_transform
|
|
13
15
|
from ._gmp224 import GMPv224
|
|
14
16
|
from ._gmp225 import GMPv225
|
|
17
|
+
from ._gmp226 import GMPv226
|
|
15
18
|
from .requests import Version
|
|
16
19
|
|
|
17
|
-
SUPPORTED_GMP_VERSIONS = Union[GMPv224[T], GMPv225[T]]
|
|
20
|
+
SUPPORTED_GMP_VERSIONS = Union[GMPv224[T], GMPv225[T], GMPv226[T]]
|
|
21
|
+
_SUPPORTED_GMP_VERSION_STRINGS = ["22.4", "22.5", "22.6"]
|
|
18
22
|
|
|
19
23
|
|
|
20
24
|
class GMP(GvmProtocol[T]):
|
|
@@ -30,9 +34,11 @@ class GMP(GvmProtocol[T]):
|
|
|
30
34
|
from gvm.protocols.gmp import GMP
|
|
31
35
|
|
|
32
36
|
with GMP(connection) as gmp:
|
|
33
|
-
# gmp can be an instance of
|
|
34
|
-
# gvm.protocols.gmp.
|
|
35
|
-
#
|
|
37
|
+
# gmp can be an instance of
|
|
38
|
+
# gvm.protocols.gmp.GMPv224,
|
|
39
|
+
# gvm.protocols.gmp.GMPv225
|
|
40
|
+
# or gvm.protocols.gmp.GMPv226
|
|
41
|
+
# depending on the supported GMP version of the remote manager daemon
|
|
36
42
|
resp = gmp.get_tasks()
|
|
37
43
|
|
|
38
44
|
"""
|
|
@@ -65,7 +71,7 @@ class GMP(GvmProtocol[T]):
|
|
|
65
71
|
def determine_remote_gmp_version(self) -> str:
|
|
66
72
|
"""Determine the supported GMP version of the remote daemon"""
|
|
67
73
|
self.connect()
|
|
68
|
-
resp = self.
|
|
74
|
+
resp = self._send_request(Version.get_version())
|
|
69
75
|
self.disconnect()
|
|
70
76
|
|
|
71
77
|
version_el = resp.xml().find("version")
|
|
@@ -88,10 +94,21 @@ class GMP(GvmProtocol[T]):
|
|
|
88
94
|
gmp_class = GMPv224
|
|
89
95
|
elif major_version == 22 and minor_version == 5:
|
|
90
96
|
gmp_class = GMPv225
|
|
97
|
+
elif major_version == 22 and minor_version >= 6:
|
|
98
|
+
gmp_class = GMPv226
|
|
99
|
+
if minor_version > 6:
|
|
100
|
+
warnings.warn(
|
|
101
|
+
"Remote manager daemon uses a newer GMP version then "
|
|
102
|
+
f"supported by python-gvm {__version__}. Please update to "
|
|
103
|
+
"a newer release of python-gvm if possible. "
|
|
104
|
+
f"Remote GMP version is {major_version}.{minor_version}. "
|
|
105
|
+
f"Supported GMP versions are {', '.join(_SUPPORTED_GMP_VERSION_STRINGS)}."
|
|
106
|
+
)
|
|
91
107
|
else:
|
|
92
108
|
raise GvmError(
|
|
93
109
|
"Remote manager daemon uses an unsupported version of GMP. "
|
|
94
110
|
f"The GMP version was {major_version}.{minor_version}"
|
|
111
|
+
f"Supported GMP versions are {', '.join(_SUPPORTED_GMP_VERSION_STRINGS)}."
|
|
95
112
|
)
|
|
96
113
|
|
|
97
114
|
return gmp_class(self._connection, transform=self._transform_callable) # type: ignore[arg-type]
|