python-gvm 26.5.0__tar.gz → 26.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-26.5.0 → python_gvm-26.7.0}/PKG-INFO +4 -2
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/__version__.py +1 -1
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/_gmpnext.py +74 -14
- python_gvm-26.7.0/gvm/protocols/gmp/requests/next/_agents.py +321 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/next/_tasks.py +106 -3
- {python_gvm-26.5.0 → python_gvm-26.7.0}/pyproject.toml +1 -1
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agents/test_delete_agents.py +2 -2
- python_gvm-26.7.0/tests/protocols/gmpnext/entities/agents/test_modify_agent_controller_scan_config.py +455 -0
- python_gvm-26.7.0/tests/protocols/gmpnext/entities/agents/test_modify_agents.py +403 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/__init__.py +4 -0
- python_gvm-26.7.0/tests/protocols/gmpnext/entities/tasks/test_create_container_image_task.py +219 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_modify_task.py +19 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_agents.py +9 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_tasks.py +7 -0
- python_gvm-26.5.0/gvm/protocols/gmp/requests/next/_agents.py +0 -101
- python_gvm-26.5.0/tests/protocols/gmpnext/entities/agents/test_modify_agents.py +0 -41
- {python_gvm-26.5.0 → python_gvm-26.7.0}/LICENSE +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/README.md +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/_enum.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/connections/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/connections/_connection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/connections/_debug.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/connections/_ssh.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/connections/_tls.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/connections/_unix.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/errors.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/_protocol.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/core/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/core/_connection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/core/_request.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/core/_response.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/_gmp.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/_gmp224.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/_gmp225.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/_gmp226.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/_gmp227.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/_entity_id.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/_version.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/next/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/next/_agent_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/next/_agent_installers.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/next/_oci_image_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_aggregates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_alerts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_audits.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_auth.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_cert_bund_advisories.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_cpes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_credentials.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_cves.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_dfn_cert_advisories.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_entity_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_feed.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_help.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_hosts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_notes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_nvts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_operating_systems.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_overrides.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_permissions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_policies.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_port_lists.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_report_formats.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_results.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_roles.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_scan_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_schedules.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_secinfo.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_severity.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_system_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_tags.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_tasks.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_tickets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_tls_certificates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_trashcan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_user_settings.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_users.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v224/_vulnerabilities.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v225/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v225/_resource_names.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v226/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v226/_audit_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v226/_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v226/_report_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v226/_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v226/_resource_names.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v227/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/gmp/requests/v227/_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/_api.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/_client.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/_health.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/_metadata.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/_notus.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/_openvasd1.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/_scans.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/http/openvasd/_vts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/latest.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/next.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/protocols/ospv1.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/py.typed +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/transforms.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/utils.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/gvm/xml.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/connections/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/connections/test_debug_connection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/connections/test_gvm_connection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/connections/test_ssh_connection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/connections/test_tls_connection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/connections/test_unix_socket_connection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/core/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/core/test_connection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/core/test_request.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/core/test_response.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/core/test_states.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/core/test_xml_reader.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/test_version.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_aggregates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_alerts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_audits.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_auth.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_cert_bund_advisories.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_cpes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_credentials.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_cves.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_dfn_cert_advisories.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_feed.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_help.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_hosts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_notes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_nvts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_operating_systems.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_overrides.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_permissions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_policies.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_port_lists.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_report_formats.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_results.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_roles.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_scan_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_schedules.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_secinfo.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_system_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_tags.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_tasks.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_tickets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_tls_certificates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_trashcan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_user_settings.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_users.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v224/test_vulnerabilities.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v225/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v225/test_resource_names.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v226/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v226/test_audit_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v226/test_filter_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v226/test_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v226/test_report_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v226/test_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/requests/v226/test_resource_names.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmp/test_context_manager.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_groups/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_clone_agent_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_create_agent_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_delete_agent_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_get_agent_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_get_agent_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_groups/test_modify_agent_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_installers/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installer.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installer_file.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installers.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agents/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/agents/test_get_agents.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_clone_oci_image_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_create_oci_image_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_delete_oci_image_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_get_oci_image_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_get_oci_image_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_modify_oci_image_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_clone_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_agent_group_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_container_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_create_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_delete_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_get_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_get_tasks.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_move_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_resume_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_start_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/tasks/test_stop_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_agent_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_agent_installers.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_alerts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_audit_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_audits.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_credentials.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_hosts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_notes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_oci_image_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_operating_systems.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_overrides.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_permissions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_policies.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_port_lists.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_report_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_report_formats.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_resource_names.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_results.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_roles.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_scan_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_schedules.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_secinfo.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_tags.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_tickets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_users.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_alert_condition.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_alert_event.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_alert_method.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_alive_test.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_credential_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_credential_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_entity_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_feed_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_filter_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_help_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_info_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_port_range_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_report_format_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_resource_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_scanner_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_sort_order.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_ticket_status.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpnext/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/test_clone_alert.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/test_create_alert.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/test_delete_alert.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/test_get_alert.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/test_get_alerts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/test_modify_alert.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/test_test_alert.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/alerts/test_trigger_alert.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_clone_audit.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_create_audit.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_delete_audit.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_get_audit.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_get_audits.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_modify_audit.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_resume_audit.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_start_audit.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/audits/test_stop_audit.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/credentials/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/credentials/test_clone_credential.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/credentials/test_create_credential.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/credentials/test_delete_credential.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/credentials/test_get_credential.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/credentials/test_get_credentials.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/credentials/test_modify_credential.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/filters/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/filters/test_clone_filter.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/filters/test_create_filter.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/filters/test_delete_filter.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/filters/test_get_filter.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/filters/test_get_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/filters/test_modify_filter.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/groups/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/groups/test_clone_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/groups/test_create_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/groups/test_delete_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/groups/test_get_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/groups/test_get_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/groups/test_modify_group.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/hosts/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/hosts/test_create_host.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/hosts/test_delete_host.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/hosts/test_get_host.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/hosts/test_get_hosts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/hosts/test_modify_host.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/notes/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/notes/test_clone_note.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/notes/test_create_note.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/notes/test_delete_note.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/notes/test_get_note.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/notes/test_get_notes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/notes/test_modify_note.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/operating_systems/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/operating_systems/test_delete_operating_system.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_system.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_systems.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/operating_systems/test_modify_operating_system.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/overrides/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/overrides/test_clone_override.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/overrides/test_create_override.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/overrides/test_delete_override.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/overrides/test_get_override.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/overrides/test_get_overrides.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/overrides/test_modify_override.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/permissions/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/permissions/test_clone_permission.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/permissions/test_create_permission.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/permissions/test_delete_permission.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/permissions/test_get_permission.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/permissions/test_get_permissions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/permissions/test_modify_permission.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_clone_policy.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_create_policy.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_delete_policy.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_get_policies.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_get_policy.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_import_policy.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_comment.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_family_selection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_name.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_preference.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_selection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_scanner_preference.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/test_clone_port_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/test_create_port_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/test_create_port_range.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_range.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/test_get_port_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/test_get_port_lists.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/port_lists/test_modify_port_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/report_formats/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/report_formats/test_clone_report_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/report_formats/test_delete_report_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/report_formats/test_get_report_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/report_formats/test_get_report_formats.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/report_formats/test_import_report_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/report_formats/test_modify_report_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/report_formats/test_verify_report_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/reports/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/reports/test_delete_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/reports/test_get_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/reports/test_get_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/reports/test_import_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/results/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/results/test_get_result.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/results/test_get_results.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/roles/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/roles/test_clone_role.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/roles/test_create_role.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/roles/test_delete_role.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/roles/test_get_role.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/roles/test_get_roles.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/roles/test_modify_role.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_clone_scan_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_create_scan_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_delete_scan_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preference.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preferences.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_import_scan_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_comment.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_family_selection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_name.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_preference.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_selection.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_scanner_preference.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scanners/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scanners/test_clone_scanner.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scanners/test_create_scanner.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scanners/test_delete_scanner.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scanners/test_get_scanner.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scanners/test_get_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scanners/test_modify_scanner.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/scanners/test_verify_scanner.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/schedules/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/schedules/test_clone_schedule.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/schedules/test_create_schedule.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/schedules/test_delete_schedule.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/schedules/test_get_schedule.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/schedules/test_get_schedules.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/schedules/test_modify_schedule.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisories.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisory.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cpe.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cpes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cve.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cves.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisories.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisory.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_info.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_info_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_families.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preference.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preferences.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definition.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definitions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvt.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tags/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tags/test_clone_tag.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tags/test_create_tag.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tags/test_delete_tag.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tags/test_get_tag.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tags/test_get_tags.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tags/test_modify_tag.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/targets/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/targets/test_clone_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/targets/test_create_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/targets/test_delete_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/targets/test_get_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/targets/test_get_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/targets/test_modify_target.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_clone_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_create_container_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_create_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_delete_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_get_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_get_tasks.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_modify_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_move_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_resume_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_start_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tasks/test_stop_task.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_alerts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_audits.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_credentials.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_hosts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_notes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_operating_systems.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_overrides.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_permissions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_policies.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_port_lists.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_report_formats.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_results.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_roles.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_scan_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_schedules.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_secinfo.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_tags.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_tasks.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_tickets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_users.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tickets/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tickets/test_clone_ticket.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tickets/test_create_ticket.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tickets/test_delete_ticket.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tickets/test_get_ticket.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tickets/test_get_tickets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tickets/test_modify_ticket.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tls_certificates/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_clone_tls_certificate.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_create_tls_certificate.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_delete_tls_certificate.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificate.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/tls_certificates/test_modify_tls_certificate.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/users/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/users/test_clone_user.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/users/test_create_user.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/users/test_delete_user.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/users/test_get_user.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/users/test_get_users.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/users/test_modify_user.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/vulnerabilities/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerabilities.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerability.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_alert_condition.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_alert_event.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_alert_method.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_alive_test.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_credential_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_credential_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_entity_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_feed_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_filter_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_help_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_info_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_port_range_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_report_format_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_scanner_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_sort_order.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_ticket_status.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/aggregates/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/aggregates/test_get_aggregates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/authentication/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/authentication/test_authenticate.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/authentication/test_describe_auth.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/authentication/test_modify_auth.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/feed/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/feed/test_get_feed.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/feed/test_get_feeds.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/help/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/help/test_help.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/system_reports/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/system_reports/test_get_system_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/test_aggregates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/test_authentication.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/test_feed.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/test_help.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/test_system_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/test_trashcan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/test_user_settings.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/test_versions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/trashcan/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/trashcan/test_empty_trashcan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/trashcan/test_restore_from_trashcan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/user_settings/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/user_settings/test_get_user_setting.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/user_settings/test_get_user_settings.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/user_settings/test_modify_user_setting.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/versions/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/system/versions/test_get_version.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/test_gmp_types.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv224/test_with_statement.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/resourcenames/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_name.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_names_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_alerts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_audits.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_credentials.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_hosts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_notes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_operating_systems.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_overrides.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_permissions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_policies.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_port_lists.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_report_formats.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_resource_names.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_results.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_roles.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_scan_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_schedules.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_secinfo.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_tags.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_tasks.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_tickets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_users.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_alert_condition.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_alert_event.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_alert_method.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_alive_test.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_credential_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_credential_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_entity_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_feed_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_filter_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_help_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_info_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_port_range_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_report_format_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_resource_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_scanner_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_sort_order.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_ticket_status.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/test_aggregates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/test_authentication.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/test_feed.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/test_help.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/test_system_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/test_trashcan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/test_user_settings.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/test_versions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/versions/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/test_gmp_types.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv225/test_with_statement.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/audit_reports/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/audit_reports/test_delete_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/audit_reports/test_get_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/audit_reports/test_get_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/report_configs/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/report_configs/test_clone_report_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/report_configs/test_create_report_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/report_configs/test_delete_report_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/report_configs/test_get_report_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/report_configs/test_get_report_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/report_configs/test_modify_report_config.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/reports/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/reports/test_delete_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/reports/test_get_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/reports/test_get_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/reports/test_import_report.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/resourcenames/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_name.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_names_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_alerts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_audit_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_audits.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_credentials.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_hosts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_notes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_operating_systems.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_overrides.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_permissions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_policies.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_port_lists.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_report_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_report_formats.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_resource_names.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_results.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_roles.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_scan_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_schedules.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_secinfo.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_tags.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_tasks.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_tickets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_users.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_alert_condition.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_alert_event.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_alert_method.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_alive_test.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_credential_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_credential_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_entity_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_feed_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_filter_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_help_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_info_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_port_range_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_report_format_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_resource_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_scanner_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_sort_order.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_ticket_status.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/test_aggregates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/test_authentication.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/test_feed.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/test_help.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/test_system_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/test_trashcan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/test_user_settings.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/test_versions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/versions/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/test_gmp_types.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv226/test_with_statement.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/scanners/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/scanners/test_create_scanner.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/scanners/test_modify_scanner.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_alerts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_audit_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_audits.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_credentials.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_filters.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_groups.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_hosts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_notes.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_operating_systems.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_overrides.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_permissions.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_policies.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_port_lists.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_report_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_report_formats.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_reports.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_resource_names.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_results.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_roles.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_scan_configs.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_scanners.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_schedules.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_secinfo.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_tags.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_targets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_tasks.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_tickets.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_users.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_alert_condition.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_alert_event.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_alert_method.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_alive_test.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_credential_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_credential_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_entity_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_feed_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_filter_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_help_format.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_info_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_port_range_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_report_format_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_resource_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_scanner_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_sort_order.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_ticket_status.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/gmpv227/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/openvasd/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/openvasd/test_client.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/openvasd/test_health.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/openvasd/test_metadata.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/openvasd/test_notus.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/openvasd/test_openvasd1.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/openvasd/test_scans.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/http/openvasd/test_vts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/test_osp_delete_scan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/test_osp_get_scanner_details.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/test_osp_get_scans.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/test_osp_get_version.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/test_osp_get_vts.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/test_osp_help.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/test_osp_start_scan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/osp/test_osp_stop_scan.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/test_latest.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/protocols/test_next.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/test_enum.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/test_errors.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/transforms/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/transforms/test_check_command_transform.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/transforms/test_etree_check_command_transform.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/transforms/test_etree_transform.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/test_add_filter.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/test_check_command_status.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/test_check_port.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/test_deprecation.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/test_is_list_like.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/test_to_base64.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/test_to_bool.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/utils/test_to_comma_list.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/xml/__init__.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/xml/test.file +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/xml/test_parse_xml.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/xml/test_pretty_print.py +0 -0
- {python_gvm-26.5.0 → python_gvm-26.7.0}/tests/xml/test_xml_command.py +0 -0
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: python-gvm
|
|
3
|
-
Version: 26.
|
|
3
|
+
Version: 26.7.0
|
|
4
4
|
Summary: Library to communicate with remote servers over GMP or OSP
|
|
5
5
|
License: GPL-3.0-or-later
|
|
6
|
+
License-File: LICENSE
|
|
6
7
|
Author: Greenbone AG
|
|
7
8
|
Author-email: info@greenbone.net
|
|
8
9
|
Requires-Python: >=3.9.2,<4.0.0
|
|
@@ -16,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
16
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
18
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
19
|
Classifier: Programming Language :: Python :: 3.13
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
22
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
23
|
Requires-Dist: httpx[http2] (>=0.28.1,<0.29.0)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#
|
|
3
3
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
4
4
|
|
|
5
|
-
from typing import Mapping, Optional, Sequence
|
|
5
|
+
from typing import Any, Mapping, Optional, Sequence
|
|
6
6
|
|
|
7
7
|
from gvm.protocols.gmp.requests import EntityID
|
|
8
8
|
|
|
@@ -114,28 +114,23 @@ class GMPNext(GMPv227[T]):
|
|
|
114
114
|
agent_ids: list[EntityID],
|
|
115
115
|
*,
|
|
116
116
|
authorized: Optional[bool] = None,
|
|
117
|
-
|
|
118
|
-
heartbeat_interval: Optional[int] = None,
|
|
119
|
-
schedule: Optional[str] = None,
|
|
117
|
+
config: Optional[Mapping[str, Any]] = None,
|
|
120
118
|
comment: Optional[str] = None,
|
|
121
119
|
) -> T:
|
|
122
|
-
"""
|
|
120
|
+
"""
|
|
121
|
+
Modify multiple agents.
|
|
123
122
|
|
|
124
123
|
Args:
|
|
125
|
-
agent_ids: List of agent UUIDs to modify
|
|
126
|
-
authorized: Whether the agent is authorized
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
schedule: Cron-style schedule for agent
|
|
130
|
-
comment: Comment for the agents
|
|
124
|
+
agent_ids: List of agent UUIDs to modify.
|
|
125
|
+
authorized: Whether the agent is authorized.
|
|
126
|
+
config: Nested config for Agent Controller.
|
|
127
|
+
comment: Optional comment for the change.
|
|
131
128
|
"""
|
|
132
129
|
return self._send_request_and_transform_response(
|
|
133
130
|
Agents.modify_agents(
|
|
134
131
|
agent_ids=agent_ids,
|
|
135
132
|
authorized=authorized,
|
|
136
|
-
|
|
137
|
-
heartbeat_interval=heartbeat_interval,
|
|
138
|
-
schedule=schedule,
|
|
133
|
+
config=config,
|
|
139
134
|
comment=comment,
|
|
140
135
|
)
|
|
141
136
|
)
|
|
@@ -150,6 +145,25 @@ class GMPNext(GMPv227[T]):
|
|
|
150
145
|
Agents.delete_agents(agent_ids=agent_ids)
|
|
151
146
|
)
|
|
152
147
|
|
|
148
|
+
def modify_agent_control_scan_config(
|
|
149
|
+
self,
|
|
150
|
+
agent_control_id: EntityID,
|
|
151
|
+
config: Mapping[str, Any],
|
|
152
|
+
) -> T:
|
|
153
|
+
"""
|
|
154
|
+
Modify agent control scan config.
|
|
155
|
+
|
|
156
|
+
Args:
|
|
157
|
+
agent_control_id: The agent control UUID.
|
|
158
|
+
config: Nested config for Agent Controller.
|
|
159
|
+
"""
|
|
160
|
+
return self._send_request_and_transform_response(
|
|
161
|
+
Agents.modify_agent_control_scan_config(
|
|
162
|
+
agent_control_id=agent_control_id,
|
|
163
|
+
config=config,
|
|
164
|
+
)
|
|
165
|
+
)
|
|
166
|
+
|
|
153
167
|
def get_agent_groups(
|
|
154
168
|
self,
|
|
155
169
|
*,
|
|
@@ -454,6 +468,49 @@ class GMPNext(GMPv227[T]):
|
|
|
454
468
|
)
|
|
455
469
|
)
|
|
456
470
|
|
|
471
|
+
def create_container_image_task(
|
|
472
|
+
self,
|
|
473
|
+
name: str,
|
|
474
|
+
oci_image_target_id: EntityID,
|
|
475
|
+
scanner_id: EntityID,
|
|
476
|
+
*,
|
|
477
|
+
comment: Optional[str] = None,
|
|
478
|
+
alterable: Optional[bool] = None,
|
|
479
|
+
schedule_id: Optional[EntityID] = None,
|
|
480
|
+
alert_ids: Optional[Sequence[EntityID]] = None,
|
|
481
|
+
schedule_periods: Optional[int] = None,
|
|
482
|
+
observers: Optional[Sequence[str]] = None,
|
|
483
|
+
preferences: Optional[Mapping[str, SupportsStr]] = None,
|
|
484
|
+
) -> T:
|
|
485
|
+
"""Create a new scan task using an OCI image target.
|
|
486
|
+
|
|
487
|
+
Args:
|
|
488
|
+
name: Name of the new task.
|
|
489
|
+
oci_image_target_id: UUID of the OCI image target to be scanned.
|
|
490
|
+
scanner_id: UUID of scanner to use for scanning the agents.
|
|
491
|
+
comment: Optional comment for the task.
|
|
492
|
+
alterable: Whether the task should be alterable.
|
|
493
|
+
alert_ids: List of UUIDs for alerts to be applied to the task.
|
|
494
|
+
schedule_id: UUID of a schedule when the task should be run.
|
|
495
|
+
schedule_periods: Limit to number of scheduled runs, 0 for unlimited.
|
|
496
|
+
observers: List of usernames or IDs allowed to observe the task.
|
|
497
|
+
preferences: Scanner preferences as name/value pairs.
|
|
498
|
+
"""
|
|
499
|
+
return self._send_request_and_transform_response(
|
|
500
|
+
Tasks.create_container_image_task(
|
|
501
|
+
name=name,
|
|
502
|
+
oci_image_target_id=oci_image_target_id,
|
|
503
|
+
scanner_id=scanner_id,
|
|
504
|
+
comment=comment,
|
|
505
|
+
alterable=alterable,
|
|
506
|
+
schedule_id=schedule_id,
|
|
507
|
+
alert_ids=alert_ids,
|
|
508
|
+
schedule_periods=schedule_periods,
|
|
509
|
+
observers=observers,
|
|
510
|
+
preferences=preferences,
|
|
511
|
+
)
|
|
512
|
+
)
|
|
513
|
+
|
|
457
514
|
def create_container_task(
|
|
458
515
|
self, name: str, *, comment: Optional[str] = None
|
|
459
516
|
) -> T:
|
|
@@ -586,6 +643,7 @@ class GMPNext(GMPv227[T]):
|
|
|
586
643
|
target_id: Optional[EntityID] = None,
|
|
587
644
|
scanner_id: Optional[EntityID] = None,
|
|
588
645
|
agent_group_id: Optional[EntityID] = None,
|
|
646
|
+
oci_image_target_id: Optional[EntityID] = None,
|
|
589
647
|
alterable: Optional[bool] = None,
|
|
590
648
|
hosts_ordering: Optional[HostsOrdering] = None,
|
|
591
649
|
schedule_id: Optional[EntityID] = None,
|
|
@@ -604,6 +662,7 @@ class GMPNext(GMPv227[T]):
|
|
|
604
662
|
target_id: UUID of target to be scanned
|
|
605
663
|
scanner_id: UUID of scanner to use for scanning the target
|
|
606
664
|
agent_group_id: UUID of agent group to use for scanning
|
|
665
|
+
oci_image_target_id: UUID of the OCI Image target to be scanned.
|
|
607
666
|
comment: The comment on the task.
|
|
608
667
|
alert_ids: List of UUIDs for alerts to be applied to the task
|
|
609
668
|
hosts_ordering: The order hosts are scanned in
|
|
@@ -622,6 +681,7 @@ class GMPNext(GMPv227[T]):
|
|
|
622
681
|
target_id=target_id,
|
|
623
682
|
scanner_id=scanner_id,
|
|
624
683
|
agent_group_id=agent_group_id,
|
|
684
|
+
oci_image_target_id=oci_image_target_id,
|
|
625
685
|
alterable=alterable,
|
|
626
686
|
hosts_ordering=hosts_ordering,
|
|
627
687
|
schedule_id=schedule_id,
|
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
# SPDX-FileCopyrightText: 2025 Greenbone AG
|
|
2
|
+
#
|
|
3
|
+
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
4
|
+
|
|
5
|
+
from typing import Any, Mapping, Optional, Sequence
|
|
6
|
+
|
|
7
|
+
from gvm.errors import RequiredArgument
|
|
8
|
+
from gvm.protocols.core import Request
|
|
9
|
+
from gvm.protocols.gmp.requests._entity_id import EntityID
|
|
10
|
+
from gvm.utils import to_bool
|
|
11
|
+
from gvm.xml import XmlCommand
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
class Agents:
|
|
15
|
+
|
|
16
|
+
@staticmethod
|
|
17
|
+
def _add_element(element, name: str, value: Any) -> None:
|
|
18
|
+
"""
|
|
19
|
+
Helper to add a sub-element with a value if the value is not None.
|
|
20
|
+
|
|
21
|
+
Args:
|
|
22
|
+
element: The XML parent element to which the new element is added.
|
|
23
|
+
name: Name of the sub-element to create.
|
|
24
|
+
value: Value to set as the text of the sub-element. If None, the
|
|
25
|
+
element will not be created.
|
|
26
|
+
"""
|
|
27
|
+
if value is not None:
|
|
28
|
+
element.add_element(name, str(value))
|
|
29
|
+
|
|
30
|
+
@classmethod
|
|
31
|
+
def _validate_agent_config(
|
|
32
|
+
cls, config: Mapping[str, Any], *, caller: str
|
|
33
|
+
) -> None:
|
|
34
|
+
"""Ensure all required fields exist, are well-shaped, and non-empty."""
|
|
35
|
+
|
|
36
|
+
def valid_map(d: Any, key: str, path: str) -> Mapping[str, Any]:
|
|
37
|
+
if not isinstance(d, Mapping):
|
|
38
|
+
raise RequiredArgument(
|
|
39
|
+
function=caller, argument=f"config.{path.rstrip('.')}"
|
|
40
|
+
)
|
|
41
|
+
v = d.get(key)
|
|
42
|
+
if not isinstance(v, Mapping):
|
|
43
|
+
raise RequiredArgument(
|
|
44
|
+
function=caller, argument=f"config.{path}{key}"
|
|
45
|
+
)
|
|
46
|
+
return v
|
|
47
|
+
|
|
48
|
+
def valid_value(d: Mapping[str, Any], key: str, path: str) -> Any:
|
|
49
|
+
v = d.get(key)
|
|
50
|
+
if v is None or (isinstance(v, str) and v.strip() == ""):
|
|
51
|
+
raise RequiredArgument(
|
|
52
|
+
function=caller, argument=f"config.{path}{key}"
|
|
53
|
+
)
|
|
54
|
+
return v
|
|
55
|
+
|
|
56
|
+
# agent_control.retry
|
|
57
|
+
ac = valid_map(config, "agent_control", "")
|
|
58
|
+
retry = valid_map(ac, "retry", "agent_control.")
|
|
59
|
+
valid_value(retry, "attempts", "agent_control.retry.")
|
|
60
|
+
valid_value(retry, "delay_in_seconds", "agent_control.retry.")
|
|
61
|
+
valid_value(retry, "max_jitter_in_seconds", "agent_control.retry.")
|
|
62
|
+
|
|
63
|
+
# agent_script_executor
|
|
64
|
+
se = valid_map(config, "agent_script_executor", "")
|
|
65
|
+
valid_value(se, "bulk_size", "agent_script_executor.")
|
|
66
|
+
valid_value(se, "bulk_throttle_time_in_ms", "agent_script_executor.")
|
|
67
|
+
valid_value(se, "indexer_dir_depth", "agent_script_executor.")
|
|
68
|
+
|
|
69
|
+
sched = se.get("scheduler_cron_time")
|
|
70
|
+
if isinstance(sched, Sequence) and not isinstance(sched, (str, bytes)):
|
|
71
|
+
items = [str(x) for x in sched]
|
|
72
|
+
else:
|
|
73
|
+
items = []
|
|
74
|
+
if not items or any(not str(x).strip() for x in items):
|
|
75
|
+
raise RequiredArgument(
|
|
76
|
+
function=caller,
|
|
77
|
+
argument="config.agent_script_executor.scheduler_cron_time",
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
# heartbeat
|
|
81
|
+
hb = valid_map(config, "heartbeat", "")
|
|
82
|
+
valid_value(hb, "interval_in_seconds", "heartbeat.")
|
|
83
|
+
valid_value(hb, "miss_until_inactive", "heartbeat.")
|
|
84
|
+
|
|
85
|
+
@classmethod
|
|
86
|
+
def _append_agent_config(cls, parent, config: Mapping[str, Any]) -> None:
|
|
87
|
+
"""
|
|
88
|
+
Append an agent configuration block to the given XML parent element.
|
|
89
|
+
|
|
90
|
+
Expected config structure::
|
|
91
|
+
|
|
92
|
+
{
|
|
93
|
+
"agent_control": {
|
|
94
|
+
"retry": {
|
|
95
|
+
"attempts": 6,
|
|
96
|
+
"delay_in_seconds": 60,
|
|
97
|
+
"max_jitter_in_seconds": 10
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"agent_script_executor": {
|
|
101
|
+
"bulk_size": 2,
|
|
102
|
+
"bulk_throttle_time_in_ms": 300,
|
|
103
|
+
"indexer_dir_depth": 100,
|
|
104
|
+
"scheduler_cron_time": ["0 */12 * * *"]
|
|
105
|
+
},
|
|
106
|
+
"heartbeat": {
|
|
107
|
+
"interval_in_seconds": 300,
|
|
108
|
+
"miss_until_inactive": 1
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
Args:
|
|
113
|
+
parent: The XML parent element to which the `<config>` element
|
|
114
|
+
should be appended.
|
|
115
|
+
config: Mapping containing the agent configuration fields to
|
|
116
|
+
serialize.
|
|
117
|
+
"""
|
|
118
|
+
xml_config = parent.add_element("config")
|
|
119
|
+
|
|
120
|
+
# agent_control.retry
|
|
121
|
+
ac = config["agent_control"]
|
|
122
|
+
retry = ac["retry"]
|
|
123
|
+
xml_ac = xml_config.add_element("agent_control")
|
|
124
|
+
xml_retry = xml_ac.add_element("retry")
|
|
125
|
+
cls._add_element(xml_retry, "attempts", retry.get("attempts"))
|
|
126
|
+
cls._add_element(
|
|
127
|
+
xml_retry, "delay_in_seconds", retry.get("delay_in_seconds")
|
|
128
|
+
)
|
|
129
|
+
cls._add_element(
|
|
130
|
+
xml_retry,
|
|
131
|
+
"max_jitter_in_seconds",
|
|
132
|
+
retry.get("max_jitter_in_seconds"),
|
|
133
|
+
)
|
|
134
|
+
|
|
135
|
+
# agent_script_executor
|
|
136
|
+
se = config["agent_script_executor"]
|
|
137
|
+
xml_se = xml_config.add_element("agent_script_executor")
|
|
138
|
+
cls._add_element(xml_se, "bulk_size", se.get("bulk_size"))
|
|
139
|
+
cls._add_element(
|
|
140
|
+
xml_se,
|
|
141
|
+
"bulk_throttle_time_in_ms",
|
|
142
|
+
se.get("bulk_throttle_time_in_ms"),
|
|
143
|
+
)
|
|
144
|
+
cls._add_element(
|
|
145
|
+
xml_se, "indexer_dir_depth", se.get("indexer_dir_depth")
|
|
146
|
+
)
|
|
147
|
+
sched = se.get("scheduler_cron_time")
|
|
148
|
+
xml_sched = xml_se.add_element("scheduler_cron_time")
|
|
149
|
+
for item in sched:
|
|
150
|
+
xml_sched.add_element("item", str(item))
|
|
151
|
+
|
|
152
|
+
# heartbeat
|
|
153
|
+
hb = config["heartbeat"]
|
|
154
|
+
xml_hb = xml_config.add_element("heartbeat")
|
|
155
|
+
cls._add_element(
|
|
156
|
+
xml_hb, "interval_in_seconds", hb.get("interval_in_seconds")
|
|
157
|
+
)
|
|
158
|
+
cls._add_element(
|
|
159
|
+
xml_hb, "miss_until_inactive", hb.get("miss_until_inactive")
|
|
160
|
+
)
|
|
161
|
+
|
|
162
|
+
@classmethod
|
|
163
|
+
def get_agents(
|
|
164
|
+
cls,
|
|
165
|
+
*,
|
|
166
|
+
filter_string: Optional[str] = None,
|
|
167
|
+
filter_id: Optional[EntityID] = None,
|
|
168
|
+
details: Optional[bool] = None,
|
|
169
|
+
) -> Request:
|
|
170
|
+
"""Request a list of agents.
|
|
171
|
+
|
|
172
|
+
Args:
|
|
173
|
+
filter_string: Filter term to use for the query.
|
|
174
|
+
filter_id: UUID of an existing filter to use for the query.
|
|
175
|
+
details: Whether to include detailed agent info.
|
|
176
|
+
"""
|
|
177
|
+
cmd = XmlCommand("get_agents")
|
|
178
|
+
cmd.add_filter(filter_string, filter_id)
|
|
179
|
+
|
|
180
|
+
if details is not None:
|
|
181
|
+
cmd.set_attribute("details", to_bool(details))
|
|
182
|
+
|
|
183
|
+
return cmd
|
|
184
|
+
|
|
185
|
+
@classmethod
|
|
186
|
+
def modify_agents(
|
|
187
|
+
cls,
|
|
188
|
+
agent_ids: list[EntityID],
|
|
189
|
+
*,
|
|
190
|
+
authorized: Optional[bool] = None,
|
|
191
|
+
config: Optional[Mapping[str, Any]] = None,
|
|
192
|
+
comment: Optional[str] = None,
|
|
193
|
+
) -> Request:
|
|
194
|
+
"""
|
|
195
|
+
Modify multiple agents.
|
|
196
|
+
|
|
197
|
+
Args:
|
|
198
|
+
agent_ids: List of agent UUIDs to modify.
|
|
199
|
+
authorized: Whether the agent is authorized.
|
|
200
|
+
config: Nested config, e.g.:
|
|
201
|
+
{
|
|
202
|
+
"agent_control": {
|
|
203
|
+
"retry": {
|
|
204
|
+
"attempts": 6,
|
|
205
|
+
"delay_in_seconds": 60,
|
|
206
|
+
"max_jitter_in_seconds": 10,
|
|
207
|
+
}
|
|
208
|
+
},
|
|
209
|
+
"agent_script_executor": {
|
|
210
|
+
"bulk_size": 2,
|
|
211
|
+
"bulk_throttle_time_in_ms": 300,
|
|
212
|
+
"indexer_dir_depth": 100,
|
|
213
|
+
"scheduler_cron_time": ["0 */12 * * *"], # str or list[str]
|
|
214
|
+
},
|
|
215
|
+
"heartbeat": {
|
|
216
|
+
"interval_in_seconds": 300,
|
|
217
|
+
"miss_until_inactive": 1,
|
|
218
|
+
},
|
|
219
|
+
}
|
|
220
|
+
comment: Optional comment for the change.
|
|
221
|
+
"""
|
|
222
|
+
if not agent_ids:
|
|
223
|
+
raise RequiredArgument(
|
|
224
|
+
function=cls.modify_agents.__name__, argument="agent_ids"
|
|
225
|
+
)
|
|
226
|
+
|
|
227
|
+
cmd = XmlCommand("modify_agent")
|
|
228
|
+
xml_agents = cmd.add_element("agents")
|
|
229
|
+
|
|
230
|
+
for agent_id in agent_ids:
|
|
231
|
+
xml_agents.add_element("agent", attrs={"id": agent_id})
|
|
232
|
+
|
|
233
|
+
if authorized is not None:
|
|
234
|
+
cmd.add_element("authorized", to_bool(authorized))
|
|
235
|
+
|
|
236
|
+
if config is not None:
|
|
237
|
+
cls._validate_agent_config(
|
|
238
|
+
config, caller=cls.modify_agents.__name__
|
|
239
|
+
)
|
|
240
|
+
cls._append_agent_config(cmd, config)
|
|
241
|
+
|
|
242
|
+
if comment:
|
|
243
|
+
cmd.add_element("comment", comment)
|
|
244
|
+
|
|
245
|
+
return cmd
|
|
246
|
+
|
|
247
|
+
@classmethod
|
|
248
|
+
def delete_agents(cls, agent_ids: list[EntityID]) -> Request:
|
|
249
|
+
"""Delete multiple agents
|
|
250
|
+
|
|
251
|
+
Args:
|
|
252
|
+
agent_ids: List of agent UUIDs to delete
|
|
253
|
+
"""
|
|
254
|
+
if not agent_ids:
|
|
255
|
+
raise RequiredArgument(
|
|
256
|
+
function=cls.delete_agents.__name__, argument="agent_ids"
|
|
257
|
+
)
|
|
258
|
+
|
|
259
|
+
cmd = XmlCommand("delete_agent")
|
|
260
|
+
xml_agents = cmd.add_element("agents")
|
|
261
|
+
|
|
262
|
+
for agent_id in agent_ids:
|
|
263
|
+
xml_agents.add_element("agent", attrs={"id": agent_id})
|
|
264
|
+
|
|
265
|
+
return cmd
|
|
266
|
+
|
|
267
|
+
@classmethod
|
|
268
|
+
def modify_agent_control_scan_config(
|
|
269
|
+
cls,
|
|
270
|
+
agent_control_id: EntityID,
|
|
271
|
+
config: Mapping[str, Any],
|
|
272
|
+
) -> Request:
|
|
273
|
+
"""
|
|
274
|
+
Modify agent control scan config.
|
|
275
|
+
|
|
276
|
+
Args:
|
|
277
|
+
agent_control_id: The agent control UUID.
|
|
278
|
+
config: Nested config, e.g.:
|
|
279
|
+
{
|
|
280
|
+
"agent_control": {
|
|
281
|
+
"retry": {
|
|
282
|
+
"attempts": 6,
|
|
283
|
+
"delay_in_seconds": 60,
|
|
284
|
+
"max_jitter_in_seconds": 10,
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"agent_script_executor": {
|
|
288
|
+
"bulk_size": 2,
|
|
289
|
+
"bulk_throttle_time_in_ms": 300,
|
|
290
|
+
"indexer_dir_depth": 100,
|
|
291
|
+
"scheduler_cron_time": ["0 */12 * * *"], # str or list[str]
|
|
292
|
+
},
|
|
293
|
+
"heartbeat": {
|
|
294
|
+
"interval_in_seconds": 300,
|
|
295
|
+
"miss_until_inactive": 1,
|
|
296
|
+
},
|
|
297
|
+
}
|
|
298
|
+
"""
|
|
299
|
+
if not agent_control_id:
|
|
300
|
+
raise RequiredArgument(
|
|
301
|
+
function=cls.modify_agent_control_scan_config.__name__,
|
|
302
|
+
argument="agent_control_id",
|
|
303
|
+
)
|
|
304
|
+
if not config:
|
|
305
|
+
raise RequiredArgument(
|
|
306
|
+
function=cls.modify_agent_control_scan_config.__name__,
|
|
307
|
+
argument="config",
|
|
308
|
+
)
|
|
309
|
+
|
|
310
|
+
cls._validate_agent_config(
|
|
311
|
+
config, caller=cls.modify_agent_control_scan_config.__name__
|
|
312
|
+
)
|
|
313
|
+
|
|
314
|
+
cmd = XmlCommand(
|
|
315
|
+
"modify_agent_control_scan_config",
|
|
316
|
+
)
|
|
317
|
+
cmd.set_attribute("agent_control_id", str(agent_control_id))
|
|
318
|
+
|
|
319
|
+
cls._append_agent_config(cmd, config)
|
|
320
|
+
|
|
321
|
+
return cmd
|
|
@@ -119,6 +119,96 @@ class Tasks:
|
|
|
119
119
|
|
|
120
120
|
return cmd
|
|
121
121
|
|
|
122
|
+
@classmethod
|
|
123
|
+
def create_container_image_task(
|
|
124
|
+
cls,
|
|
125
|
+
name: str,
|
|
126
|
+
oci_image_target_id: EntityID,
|
|
127
|
+
scanner_id: EntityID,
|
|
128
|
+
*,
|
|
129
|
+
comment: Optional[str] = None,
|
|
130
|
+
alterable: Optional[bool] = None,
|
|
131
|
+
schedule_id: Optional[EntityID] = None,
|
|
132
|
+
alert_ids: Optional[Sequence[EntityID]] = None,
|
|
133
|
+
schedule_periods: Optional[int] = None,
|
|
134
|
+
observers: Optional[Sequence[str]] = None,
|
|
135
|
+
preferences: Optional[Mapping[str, SupportsStr]] = None,
|
|
136
|
+
) -> Request:
|
|
137
|
+
"""Create a new scan task using an OCI image target.
|
|
138
|
+
|
|
139
|
+
Args:
|
|
140
|
+
name: Name of the new task.
|
|
141
|
+
oci_image_target_id: UUID of the OCI Image target to be scanned.
|
|
142
|
+
scanner_id: UUID of scanner to use for scanning the agents.
|
|
143
|
+
comment: Optional comment for the task.
|
|
144
|
+
alterable: Whether the task should be alterable.
|
|
145
|
+
alert_ids: List of UUIDs for alerts to be applied to the task.
|
|
146
|
+
schedule_id: UUID of a schedule when the task should be run.
|
|
147
|
+
schedule_periods: Limit to number of scheduled runs, 0 for unlimited.
|
|
148
|
+
observers: List of usernames or IDs allowed to observe the task.
|
|
149
|
+
preferences: Scanner preferences as name/value pairs.
|
|
150
|
+
"""
|
|
151
|
+
if not name:
|
|
152
|
+
raise RequiredArgument(
|
|
153
|
+
function=cls.create_container_image_task.__name__,
|
|
154
|
+
argument="name",
|
|
155
|
+
)
|
|
156
|
+
|
|
157
|
+
if not oci_image_target_id:
|
|
158
|
+
raise RequiredArgument(
|
|
159
|
+
function=cls.create_container_image_task.__name__,
|
|
160
|
+
argument="oci_image_target_id",
|
|
161
|
+
)
|
|
162
|
+
|
|
163
|
+
if not scanner_id:
|
|
164
|
+
raise RequiredArgument(
|
|
165
|
+
function=cls.create_container_image_task.__name__,
|
|
166
|
+
argument="scanner_id",
|
|
167
|
+
)
|
|
168
|
+
|
|
169
|
+
cmd = XmlCommand("create_task")
|
|
170
|
+
cmd.add_element("name", name)
|
|
171
|
+
cmd.add_element("usage_type", "scan")
|
|
172
|
+
cmd.add_element(
|
|
173
|
+
"oci_image_target", attrs={"id": str(oci_image_target_id)}
|
|
174
|
+
)
|
|
175
|
+
cmd.add_element("scanner", attrs={"id": str(scanner_id)})
|
|
176
|
+
|
|
177
|
+
if comment:
|
|
178
|
+
cmd.add_element("comment", comment)
|
|
179
|
+
|
|
180
|
+
if alterable is not None:
|
|
181
|
+
cmd.add_element("alterable", to_bool(alterable))
|
|
182
|
+
|
|
183
|
+
if alert_ids:
|
|
184
|
+
for alert in alert_ids:
|
|
185
|
+
cmd.add_element("alert", attrs={"id": str(alert)})
|
|
186
|
+
|
|
187
|
+
if schedule_id:
|
|
188
|
+
cmd.add_element("schedule", attrs={"id": str(schedule_id)})
|
|
189
|
+
|
|
190
|
+
if schedule_periods is not None:
|
|
191
|
+
if (
|
|
192
|
+
not isinstance(schedule_periods, Integral)
|
|
193
|
+
or schedule_periods < 0
|
|
194
|
+
):
|
|
195
|
+
raise InvalidArgument(
|
|
196
|
+
"schedule_periods must be an integer greater or equal than 0"
|
|
197
|
+
)
|
|
198
|
+
cmd.add_element("schedule_periods", str(schedule_periods))
|
|
199
|
+
|
|
200
|
+
if observers:
|
|
201
|
+
cmd.add_element("observers", to_comma_list(observers))
|
|
202
|
+
|
|
203
|
+
if preferences is not None:
|
|
204
|
+
xml_prefs = cmd.add_element("preferences")
|
|
205
|
+
for pref_name, pref_value in preferences.items():
|
|
206
|
+
xml_pref = xml_prefs.add_element("preference")
|
|
207
|
+
xml_pref.add_element("scanner_name", pref_name)
|
|
208
|
+
xml_pref.add_element("value", str(pref_value))
|
|
209
|
+
|
|
210
|
+
return cmd
|
|
211
|
+
|
|
122
212
|
@classmethod
|
|
123
213
|
def create_container_task(
|
|
124
214
|
cls, name: str, *, comment: Optional[str] = None
|
|
@@ -350,6 +440,7 @@ class Tasks:
|
|
|
350
440
|
target_id: Optional[EntityID] = None,
|
|
351
441
|
scanner_id: Optional[EntityID] = None,
|
|
352
442
|
agent_group_id: Optional[EntityID] = None,
|
|
443
|
+
oci_image_target_id: Optional[EntityID] = None,
|
|
353
444
|
alterable: Optional[bool] = None,
|
|
354
445
|
hosts_ordering: Optional[HostsOrdering] = None,
|
|
355
446
|
schedule_id: Optional[EntityID] = None,
|
|
@@ -368,6 +459,7 @@ class Tasks:
|
|
|
368
459
|
target_id: UUID of target to be scanned
|
|
369
460
|
scanner_id: UUID of scanner to use for scanning the target
|
|
370
461
|
agent_group_id: UUID of agent group to use for scanning
|
|
462
|
+
oci_image_target_id: UUID of the OCI Image target to be scanned.
|
|
371
463
|
comment: The comment on the task.
|
|
372
464
|
alert_ids: List of UUIDs for alerts to be applied to the task
|
|
373
465
|
hosts_ordering: The order hosts are scanned in
|
|
@@ -383,11 +475,17 @@ class Tasks:
|
|
|
383
475
|
function=cls.modify_task.__name__, argument="task_id"
|
|
384
476
|
)
|
|
385
477
|
|
|
386
|
-
if
|
|
478
|
+
if (
|
|
479
|
+
sum(
|
|
480
|
+
id is not None
|
|
481
|
+
for id in (target_id, agent_group_id, oci_image_target_id)
|
|
482
|
+
)
|
|
483
|
+
> 1
|
|
484
|
+
):
|
|
387
485
|
raise InvalidArgument(
|
|
388
486
|
function=cls.modify_task.__name__,
|
|
389
|
-
argument="target_id/agent_group_id",
|
|
390
|
-
message="Only one of target_id or
|
|
487
|
+
argument="target_id/agent_group_id/oci_image_target_id",
|
|
488
|
+
message="Only one of target_id, agent_group_id or oci_image_target_id can be modified at a time",
|
|
391
489
|
)
|
|
392
490
|
|
|
393
491
|
cmd = XmlCommand("modify_task")
|
|
@@ -408,6 +506,11 @@ class Tasks:
|
|
|
408
506
|
if agent_group_id:
|
|
409
507
|
cmd.add_element("agent_group", attrs={"id": str(agent_group_id)})
|
|
410
508
|
|
|
509
|
+
if oci_image_target_id:
|
|
510
|
+
cmd.add_element(
|
|
511
|
+
"oci_image_target", attrs={"id": str(oci_image_target_id)}
|
|
512
|
+
)
|
|
513
|
+
|
|
411
514
|
if alterable is not None:
|
|
412
515
|
cmd.add_element("alterable", to_bool(alterable))
|
|
413
516
|
|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|
|
4
4
|
|
|
5
5
|
[tool.poetry]
|
|
6
6
|
name = "python-gvm"
|
|
7
|
-
version = "26.
|
|
7
|
+
version = "26.7.0"
|
|
8
8
|
description = "Library to communicate with remote servers over GMP or OSP"
|
|
9
9
|
license = "GPL-3.0-or-later"
|
|
10
10
|
authors = ["Greenbone AG <info@greenbone.net>"]
|
|
@@ -10,9 +10,9 @@ class GmpDeleteAgentsTestMixin:
|
|
|
10
10
|
self.gmp.delete_agents(agent_ids=["agent-123", "agent-456"])
|
|
11
11
|
|
|
12
12
|
self.connection.send.has_been_called_with(
|
|
13
|
-
b"<
|
|
13
|
+
b"<delete_agent>"
|
|
14
14
|
b'<agents><agent id="agent-123"/><agent id="agent-456"/></agents>'
|
|
15
|
-
b"</
|
|
15
|
+
b"</delete_agent>"
|
|
16
16
|
)
|
|
17
17
|
|
|
18
18
|
def test_delete_agents_without_ids(self):
|