python-gvm 26.11.1__tar.gz → 27.0.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- python_gvm-27.0.1/.gitignore +18 -0
- python_gvm-27.0.1/PKG-INFO +167 -0
- python_gvm-27.0.1/README.md +140 -0
- python_gvm-27.0.1/docs/Makefile +22 -0
- python_gvm-27.0.1/docs/_static/custom.css +252 -0
- python_gvm-27.0.1/docs/_static/greenbone.png +0 -0
- python_gvm-27.0.1/docs/_static/logo.svg +200 -0
- python_gvm-27.0.1/docs/api/api.md +19 -0
- python_gvm-27.0.1/docs/api/connections.md +32 -0
- python_gvm-27.0.1/docs/api/errors.md +8 -0
- python_gvm-27.0.1/docs/api/gmp.md +22 -0
- python_gvm-27.0.1/docs/api/gmpnext.md +157 -0
- python_gvm-27.0.1/docs/api/gmpv224.md +131 -0
- python_gvm-27.0.1/docs/api/gmpv225.md +156 -0
- python_gvm-27.0.1/docs/api/gmpv226.md +157 -0
- python_gvm-27.0.1/docs/api/gmpv227.md +157 -0
- python_gvm-27.0.1/docs/api/http.md +16 -0
- python_gvm-27.0.1/docs/api/main.md +15 -0
- python_gvm-27.0.1/docs/api/openvasdv1/health.md +6 -0
- python_gvm-27.0.1/docs/api/openvasdv1/metadata.md +6 -0
- python_gvm-27.0.1/docs/api/openvasdv1/notus.md +6 -0
- python_gvm-27.0.1/docs/api/openvasdv1/scans.md +6 -0
- python_gvm-27.0.1/docs/api/openvasdv1/vts.md +6 -0
- python_gvm-27.0.1/docs/api/openvasdv1.md +18 -0
- python_gvm-27.0.1/docs/api/ospv1.md +13 -0
- python_gvm-27.0.1/docs/api/other.md +13 -0
- python_gvm-27.0.1/docs/api/protocols.md +33 -0
- python_gvm-27.0.1/docs/api/transforms.md +8 -0
- python_gvm-27.0.1/docs/conf.py +228 -0
- python_gvm-27.0.1/docs/favicon.png +0 -0
- python_gvm-27.0.1/docs/index.md +30 -0
- python_gvm-27.0.1/docs/install.md +60 -0
- python_gvm-27.0.1/docs/requirements.txt +5 -0
- python_gvm-27.0.1/docs/usage.md +341 -0
- python_gvm-27.0.1/gvm/__version__.py +5 -0
- python_gvm-27.0.1/gvm/_enum.py +47 -0
- python_gvm-27.0.1/gvm/connections/__init__.py +32 -0
- python_gvm-27.0.1/gvm/connections/_connection.py +124 -0
- python_gvm-27.0.1/gvm/connections/_debug.py +71 -0
- python_gvm-27.0.1/gvm/connections/_ssh.py +351 -0
- python_gvm-27.0.1/gvm/connections/_tls.py +100 -0
- python_gvm-27.0.1/gvm/connections/_unix.py +53 -0
- python_gvm-27.0.1/gvm/errors.py +195 -0
- python_gvm-27.0.1/gvm/protocols/_protocol.py +146 -0
- python_gvm-27.0.1/gvm/protocols/core/_connection.py +201 -0
- python_gvm-27.0.1/gvm/protocols/core/_response.py +115 -0
- python_gvm-27.0.1/gvm/protocols/gmp/__init__.py +39 -0
- python_gvm-27.0.1/gvm/protocols/gmp/_gmp.py +140 -0
- python_gvm-27.0.1/gvm/protocols/gmp/_gmp224.py +4344 -0
- python_gvm-27.0.1/gvm/protocols/gmp/_gmp225.py +74 -0
- python_gvm-27.0.1/gvm/protocols/gmp/_gmp226.py +432 -0
- python_gvm-27.0.1/gvm/protocols/gmp/_gmp227.py +188 -0
- python_gvm-27.0.1/gvm/protocols/gmp/_gmpnext.py +994 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/_entity_id.py +7 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/__init__.py +166 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/_agent_groups.py +192 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/_agent_installers.py +81 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/_agents.py +433 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/_credential_stores.py +170 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/_credentials.py +178 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/_integration_configs.py +110 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/_oci_image_targets.py +185 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/next/_tasks.py +643 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/__init__.py +124 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_aggregates.py +199 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_alerts.py +476 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_audits.py +365 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_auth.py +76 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_cert_bund_advisories.py +65 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_cpes.py +66 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_credentials.py +535 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_cves.py +66 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_dfn_cert_advisories.py +66 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_entity_type.py +67 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_feed.py +45 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_filters.py +241 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_groups.py +165 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_help.py +48 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_hosts.py +138 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_notes.py +229 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_nvts.py +249 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_operating_systems.py +111 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_overrides.py +238 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_permissions.py +264 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_policies.py +422 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_port_lists.py +247 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_report_formats.py +254 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_reports.py +167 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_results.py +72 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_roles.py +155 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_scan_configs.py +509 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_scanners.py +298 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_schedules.py +226 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_secinfo.py +99 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_system_reports.py +67 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_tags.py +254 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_targets.py +371 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_tasks.py +424 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_tickets.py +204 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_tls_certificates.py +184 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_user_settings.py +84 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_users.py +233 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v224/_vulnerabilities.py +45 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v225/__init__.py +144 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v225/_resource_names.py +113 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v226/__init__.py +148 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v226/_audit_reports.py +127 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v226/_filters.py +248 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v226/_report_configs.py +300 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v226/_reports.py +174 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v226/_resource_names.py +116 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v227/__init__.py +151 -0
- python_gvm-27.0.1/gvm/protocols/gmp/requests/v227/_scanners.py +326 -0
- python_gvm-27.0.1/gvm/protocols/http/openvasd/_client.py +79 -0
- python_gvm-27.0.1/gvm/protocols/http/openvasd/_metadata.py +112 -0
- python_gvm-27.0.1/gvm/protocols/http/openvasd/_openvasd1.py +126 -0
- python_gvm-27.0.1/gvm/protocols/http/openvasd/_scans.py +562 -0
- python_gvm-27.0.1/gvm/protocols/latest.py +35 -0
- python_gvm-27.0.1/gvm/protocols/next.py +33 -0
- python_gvm-27.0.1/gvm/protocols/ospv1.py +271 -0
- python_gvm-27.0.1/gvm/transforms.py +71 -0
- python_gvm-27.0.1/gvm/utils.py +176 -0
- python_gvm-27.0.1/gvm/xml.py +253 -0
- python_gvm-27.0.1/pyproject.toml +173 -0
- python_gvm-27.0.1/tests/__init__.py +52 -0
- python_gvm-27.0.1/tests/connections/test_ssh_connection.py +486 -0
- python_gvm-27.0.1/tests/connections/test_tls_connection.py +68 -0
- python_gvm-27.0.1/tests/connections/test_unix_socket_connection.py +114 -0
- python_gvm-27.0.1/tests/protocols/__init__.py +29 -0
- python_gvm-27.0.1/tests/protocols/core/test_response.py +102 -0
- python_gvm-27.0.1/tests/protocols/core/test_states.py +169 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_alerts.py +838 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_audits.py +750 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_auth.py +95 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_notes.py +359 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_overrides.py +511 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_report_formats.py +299 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_roles.py +145 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_scan_configs.py +774 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_scanners.py +419 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_targets.py +647 -0
- python_gvm-27.0.1/tests/protocols/gmp/requests/v224/test_tasks.py +724 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installer.py +22 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installer_file.py +22 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/integration_configs/__init__.py +3 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/integration_configs/test_get_integration_config.py +44 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/integration_configs/test_get_integration_configs.py +25 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/integration_configs/test_modify_integration_config.py +170 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/oci_image_targets/test_clone_oci_image_target.py +26 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/tasks/test_create_container_task.py +37 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/tasks/test_create_import_task.py +33 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/tasks/test_modify_task.py +207 -0
- python_gvm-27.0.1/tests/protocols/gmpnext/entities/test_integration_configs.py +33 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/alerts/test_modify_alert.py +213 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/audits/test_modify_audit.py +177 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/filters/test_create_filter.py +103 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/filters/test_modify_filter.py +62 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/groups/test_create_group.py +57 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/groups/test_modify_group.py +52 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/hosts/test_modify_host.py +50 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/notes/test_create_note.py +150 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/notes/test_modify_note.py +149 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/operating_systems/test_modify_operating_system.py +54 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/overrides/test_create_override.py +189 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/overrides/test_modify_override.py +184 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/policies/test_import_policy.py +37 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_comment.py +39 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_name.py +35 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/report_formats/test_clone_report_format.py +34 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/report_formats/test_delete_report_format.py +39 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/report_formats/test_get_report_format.py +44 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/report_formats/test_import_report_format.py +38 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/report_formats/test_modify_report_format.py +110 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/report_formats/test_verify_report_format.py +31 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/reports/test_get_report.py +81 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/reports/test_import_report.py +71 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/roles/test_create_role.py +42 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/roles/test_modify_role.py +58 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/scan_configs/__init__.py +50 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/scan_configs/test_import_scan_config.py +37 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_comment.py +39 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_name.py +35 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/scanners/test_modify_scanner.py +117 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/schedules/test_create_schedule.py +86 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/schedules/test_modify_schedule.py +69 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/secinfo/__init__.py +46 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/secinfo/test_get_info.py +76 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/tags/test_modify_tag.py +185 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/targets/test_clone_target.py +26 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/targets/test_modify_target.py +209 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/tasks/test_create_container_task.py +33 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/tasks/test_modify_task.py +175 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/tls_certificates/test_clone_tls_certificate.py +22 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/entities/users/test_modify_user.py +146 -0
- python_gvm-27.0.1/tests/protocols/gmpv224/system/user_settings/test_modify_user_setting.py +50 -0
- python_gvm-27.0.1/tests/protocols/gmpv226/entities/audit_reports/test_get_report.py +81 -0
- python_gvm-27.0.1/tests/protocols/gmpv226/entities/reports/test_get_report.py +90 -0
- python_gvm-27.0.1/tests/protocols/gmpv226/entities/reports/test_import_report.py +71 -0
- python_gvm-27.0.1/tests/protocols/gmpv227/entities/scanners/test_modify_scanner.py +151 -0
- python_gvm-27.0.1/tests/protocols/osp/test_osp_start_scan.py +89 -0
- python_gvm-27.0.1/uv.lock +1633 -0
- python_gvm-26.11.1/PKG-INFO +0 -180
- python_gvm-26.11.1/README.md +0 -149
- python_gvm-26.11.1/gvm/__version__.py +0 -5
- python_gvm-26.11.1/gvm/_enum.py +0 -47
- python_gvm-26.11.1/gvm/connections/__init__.py +0 -32
- python_gvm-26.11.1/gvm/connections/_connection.py +0 -124
- python_gvm-26.11.1/gvm/connections/_debug.py +0 -71
- python_gvm-26.11.1/gvm/connections/_ssh.py +0 -352
- python_gvm-26.11.1/gvm/connections/_tls.py +0 -101
- python_gvm-26.11.1/gvm/connections/_unix.py +0 -54
- python_gvm-26.11.1/gvm/errors.py +0 -201
- python_gvm-26.11.1/gvm/protocols/_protocol.py +0 -145
- python_gvm-26.11.1/gvm/protocols/core/_connection.py +0 -201
- python_gvm-26.11.1/gvm/protocols/core/_response.py +0 -115
- python_gvm-26.11.1/gvm/protocols/gmp/__init__.py +0 -39
- python_gvm-26.11.1/gvm/protocols/gmp/_gmp.py +0 -140
- python_gvm-26.11.1/gvm/protocols/gmp/_gmp224.py +0 -4353
- python_gvm-26.11.1/gvm/protocols/gmp/_gmp225.py +0 -76
- python_gvm-26.11.1/gvm/protocols/gmp/_gmp226.py +0 -432
- python_gvm-26.11.1/gvm/protocols/gmp/_gmp227.py +0 -190
- python_gvm-26.11.1/gvm/protocols/gmp/_gmpnext.py +0 -929
- python_gvm-26.11.1/gvm/protocols/gmp/requests/_entity_id.py +0 -8
- python_gvm-26.11.1/gvm/protocols/gmp/requests/next/__init__.py +0 -162
- python_gvm-26.11.1/gvm/protocols/gmp/requests/next/_agent_groups.py +0 -193
- python_gvm-26.11.1/gvm/protocols/gmp/requests/next/_agent_installers.py +0 -83
- python_gvm-26.11.1/gvm/protocols/gmp/requests/next/_agents.py +0 -432
- python_gvm-26.11.1/gvm/protocols/gmp/requests/next/_credential_stores.py +0 -171
- python_gvm-26.11.1/gvm/protocols/gmp/requests/next/_credentials.py +0 -179
- python_gvm-26.11.1/gvm/protocols/gmp/requests/next/_oci_image_targets.py +0 -186
- python_gvm-26.11.1/gvm/protocols/gmp/requests/next/_tasks.py +0 -640
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/__init__.py +0 -124
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_aggregates.py +0 -200
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_alerts.py +0 -477
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_audits.py +0 -366
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_auth.py +0 -77
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_cert_bund_advisories.py +0 -67
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_cpes.py +0 -68
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_credentials.py +0 -536
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_cves.py +0 -68
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_dfn_cert_advisories.py +0 -68
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_entity_type.py +0 -67
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_feed.py +0 -46
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_filters.py +0 -241
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_groups.py +0 -166
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_help.py +0 -49
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_hosts.py +0 -142
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_notes.py +0 -230
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_nvts.py +0 -253
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_operating_systems.py +0 -113
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_overrides.py +0 -240
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_permissions.py +0 -266
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_policies.py +0 -423
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_port_lists.py +0 -248
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_report_formats.py +0 -256
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_reports.py +0 -169
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_results.py +0 -74
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_roles.py +0 -157
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_scan_configs.py +0 -510
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_scanners.py +0 -298
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_schedules.py +0 -230
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_secinfo.py +0 -100
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_system_reports.py +0 -68
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_tags.py +0 -256
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_targets.py +0 -371
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_tasks.py +0 -425
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_tickets.py +0 -206
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_tls_certificates.py +0 -185
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_user_settings.py +0 -85
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_users.py +0 -235
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v224/_vulnerabilities.py +0 -46
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v225/__init__.py +0 -144
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v225/_resource_names.py +0 -114
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v226/__init__.py +0 -148
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v226/_audit_reports.py +0 -129
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v226/_filters.py +0 -248
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v226/_report_configs.py +0 -293
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v226/_reports.py +0 -176
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v226/_resource_names.py +0 -117
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v227/__init__.py +0 -151
- python_gvm-26.11.1/gvm/protocols/gmp/requests/v227/_scanners.py +0 -326
- python_gvm-26.11.1/gvm/protocols/http/openvasd/_client.py +0 -80
- python_gvm-26.11.1/gvm/protocols/http/openvasd/_metadata.py +0 -113
- python_gvm-26.11.1/gvm/protocols/http/openvasd/_openvasd1.py +0 -128
- python_gvm-26.11.1/gvm/protocols/http/openvasd/_scans.py +0 -562
- python_gvm-26.11.1/gvm/protocols/latest.py +0 -35
- python_gvm-26.11.1/gvm/protocols/next.py +0 -33
- python_gvm-26.11.1/gvm/protocols/ospv1.py +0 -270
- python_gvm-26.11.1/gvm/transforms.py +0 -70
- python_gvm-26.11.1/gvm/utils.py +0 -181
- python_gvm-26.11.1/gvm/xml.py +0 -253
- python_gvm-26.11.1/pyproject.toml +0 -178
- python_gvm-26.11.1/tests/__init__.py +0 -52
- python_gvm-26.11.1/tests/connections/test_ssh_connection.py +0 -494
- python_gvm-26.11.1/tests/connections/test_tls_connection.py +0 -68
- python_gvm-26.11.1/tests/connections/test_unix_socket_connection.py +0 -114
- python_gvm-26.11.1/tests/protocols/__init__.py +0 -29
- python_gvm-26.11.1/tests/protocols/core/test_response.py +0 -103
- python_gvm-26.11.1/tests/protocols/core/test_states.py +0 -172
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_alerts.py +0 -838
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_audits.py +0 -752
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_auth.py +0 -92
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_notes.py +0 -365
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_overrides.py +0 -509
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_report_formats.py +0 -300
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_roles.py +0 -147
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_scan_configs.py +0 -777
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_scanners.py +0 -424
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_targets.py +0 -649
- python_gvm-26.11.1/tests/protocols/gmp/requests/v224/test_tasks.py +0 -733
- python_gvm-26.11.1/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installer.py +0 -23
- python_gvm-26.11.1/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installer_file.py +0 -23
- python_gvm-26.11.1/tests/protocols/gmpnext/entities/oci_image_targets/test_clone_oci_image_target.py +0 -26
- python_gvm-26.11.1/tests/protocols/gmpnext/entities/tasks/test_create_container_task.py +0 -40
- python_gvm-26.11.1/tests/protocols/gmpnext/entities/tasks/test_create_import_task.py +0 -36
- python_gvm-26.11.1/tests/protocols/gmpnext/entities/tasks/test_modify_task.py +0 -213
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/alerts/test_modify_alert.py +0 -215
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/audits/test_modify_audit.py +0 -183
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/filters/test_create_filter.py +0 -103
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/filters/test_modify_filter.py +0 -66
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/groups/test_create_group.py +0 -60
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/groups/test_modify_group.py +0 -58
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/hosts/test_modify_host.py +0 -60
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/notes/test_create_note.py +0 -156
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/notes/test_modify_note.py +0 -149
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/operating_systems/test_modify_operating_system.py +0 -64
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/overrides/test_create_override.py +0 -189
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/overrides/test_modify_override.py +0 -184
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/policies/test_import_policy.py +0 -39
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_comment.py +0 -43
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_name.py +0 -37
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/report_formats/test_clone_report_format.py +0 -34
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/report_formats/test_delete_report_format.py +0 -41
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/report_formats/test_get_report_format.py +0 -48
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/report_formats/test_import_report_format.py +0 -40
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/report_formats/test_modify_report_format.py +0 -110
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/report_formats/test_verify_report_format.py +0 -33
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/reports/test_get_report.py +0 -81
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/reports/test_import_report.py +0 -70
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/roles/test_create_role.py +0 -48
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/roles/test_modify_role.py +0 -62
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/scan_configs/__init__.py +0 -50
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/scan_configs/test_import_scan_config.py +0 -39
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_comment.py +0 -43
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_name.py +0 -37
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/scanners/test_modify_scanner.py +0 -127
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/schedules/test_create_schedule.py +0 -86
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/schedules/test_modify_schedule.py +0 -69
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/secinfo/__init__.py +0 -46
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/secinfo/test_get_info.py +0 -75
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/tags/test_modify_tag.py +0 -187
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/targets/test_clone_target.py +0 -26
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/targets/test_modify_target.py +0 -211
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/tasks/test_create_container_task.py +0 -36
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/tasks/test_modify_task.py +0 -181
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/tls_certificates/test_clone_tls_certificate.py +0 -24
- python_gvm-26.11.1/tests/protocols/gmpv224/entities/users/test_modify_user.py +0 -152
- python_gvm-26.11.1/tests/protocols/gmpv224/system/user_settings/test_modify_user_setting.py +0 -52
- python_gvm-26.11.1/tests/protocols/gmpv226/entities/audit_reports/test_get_report.py +0 -81
- python_gvm-26.11.1/tests/protocols/gmpv226/entities/reports/test_get_report.py +0 -90
- python_gvm-26.11.1/tests/protocols/gmpv226/entities/reports/test_import_report.py +0 -70
- python_gvm-26.11.1/tests/protocols/gmpv227/entities/scanners/test_modify_scanner.py +0 -163
- python_gvm-26.11.1/tests/protocols/osp/test_osp_start_scan.py +0 -89
- {python_gvm-26.11.1 → python_gvm-27.0.1}/LICENSE +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/core/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/core/_request.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/gmp/requests/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/gmp/requests/_version.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/gmp/requests/v224/_severity.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/gmp/requests/v224/_trashcan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/http/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/http/openvasd/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/http/openvasd/_api.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/http/openvasd/_health.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/http/openvasd/_notus.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/protocols/http/openvasd/_vts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/gvm/py.typed +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/connections/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/connections/test_debug_connection.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/connections/test_gvm_connection.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/core/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/core/test_connection.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/core/test_request.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/core/test_xml_reader.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/test_version.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_aggregates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_cert_bund_advisories.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_cpes.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_credentials.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_cves.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_dfn_cert_advisories.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_feed.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_filters.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_groups.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_help.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_hosts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_nvts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_operating_systems.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_permissions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_policies.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_port_lists.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_results.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_schedules.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_secinfo.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_system_report.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_tags.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_tickets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_tls_certificates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_trashcan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_user_settings.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_users.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v224/test_vulnerabilities.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v225/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v225/test_resource_names.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v226/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v226/test_audit_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v226/test_filter_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v226/test_filters.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v226/test_report_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v226/test_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/requests/v226/test_resource_names.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmp/test_context_manager.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_groups/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_groups/test_clone_agent_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_groups/test_create_agent_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_groups/test_delete_agent_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_groups/test_get_agent_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_groups/test_get_agent_groups.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_groups/test_modify_agent_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_installers/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installers.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agents/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agents/test_delete_agents.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agents/test_get_agents.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agents/test_modify_agent_controller_scan_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agents/test_modify_agents.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/agents/test_sync_agents.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/credential_stores/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/credential_stores/test_get_credential_stores.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/credential_stores/test_modify_credential_stores.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/credential_stores/test_verify_credential_stores.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/credentials/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/credentials/test_create_credential_store_credential.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/credentials/test_modify_credential_store_credential.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/oci_image_targets/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/oci_image_targets/test_create_oci_image_target.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/oci_image_targets/test_delete_oci_image_target.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/oci_image_targets/test_get_oci_image_target.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/oci_image_targets/test_get_oci_image_targets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/oci_image_targets/test_modify_oci_image_target.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_clone_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_create_agent_group_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_create_container_image_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_create_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_delete_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_get_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_get_tasks.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_move_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_resume_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_start_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/tasks/test_stop_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_agent_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_agent_installers.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_agents.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_alerts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_audit_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_audits.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_credential_stores.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_credentials.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_filters.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_groups.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_hosts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_notes.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_oci_image_targets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_operating_systems.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_overrides.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_permissions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_policies.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_port_lists.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_report_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_report_formats.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_resource_names.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_results.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_roles.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_scan_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_scanners.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_schedules.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_secinfo.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_tags.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_targets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_tasks.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_tickets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_users.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_alert_condition.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_alert_event.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_alert_method.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_alive_test.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_credential_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_credential_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_entity_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_feed_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_filter_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_help_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_info_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_port_range_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_report_format_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_resource_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_scanner_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_sort_order.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_ticket_status.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpnext/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/alerts/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/alerts/test_clone_alert.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/alerts/test_create_alert.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/alerts/test_delete_alert.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/alerts/test_get_alert.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/alerts/test_get_alerts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/alerts/test_test_alert.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/alerts/test_trigger_alert.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/test_clone_audit.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/test_create_audit.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/test_delete_audit.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/test_get_audit.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/test_get_audits.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/test_resume_audit.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/test_start_audit.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/audits/test_stop_audit.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/credentials/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/credentials/test_clone_credential.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/credentials/test_create_credential.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/credentials/test_delete_credential.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/credentials/test_get_credential.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/credentials/test_get_credentials.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/credentials/test_modify_credential.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/filters/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/filters/test_clone_filter.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/filters/test_delete_filter.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/filters/test_get_filter.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/filters/test_get_filters.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/groups/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/groups/test_clone_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/groups/test_delete_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/groups/test_get_group.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/groups/test_get_groups.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/hosts/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/hosts/test_create_host.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/hosts/test_delete_host.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/hosts/test_get_host.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/hosts/test_get_hosts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/notes/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/notes/test_clone_note.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/notes/test_delete_note.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/notes/test_get_note.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/notes/test_get_notes.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/operating_systems/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/operating_systems/test_delete_operating_system.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_system.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_systems.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/overrides/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/overrides/test_clone_override.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/overrides/test_delete_override.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/overrides/test_get_override.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/overrides/test_get_overrides.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/permissions/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/permissions/test_clone_permission.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/permissions/test_create_permission.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/permissions/test_delete_permission.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/permissions/test_get_permission.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/permissions/test_get_permissions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/permissions/test_modify_permission.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_clone_policy.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_create_policy.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_delete_policy.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_get_policies.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_get_policy.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_family_selection.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_preference.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_selection.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_scanner_preference.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/test_clone_port_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/test_create_port_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/test_create_port_range.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_range.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/test_get_port_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/test_get_port_lists.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/port_lists/test_modify_port_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/report_formats/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/report_formats/test_get_report_formats.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/reports/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/reports/test_delete_report.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/reports/test_get_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/results/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/results/test_get_result.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/results/test_get_results.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/roles/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/roles/test_clone_role.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/roles/test_delete_role.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/roles/test_get_role.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/roles/test_get_roles.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_clone_scan_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_create_scan_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_delete_scan_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preference.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preferences.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_family_selection.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_preference.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_selection.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_scanner_preference.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scanners/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scanners/test_clone_scanner.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scanners/test_create_scanner.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scanners/test_delete_scanner.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scanners/test_get_scanner.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scanners/test_get_scanners.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/scanners/test_verify_scanner.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/schedules/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/schedules/test_clone_schedule.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/schedules/test_delete_schedule.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/schedules/test_get_schedule.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/schedules/test_get_schedules.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisories.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisory.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_cpe.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_cpes.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_cve.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_cves.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisories.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisory.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_info_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_families.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preference.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preferences.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_nvts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definition.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definitions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvt.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tags/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tags/test_clone_tag.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tags/test_create_tag.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tags/test_delete_tag.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tags/test_get_tag.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tags/test_get_tags.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/targets/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/targets/test_create_target.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/targets/test_delete_target.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/targets/test_get_target.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/targets/test_get_targets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_clone_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_create_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_delete_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_get_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_get_tasks.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_move_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_resume_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_start_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tasks/test_stop_task.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_alerts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_audits.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_credentials.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_filters.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_groups.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_hosts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_notes.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_operating_systems.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_overrides.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_permissions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_policies.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_port_lists.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_report_formats.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_results.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_roles.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_scan_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_scanners.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_schedules.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_secinfo.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_tags.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_targets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_tasks.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_tickets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_users.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tickets/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tickets/test_clone_ticket.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tickets/test_create_ticket.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tickets/test_delete_ticket.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tickets/test_get_ticket.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tickets/test_get_tickets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tickets/test_modify_ticket.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tls_certificates/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tls_certificates/test_create_tls_certificate.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tls_certificates/test_delete_tls_certificate.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificate.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/tls_certificates/test_modify_tls_certificate.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/users/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/users/test_clone_user.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/users/test_create_user.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/users/test_delete_user.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/users/test_get_user.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/users/test_get_users.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/vulnerabilities/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerabilities.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerability.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_alert_condition.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_alert_event.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_alert_method.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_alive_test.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_credential_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_credential_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_entity_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_feed_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_filter_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_help_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_info_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_port_range_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_report_format_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_scanner_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_sort_order.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_ticket_status.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/aggregates/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/aggregates/test_get_aggregates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/authentication/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/authentication/test_authenticate.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/authentication/test_describe_auth.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/authentication/test_modify_auth.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/feed/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/feed/test_get_feed.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/feed/test_get_feeds.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/help/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/help/test_help.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/system_reports/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/system_reports/test_get_system_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/test_aggregates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/test_authentication.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/test_feed.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/test_help.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/test_system_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/test_trashcan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/test_user_settings.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/test_versions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/trashcan/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/trashcan/test_empty_trashcan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/trashcan/test_restore_from_trashcan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/user_settings/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/user_settings/test_get_user_setting.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/user_settings/test_get_user_settings.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/versions/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/system/versions/test_get_version.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/test_gmp_types.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv224/test_with_statement.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/resourcenames/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_name.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_names_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_alerts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_audits.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_credentials.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_filters.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_groups.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_hosts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_notes.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_operating_systems.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_overrides.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_permissions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_policies.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_port_lists.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_report_formats.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_resource_names.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_results.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_roles.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_scan_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_scanners.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_schedules.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_secinfo.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_tags.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_targets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_tasks.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_tickets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_users.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_alert_condition.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_alert_event.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_alert_method.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_alive_test.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_credential_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_credential_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_entity_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_feed_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_filter_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_help_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_info_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_port_range_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_report_format_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_resource_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_scanner_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_sort_order.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_ticket_status.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/test_aggregates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/test_authentication.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/test_feed.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/test_help.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/test_system_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/test_trashcan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/test_user_settings.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/test_versions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/versions/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/test_gmp_types.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv225/test_with_statement.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/audit_reports/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/audit_reports/test_delete_report.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/audit_reports/test_get_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/report_configs/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/report_configs/test_clone_report_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/report_configs/test_create_report_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/report_configs/test_delete_report_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/report_configs/test_get_report_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/report_configs/test_get_report_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/report_configs/test_modify_report_config.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/reports/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/reports/test_delete_report.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/reports/test_get_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/resourcenames/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_name.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_names_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_alerts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_audit_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_audits.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_credentials.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_filters.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_groups.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_hosts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_notes.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_operating_systems.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_overrides.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_permissions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_policies.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_port_lists.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_report_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_report_formats.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_resource_names.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_results.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_roles.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_scan_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_scanners.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_schedules.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_secinfo.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_tags.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_targets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_tasks.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_tickets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_users.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_alert_condition.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_alert_event.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_alert_method.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_alive_test.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_credential_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_credential_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_entity_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_feed_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_filter_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_help_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_info_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_port_range_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_report_format_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_resource_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_scanner_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_sort_order.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_ticket_status.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/test_aggregates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/test_authentication.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/test_feed.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/test_help.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/test_system_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/test_trashcan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/test_user_settings.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/test_versions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/versions/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/system/versions/test_get_protocol_version.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/test_gmp_types.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv226/test_with_statement.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/scanners/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/scanners/test_create_scanner.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_alerts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_audit_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_audits.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_credentials.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_filters.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_groups.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_hosts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_notes.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_operating_systems.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_overrides.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_permissions.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_policies.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_port_lists.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_report_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_report_formats.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_reports.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_resource_names.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_results.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_roles.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_scan_configs.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_scanners.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_schedules.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_secinfo.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_tags.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_targets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_tasks.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_tickets.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_tls_certificates.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_users.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/entities/test_vulnerabilities.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_aggregate_statistic.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_alert_condition.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_alert_event.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_alert_method.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_alive_test.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_credential_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_credential_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_entity_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_feed_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_filter_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_help_format.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_hosts_ordering.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_info_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_permission_subject_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_port_range_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_report_format_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_resource_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_scanner_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_snmp_algorithms.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_sort_order.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_ticket_status.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/gmpv227/enums/test_user_auth_type.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/openvasd/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/openvasd/test_client.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/openvasd/test_health.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/openvasd/test_metadata.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/openvasd/test_notus.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/openvasd/test_openvasd1.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/openvasd/test_scans.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/http/openvasd/test_vts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/osp/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/osp/test_osp_delete_scan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/osp/test_osp_get_scanner_details.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/osp/test_osp_get_scans.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/osp/test_osp_get_version.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/osp/test_osp_get_vts.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/osp/test_osp_help.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/osp/test_osp_stop_scan.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/test_latest.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/protocols/test_next.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/test_enum.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/test_errors.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/transforms/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/transforms/test_check_command_transform.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/transforms/test_etree_check_command_transform.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/transforms/test_etree_transform.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/test_add_filter.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/test_check_command_status.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/test_check_port.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/test_deprecation.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/test_is_list_like.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/test_to_base64.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/test_to_bool.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/utils/test_to_comma_list.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/xml/__init__.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/xml/test.file +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/xml/test_parse_xml.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/xml/test_pretty_print.py +0 -0
- {python_gvm-26.11.1 → python_gvm-27.0.1}/tests/xml/test_xml_command.py +0 -0
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: python-gvm
|
|
3
|
+
Version: 27.0.1
|
|
4
|
+
Summary: Library to communicate with remote servers over GMP or OSP
|
|
5
|
+
Project-URL: Homepage, https://github.com/greenbone/python-gvm/
|
|
6
|
+
Project-URL: Repository, https://github.com/greenbone/python-gvm/
|
|
7
|
+
Project-URL: Documentation, https://greenbone.github.io/python-gvm/
|
|
8
|
+
Author-email: Greenbone AG <info@greenbone.net>
|
|
9
|
+
License-Expression: GPL-3.0-or-later
|
|
10
|
+
License-File: LICENSE
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Environment :: Console
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Operating System :: OS Independent
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
21
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
|
+
Requires-Python: <4,>=3.10
|
|
23
|
+
Requires-Dist: httpx[http2]<0.29,>=0.28.1
|
|
24
|
+
Requires-Dist: lxml>=4.5.0
|
|
25
|
+
Requires-Dist: paramiko>=2.7.1
|
|
26
|
+
Description-Content-Type: text/markdown
|
|
27
|
+
|
|
28
|
+

|
|
29
|
+
|
|
30
|
+
# Greenbone Vulnerability Management Python Library <!-- omit in toc -->
|
|
31
|
+
|
|
32
|
+
[](https://github.com/greenbone/python-gvm/releases)
|
|
33
|
+
[](https://pypi.org/project/python-gvm/)
|
|
34
|
+
[](https://codecov.io/gh/greenbone/python-gvm)
|
|
35
|
+
[](https://github.com/greenbone/python-gvm/actions/workflows/ci.yml)
|
|
36
|
+
|
|
37
|
+
The Greenbone Vulnerability Management Python API library (**python-gvm**) is a
|
|
38
|
+
collection of APIs that help with remote controlling Greenbone Community Edition
|
|
39
|
+
installations and Greenbone Enterprise Appliances. The library essentially
|
|
40
|
+
abstracts accessing the communication protocols Greenbone Management Protocol
|
|
41
|
+
(GMP) and Open Scanner Protocol (OSP).
|
|
42
|
+
|
|
43
|
+
## Table of Contents <!-- omit in toc -->
|
|
44
|
+
|
|
45
|
+
- [Documentation](#documentation)
|
|
46
|
+
- [Installation](#installation)
|
|
47
|
+
- [Version](#version)
|
|
48
|
+
- [Requirements](#requirements)
|
|
49
|
+
- [Install using pip](#install-using-pip)
|
|
50
|
+
- [Example](#example)
|
|
51
|
+
- [Support](#support)
|
|
52
|
+
- [Maintainer](#maintainer)
|
|
53
|
+
- [Contributing](#contributing)
|
|
54
|
+
- [License](#license)
|
|
55
|
+
|
|
56
|
+
## Documentation
|
|
57
|
+
|
|
58
|
+
The documentation for python-gvm can be found at
|
|
59
|
+
[https://greenbone.github.io/python-gvm/](https://greenbone.github.io/python-gvm/).
|
|
60
|
+
Please always take a look at the documentation for further details. This
|
|
61
|
+
**README** just gives you a short overview.
|
|
62
|
+
|
|
63
|
+
## Installation
|
|
64
|
+
|
|
65
|
+
### Version
|
|
66
|
+
|
|
67
|
+
`python-gvm` uses [semantic versioning](https://semver.org/).
|
|
68
|
+
|
|
69
|
+
Versions prior to 26.0.0 used [calendar versioning](https://calver.org/).
|
|
70
|
+
|
|
71
|
+
Please consider to always use the **newest** releases of `gvm-tools` and `python-gvm`.
|
|
72
|
+
We frequently update these projects to add features and keep them free from bugs.
|
|
73
|
+
|
|
74
|
+
> [!IMPORTANT]
|
|
75
|
+
> To use `python-gvm` with GMP version of 7, 8 or 9 you must use a release version
|
|
76
|
+
> that is `<21.5`. In the `21.5` release the support of these versions has been
|
|
77
|
+
> dropped.
|
|
78
|
+
|
|
79
|
+
> [!IMPORTANT]
|
|
80
|
+
> To use `python-gvm` with GMP version 20.8 or 21.4 you must use a release version
|
|
81
|
+
> that is `<24.6`. In the `24.6` release the support of these versions has been
|
|
82
|
+
> dropped.
|
|
83
|
+
|
|
84
|
+
### Requirements
|
|
85
|
+
|
|
86
|
+
Python 3.10 and later is supported.
|
|
87
|
+
|
|
88
|
+
### Install using pip
|
|
89
|
+
|
|
90
|
+
You can install the latest stable release of python-gvm from the Python Package
|
|
91
|
+
Index using [pip](https://pip.pypa.io/):
|
|
92
|
+
|
|
93
|
+
```shell
|
|
94
|
+
python3 -m pip install --user python-gvm
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
## Example
|
|
98
|
+
|
|
99
|
+
```python3
|
|
100
|
+
from gvm.connections import UnixSocketConnection
|
|
101
|
+
from gvm.protocols.gmp import GMP
|
|
102
|
+
from gvm.transforms import EtreeTransform
|
|
103
|
+
from gvm.xml import pretty_print
|
|
104
|
+
|
|
105
|
+
connection = UnixSocketConnection()
|
|
106
|
+
transform = EtreeTransform()
|
|
107
|
+
|
|
108
|
+
with GMP(connection, transform=transform) as gmp:
|
|
109
|
+
# Retrieve GMP version supported by the remote daemon
|
|
110
|
+
version = gmp.get_version()
|
|
111
|
+
|
|
112
|
+
# Prints the XML in beautiful form
|
|
113
|
+
pretty_print(version)
|
|
114
|
+
|
|
115
|
+
# Login
|
|
116
|
+
gmp.authenticate('foo', 'bar')
|
|
117
|
+
|
|
118
|
+
# Retrieve all tasks
|
|
119
|
+
tasks = gmp.get_tasks()
|
|
120
|
+
|
|
121
|
+
# Get names of tasks
|
|
122
|
+
task_names = tasks.xpath('task/name/text()')
|
|
123
|
+
pretty_print(task_names)
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
## Support
|
|
127
|
+
|
|
128
|
+
For any question on the usage of python-gvm please use the
|
|
129
|
+
[Greenbone Community Forum](https://forum.greenbone.net/c/building-from-source-under-the-hood/gmp/11). If you
|
|
130
|
+
found a problem with the software, please
|
|
131
|
+
[create an issue](https://github.com/greenbone/python-gvm/issues)
|
|
132
|
+
on GitHub.
|
|
133
|
+
|
|
134
|
+
## Maintainer
|
|
135
|
+
|
|
136
|
+
This project is maintained by [Greenbone AG](https://www.greenbone.net/).
|
|
137
|
+
|
|
138
|
+
## Contributing
|
|
139
|
+
|
|
140
|
+
Your contributions are highly appreciated. Please
|
|
141
|
+
[create a pull request](https://github.com/greenbone/python-gvm/pulls) on GitHub.
|
|
142
|
+
For bigger changes, please discuss it first in the
|
|
143
|
+
[issues](https://github.com/greenbone/python-gvm/issues).
|
|
144
|
+
|
|
145
|
+
For development you should use [uv].
|
|
146
|
+
to keep you python packages separated in different environments. First install
|
|
147
|
+
uv via pip
|
|
148
|
+
|
|
149
|
+
```shell
|
|
150
|
+
python3 -m pip install --user uv
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
The python-gvm repository uses [autohooks](https://github.com/greenbone/autohooks)
|
|
154
|
+
to apply linting and auto formatting via git hooks. Please ensure the git hooks
|
|
155
|
+
are active.
|
|
156
|
+
|
|
157
|
+
```shell
|
|
158
|
+
uv run autohooks activate --force
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
## License
|
|
162
|
+
|
|
163
|
+
Copyright (C) 2017-2026 [Greenbone AG](https://www.greenbone.net/)
|
|
164
|
+
|
|
165
|
+
Licensed under the [GNU General Public License v3.0 or later](LICENSE).
|
|
166
|
+
|
|
167
|
+
[uv]: https://docs.astral.sh/uv/
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Greenbone Vulnerability Management Python Library <!-- omit in toc -->
|
|
4
|
+
|
|
5
|
+
[](https://github.com/greenbone/python-gvm/releases)
|
|
6
|
+
[](https://pypi.org/project/python-gvm/)
|
|
7
|
+
[](https://codecov.io/gh/greenbone/python-gvm)
|
|
8
|
+
[](https://github.com/greenbone/python-gvm/actions/workflows/ci.yml)
|
|
9
|
+
|
|
10
|
+
The Greenbone Vulnerability Management Python API library (**python-gvm**) is a
|
|
11
|
+
collection of APIs that help with remote controlling Greenbone Community Edition
|
|
12
|
+
installations and Greenbone Enterprise Appliances. The library essentially
|
|
13
|
+
abstracts accessing the communication protocols Greenbone Management Protocol
|
|
14
|
+
(GMP) and Open Scanner Protocol (OSP).
|
|
15
|
+
|
|
16
|
+
## Table of Contents <!-- omit in toc -->
|
|
17
|
+
|
|
18
|
+
- [Documentation](#documentation)
|
|
19
|
+
- [Installation](#installation)
|
|
20
|
+
- [Version](#version)
|
|
21
|
+
- [Requirements](#requirements)
|
|
22
|
+
- [Install using pip](#install-using-pip)
|
|
23
|
+
- [Example](#example)
|
|
24
|
+
- [Support](#support)
|
|
25
|
+
- [Maintainer](#maintainer)
|
|
26
|
+
- [Contributing](#contributing)
|
|
27
|
+
- [License](#license)
|
|
28
|
+
|
|
29
|
+
## Documentation
|
|
30
|
+
|
|
31
|
+
The documentation for python-gvm can be found at
|
|
32
|
+
[https://greenbone.github.io/python-gvm/](https://greenbone.github.io/python-gvm/).
|
|
33
|
+
Please always take a look at the documentation for further details. This
|
|
34
|
+
**README** just gives you a short overview.
|
|
35
|
+
|
|
36
|
+
## Installation
|
|
37
|
+
|
|
38
|
+
### Version
|
|
39
|
+
|
|
40
|
+
`python-gvm` uses [semantic versioning](https://semver.org/).
|
|
41
|
+
|
|
42
|
+
Versions prior to 26.0.0 used [calendar versioning](https://calver.org/).
|
|
43
|
+
|
|
44
|
+
Please consider to always use the **newest** releases of `gvm-tools` and `python-gvm`.
|
|
45
|
+
We frequently update these projects to add features and keep them free from bugs.
|
|
46
|
+
|
|
47
|
+
> [!IMPORTANT]
|
|
48
|
+
> To use `python-gvm` with GMP version of 7, 8 or 9 you must use a release version
|
|
49
|
+
> that is `<21.5`. In the `21.5` release the support of these versions has been
|
|
50
|
+
> dropped.
|
|
51
|
+
|
|
52
|
+
> [!IMPORTANT]
|
|
53
|
+
> To use `python-gvm` with GMP version 20.8 or 21.4 you must use a release version
|
|
54
|
+
> that is `<24.6`. In the `24.6` release the support of these versions has been
|
|
55
|
+
> dropped.
|
|
56
|
+
|
|
57
|
+
### Requirements
|
|
58
|
+
|
|
59
|
+
Python 3.10 and later is supported.
|
|
60
|
+
|
|
61
|
+
### Install using pip
|
|
62
|
+
|
|
63
|
+
You can install the latest stable release of python-gvm from the Python Package
|
|
64
|
+
Index using [pip](https://pip.pypa.io/):
|
|
65
|
+
|
|
66
|
+
```shell
|
|
67
|
+
python3 -m pip install --user python-gvm
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Example
|
|
71
|
+
|
|
72
|
+
```python3
|
|
73
|
+
from gvm.connections import UnixSocketConnection
|
|
74
|
+
from gvm.protocols.gmp import GMP
|
|
75
|
+
from gvm.transforms import EtreeTransform
|
|
76
|
+
from gvm.xml import pretty_print
|
|
77
|
+
|
|
78
|
+
connection = UnixSocketConnection()
|
|
79
|
+
transform = EtreeTransform()
|
|
80
|
+
|
|
81
|
+
with GMP(connection, transform=transform) as gmp:
|
|
82
|
+
# Retrieve GMP version supported by the remote daemon
|
|
83
|
+
version = gmp.get_version()
|
|
84
|
+
|
|
85
|
+
# Prints the XML in beautiful form
|
|
86
|
+
pretty_print(version)
|
|
87
|
+
|
|
88
|
+
# Login
|
|
89
|
+
gmp.authenticate('foo', 'bar')
|
|
90
|
+
|
|
91
|
+
# Retrieve all tasks
|
|
92
|
+
tasks = gmp.get_tasks()
|
|
93
|
+
|
|
94
|
+
# Get names of tasks
|
|
95
|
+
task_names = tasks.xpath('task/name/text()')
|
|
96
|
+
pretty_print(task_names)
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Support
|
|
100
|
+
|
|
101
|
+
For any question on the usage of python-gvm please use the
|
|
102
|
+
[Greenbone Community Forum](https://forum.greenbone.net/c/building-from-source-under-the-hood/gmp/11). If you
|
|
103
|
+
found a problem with the software, please
|
|
104
|
+
[create an issue](https://github.com/greenbone/python-gvm/issues)
|
|
105
|
+
on GitHub.
|
|
106
|
+
|
|
107
|
+
## Maintainer
|
|
108
|
+
|
|
109
|
+
This project is maintained by [Greenbone AG](https://www.greenbone.net/).
|
|
110
|
+
|
|
111
|
+
## Contributing
|
|
112
|
+
|
|
113
|
+
Your contributions are highly appreciated. Please
|
|
114
|
+
[create a pull request](https://github.com/greenbone/python-gvm/pulls) on GitHub.
|
|
115
|
+
For bigger changes, please discuss it first in the
|
|
116
|
+
[issues](https://github.com/greenbone/python-gvm/issues).
|
|
117
|
+
|
|
118
|
+
For development you should use [uv].
|
|
119
|
+
to keep you python packages separated in different environments. First install
|
|
120
|
+
uv via pip
|
|
121
|
+
|
|
122
|
+
```shell
|
|
123
|
+
python3 -m pip install --user uv
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
The python-gvm repository uses [autohooks](https://github.com/greenbone/autohooks)
|
|
127
|
+
to apply linting and auto formatting via git hooks. Please ensure the git hooks
|
|
128
|
+
are active.
|
|
129
|
+
|
|
130
|
+
```shell
|
|
131
|
+
uv run autohooks activate --force
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
## License
|
|
135
|
+
|
|
136
|
+
Copyright (C) 2017-2026 [Greenbone AG](https://www.greenbone.net/)
|
|
137
|
+
|
|
138
|
+
Licensed under the [GNU General Public License v3.0 or later](LICENSE).
|
|
139
|
+
|
|
140
|
+
[uv]: https://docs.astral.sh/uv/
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Minimal makefile for Sphinx documentation
|
|
2
|
+
#
|
|
3
|
+
|
|
4
|
+
# You can set these variables from the command line.
|
|
5
|
+
SPHINXOPTS = -W # treat warnings as errors
|
|
6
|
+
SPHINXBUILD = sphinx-build
|
|
7
|
+
SOURCEDIR = .
|
|
8
|
+
BUILDDIR = build
|
|
9
|
+
|
|
10
|
+
# Put it first so that "make" without argument is like "make help".
|
|
11
|
+
help:
|
|
12
|
+
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
|
13
|
+
|
|
14
|
+
.PHONY: help Makefile livehtml
|
|
15
|
+
|
|
16
|
+
livehtml:
|
|
17
|
+
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
|
18
|
+
|
|
19
|
+
# Catch-all target: route all unknown targets to Sphinx using the new
|
|
20
|
+
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
|
|
21
|
+
%: Makefile
|
|
22
|
+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
div.document {
|
|
2
|
+
width: 1200px;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
body {
|
|
6
|
+
font-family: Helvetica, Verdana;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
div.body {
|
|
10
|
+
max-width: 1200px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
h1, h2, h3, h4, h5, h6 {
|
|
14
|
+
font-weight:500;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
div.body h1,
|
|
18
|
+
div.body h2,
|
|
19
|
+
div.body h3,
|
|
20
|
+
div.body h4,
|
|
21
|
+
div.body h5,
|
|
22
|
+
div.body h6 {
|
|
23
|
+
font-family: Helvetica, Verdana;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sphinx-tabs-tab {
|
|
27
|
+
color:var(--color-content-foreground);
|
|
28
|
+
font-family: Helvetica, Verdana;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
a {
|
|
32
|
+
color: var(--color-content-foreground);
|
|
33
|
+
text-decoration: none;
|
|
34
|
+
border-bottom: 1px dotted var(--color-content-foreground);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
a:hover {
|
|
38
|
+
color: #11AB51;
|
|
39
|
+
border-bottom: 1px solid var(--color-content-foreground);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.related-pages a .page-info .title, .bottom-of-page a {
|
|
43
|
+
color: var(--color-foreground-secondary);
|
|
44
|
+
text-decoration: none;
|
|
45
|
+
border-bottom: 1px dotted var(--color-foreground-secondary);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.related-pages a:hover .page-info .title, .bottom-of-page a:hover {
|
|
49
|
+
text-decoration: none;
|
|
50
|
+
color: #11AB51;
|
|
51
|
+
border-bottom: 1px solid var(--color-foreground-secondary);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
a.muted-link {
|
|
55
|
+
border-bottom:0;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
a.muted-link:hover {
|
|
59
|
+
border-bottom:0;
|
|
60
|
+
color:#11AB51;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
a.sidebar-brand, .toctree-l1 > a.reference, .toc-tree a.reference {
|
|
64
|
+
border-bottom: 0;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.toctree-l1 > a.reference:hover, .toc-tree a.reference:hover {
|
|
68
|
+
border-bottom: 0;
|
|
69
|
+
color: #11AB51;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.related-pages a {
|
|
73
|
+
border-bottom:0;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.related-pages a:hover {
|
|
77
|
+
border-bottom:0;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.toctree-wrapper .caption-text, .sidebar-tree .caption-text {
|
|
81
|
+
font-size:2em;
|
|
82
|
+
font-weight:500;
|
|
83
|
+
color: var(--color-content-foreground);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.sidebar-brand-text {
|
|
87
|
+
text-align:left;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.sidebar-search {
|
|
91
|
+
color:var(--color-content-foreground);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.sidebar-tree .toctree-l1 > .reference {
|
|
95
|
+
color: var(--color-content-foreground);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.toc-tree li.scroll-current > .reference {
|
|
99
|
+
color: var(--color-content-foreground);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.toc-tree .reference {
|
|
103
|
+
color: var(--color-content-foreground);
|
|
104
|
+
font-size:1.1em;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.toc-title {
|
|
108
|
+
color: var(--color-content-foreground);
|
|
109
|
+
font-size:1.2em;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
div.admonition {
|
|
113
|
+
background-color:var(--color-background-secondary);
|
|
114
|
+
padding: 20px 20px;
|
|
115
|
+
border-radius: 4px;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.admonition.note > .admonition-title, .admonition.warning > .admonition-title, .admonition.tip > .admonition-title, .admonition.important > .admonition-title, .admonition.hint > .admonition-title {
|
|
119
|
+
background-color:var(--color-background-secondary);
|
|
120
|
+
font-family: Helvetica, Verdana;
|
|
121
|
+
font-weight: bold;
|
|
122
|
+
font-size:1em;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
div.body p.caption {
|
|
126
|
+
font-size: 240%;
|
|
127
|
+
margin-bottom: 0px;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
div.sphinxsidebar h3 {
|
|
131
|
+
font-family: Helvetica, Verdana;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
div.sphinxsidebar a {
|
|
135
|
+
border: 0px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
div.sphinxsidebarwrapper p.description {
|
|
139
|
+
font-size: 15px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
div.sphinxsidebarwrapper h1.logo {
|
|
143
|
+
font-size: 25px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
div.sphinxsidebarwrapper h1.logo-name {
|
|
147
|
+
margin-top:50px;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
div.sphinxsidebarwrapper p.description {
|
|
151
|
+
margin-bottom: 50px;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
div.sphinxsidebarwrapper img {
|
|
156
|
+
max-width: 70%;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.highlight-shell-session .go::before {
|
|
160
|
+
content: ">";
|
|
161
|
+
padding-right: 1em;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.highlight pre {
|
|
165
|
+
border-radius: 6px;
|
|
166
|
+
font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
|
|
167
|
+
font-size: 0.9em;
|
|
168
|
+
line-height: 1.2;
|
|
169
|
+
padding: 1.25rem 1.5rem;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.code-block-caption {
|
|
173
|
+
font-size:0.7em;
|
|
174
|
+
background-color: var(--color-background-secondary);
|
|
175
|
+
color: var(--color-foreground-primary);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
.code-block-caption a {
|
|
180
|
+
color:var(--color-foreground-primary);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.code-block-caption a:hover {
|
|
184
|
+
color:#11AB51;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
div.edit-this-page > a.muted-link, svg.icon-tabler-shadow, svg.theme-icon-when-dark, svg.theme-icon-when-light {
|
|
189
|
+
color:var(--color-content-foreground);
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
div.edit-this-page > a.muted-link:hover, svg.icon.icon-tabler.icon-tabler-copy:hover, svg.icon-tabler-shadow:hover, svg.theme-icon-when-dark:hover, svg.theme-icon-when-light:hover {
|
|
194
|
+
color:#11AB51;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.highlight {
|
|
198
|
+
background-color: var(--color-code-background);
|
|
199
|
+
color:var(--color-code-foreground);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.highlight button.copybtn {
|
|
203
|
+
background-color:transparent;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.highlight button.copybtn:hover {
|
|
207
|
+
background-color:transparent;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
svg.icon.icon-tabler.icon-tabler-copy {
|
|
212
|
+
color: var(--color-code-foreground);
|
|
213
|
+
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.highlight .go {
|
|
217
|
+
color: var(--color-code-foreground);
|
|
218
|
+
font-weight: normal;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.highlight .l {
|
|
222
|
+
color: var(--color-code-foreground);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
#contents.toc {
|
|
226
|
+
background-color: #ffffff;
|
|
227
|
+
border: none;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.back-to-top {
|
|
231
|
+
background-color:var(--color-background-secondary);
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
div.topic {
|
|
235
|
+
border-radius: 4px;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
div.topic a.reference.internal {
|
|
239
|
+
border: 0px;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
div.toctree-wrapper.compound a.reference.internal {
|
|
243
|
+
border: 0px;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
#indices-and-tables a.reference.internal {
|
|
247
|
+
border: 0px;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.sidebar-logo {
|
|
251
|
+
max-width: 70%;
|
|
252
|
+
}
|
|
Binary file
|