python-gvm 27.0.2__tar.gz → 27.2.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (903) hide show
  1. {python_gvm-27.0.2 → python_gvm-27.2.0}/PKG-INFO +1 -1
  2. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/__version__.py +1 -1
  3. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/_gmpnext.py +273 -0
  4. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/__init__.py +36 -0
  5. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_applications.py +47 -0
  6. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_closed_cves.py +41 -0
  7. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_cves.py +46 -0
  8. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_errors.py +46 -0
  9. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_hosts.py +46 -0
  10. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_operating_systems.py +47 -0
  11. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_ports.py +46 -0
  12. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_tls_certificates.py +47 -0
  13. python_gvm-27.2.0/gvm/protocols/gmp/requests/next/_report_vulnerabilities.py +47 -0
  14. {python_gvm-27.0.2 → python_gvm-27.2.0}/pyproject.toml +1 -1
  15. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_applications/test_get_report_applications.py +59 -0
  16. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_closed_cves/test_get_report_closed_cves.py +41 -0
  17. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_cves/test_get_report_cves.py +55 -0
  18. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_errors/test_get_report_errors.py +55 -0
  19. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_hosts/test_get_report_hosts.py +55 -0
  20. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_operating_systems/test_get_report_operating_systems.py +61 -0
  21. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_ports/test_get_report_ports.py +55 -0
  22. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_tls_certificates/test_get_report_tls_certificates.py +61 -0
  23. python_gvm-27.2.0/tests/protocols/gmpnext/entities/report_vulnerabilities/test_get_report_vulnerabilities.py +61 -0
  24. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_applications.py +15 -0
  25. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_closed_cves.py +15 -0
  26. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_cves.py +13 -0
  27. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_errors.py +13 -0
  28. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_hosts.py +13 -0
  29. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_operating_systems.py +15 -0
  30. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_ports.py +13 -0
  31. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_tls_certificates.py +15 -0
  32. python_gvm-27.2.0/tests/protocols/gmpnext/entities/test_report_vulnerabilities.py +15 -0
  33. {python_gvm-27.0.2 → python_gvm-27.2.0}/uv.lock +4 -4
  34. {python_gvm-27.0.2 → python_gvm-27.2.0}/.gitignore +0 -0
  35. {python_gvm-27.0.2 → python_gvm-27.2.0}/LICENSE +0 -0
  36. {python_gvm-27.0.2 → python_gvm-27.2.0}/README.md +0 -0
  37. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/Makefile +0 -0
  38. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/_static/custom.css +0 -0
  39. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/_static/greenbone.png +0 -0
  40. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/_static/logo.svg +0 -0
  41. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/api.md +0 -0
  42. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/connections.md +0 -0
  43. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/errors.md +0 -0
  44. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/gmp.md +0 -0
  45. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/gmpnext.md +0 -0
  46. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/gmpv224.md +0 -0
  47. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/gmpv225.md +0 -0
  48. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/gmpv226.md +0 -0
  49. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/gmpv227.md +0 -0
  50. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/http.md +0 -0
  51. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/main.md +0 -0
  52. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/openvasdv1/health.md +0 -0
  53. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/openvasdv1/metadata.md +0 -0
  54. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/openvasdv1/notus.md +0 -0
  55. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/openvasdv1/scans.md +0 -0
  56. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/openvasdv1/vts.md +0 -0
  57. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/openvasdv1.md +0 -0
  58. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/ospv1.md +0 -0
  59. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/other.md +0 -0
  60. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/protocols.md +0 -0
  61. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/api/transforms.md +0 -0
  62. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/conf.py +0 -0
  63. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/favicon.png +0 -0
  64. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/index.md +0 -0
  65. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/install.md +0 -0
  66. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/requirements.txt +0 -0
  67. {python_gvm-27.0.2 → python_gvm-27.2.0}/docs/usage.md +0 -0
  68. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/__init__.py +0 -0
  69. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/_enum.py +0 -0
  70. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/connections/__init__.py +0 -0
  71. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/connections/_connection.py +0 -0
  72. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/connections/_debug.py +0 -0
  73. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/connections/_ssh.py +0 -0
  74. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/connections/_tls.py +0 -0
  75. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/connections/_unix.py +0 -0
  76. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/errors.py +0 -0
  77. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/__init__.py +0 -0
  78. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/_protocol.py +0 -0
  79. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/core/__init__.py +0 -0
  80. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/core/_connection.py +0 -0
  81. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/core/_request.py +0 -0
  82. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/core/_response.py +0 -0
  83. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/__init__.py +0 -0
  84. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/_gmp.py +0 -0
  85. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/_gmp224.py +0 -0
  86. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/_gmp225.py +0 -0
  87. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/_gmp226.py +0 -0
  88. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/_gmp227.py +0 -0
  89. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/__init__.py +0 -0
  90. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/_entity_id.py +0 -0
  91. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/_version.py +0 -0
  92. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/_agent_groups.py +0 -0
  93. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/_agent_installers.py +0 -0
  94. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/_agents.py +0 -0
  95. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/_credential_stores.py +0 -0
  96. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/_credentials.py +0 -0
  97. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/_integration_configs.py +0 -0
  98. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/_oci_image_targets.py +0 -0
  99. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/next/_tasks.py +0 -0
  100. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/__init__.py +0 -0
  101. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_aggregates.py +0 -0
  102. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_alerts.py +0 -0
  103. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_audits.py +0 -0
  104. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_auth.py +0 -0
  105. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_cert_bund_advisories.py +0 -0
  106. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_cpes.py +0 -0
  107. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_credentials.py +0 -0
  108. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_cves.py +0 -0
  109. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_dfn_cert_advisories.py +0 -0
  110. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_entity_type.py +0 -0
  111. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_feed.py +0 -0
  112. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_filters.py +0 -0
  113. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_groups.py +0 -0
  114. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_help.py +0 -0
  115. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_hosts.py +0 -0
  116. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_notes.py +0 -0
  117. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_nvts.py +0 -0
  118. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_operating_systems.py +0 -0
  119. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_overrides.py +0 -0
  120. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_permissions.py +0 -0
  121. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_policies.py +0 -0
  122. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_port_lists.py +0 -0
  123. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_report_formats.py +0 -0
  124. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_reports.py +0 -0
  125. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_results.py +0 -0
  126. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_roles.py +0 -0
  127. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_scan_configs.py +0 -0
  128. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_scanners.py +0 -0
  129. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_schedules.py +0 -0
  130. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_secinfo.py +0 -0
  131. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_severity.py +0 -0
  132. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_system_reports.py +0 -0
  133. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_tags.py +0 -0
  134. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_targets.py +0 -0
  135. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_tasks.py +0 -0
  136. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_tickets.py +0 -0
  137. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_tls_certificates.py +0 -0
  138. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_trashcan.py +0 -0
  139. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_user_settings.py +0 -0
  140. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_users.py +0 -0
  141. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v224/_vulnerabilities.py +0 -0
  142. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v225/__init__.py +0 -0
  143. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v225/_resource_names.py +0 -0
  144. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v226/__init__.py +0 -0
  145. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v226/_audit_reports.py +0 -0
  146. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v226/_filters.py +0 -0
  147. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v226/_report_configs.py +0 -0
  148. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v226/_reports.py +0 -0
  149. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v226/_resource_names.py +0 -0
  150. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v227/__init__.py +0 -0
  151. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/gmp/requests/v227/_scanners.py +0 -0
  152. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/__init__.py +0 -0
  153. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/__init__.py +0 -0
  154. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/_api.py +0 -0
  155. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/_client.py +0 -0
  156. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/_health.py +0 -0
  157. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/_metadata.py +0 -0
  158. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/_notus.py +0 -0
  159. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/_openvasd1.py +0 -0
  160. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/_scans.py +0 -0
  161. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/http/openvasd/_vts.py +0 -0
  162. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/latest.py +0 -0
  163. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/next.py +0 -0
  164. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/protocols/ospv1.py +0 -0
  165. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/py.typed +0 -0
  166. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/transforms.py +0 -0
  167. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/utils.py +0 -0
  168. {python_gvm-27.0.2 → python_gvm-27.2.0}/gvm/xml.py +0 -0
  169. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/__init__.py +0 -0
  170. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/connections/__init__.py +0 -0
  171. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/connections/test_debug_connection.py +0 -0
  172. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/connections/test_gvm_connection.py +0 -0
  173. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/connections/test_ssh_connection.py +0 -0
  174. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/connections/test_tls_connection.py +0 -0
  175. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/connections/test_unix_socket_connection.py +0 -0
  176. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/__init__.py +0 -0
  177. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/core/__init__.py +0 -0
  178. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/core/test_connection.py +0 -0
  179. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/core/test_request.py +0 -0
  180. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/core/test_response.py +0 -0
  181. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/core/test_states.py +0 -0
  182. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/core/test_xml_reader.py +0 -0
  183. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/__init__.py +0 -0
  184. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/__init__.py +0 -0
  185. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/test_version.py +0 -0
  186. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/__init__.py +0 -0
  187. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_aggregates.py +0 -0
  188. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_alerts.py +0 -0
  189. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_audits.py +0 -0
  190. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_auth.py +0 -0
  191. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_cert_bund_advisories.py +0 -0
  192. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_cpes.py +0 -0
  193. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_credentials.py +0 -0
  194. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_cves.py +0 -0
  195. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_dfn_cert_advisories.py +0 -0
  196. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_feed.py +0 -0
  197. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_filters.py +0 -0
  198. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_groups.py +0 -0
  199. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_help.py +0 -0
  200. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_hosts.py +0 -0
  201. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_notes.py +0 -0
  202. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_nvts.py +0 -0
  203. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_operating_systems.py +0 -0
  204. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_overrides.py +0 -0
  205. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_permissions.py +0 -0
  206. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_policies.py +0 -0
  207. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_port_lists.py +0 -0
  208. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_report_formats.py +0 -0
  209. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_reports.py +0 -0
  210. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_results.py +0 -0
  211. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_roles.py +0 -0
  212. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_scan_configs.py +0 -0
  213. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_scanners.py +0 -0
  214. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_schedules.py +0 -0
  215. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_secinfo.py +0 -0
  216. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_system_report.py +0 -0
  217. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_tags.py +0 -0
  218. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_targets.py +0 -0
  219. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_tasks.py +0 -0
  220. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_tickets.py +0 -0
  221. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_tls_certificates.py +0 -0
  222. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_trashcan.py +0 -0
  223. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_user_settings.py +0 -0
  224. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_users.py +0 -0
  225. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v224/test_vulnerabilities.py +0 -0
  226. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v225/__init__.py +0 -0
  227. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v225/test_resource_names.py +0 -0
  228. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v226/__init__.py +0 -0
  229. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v226/test_audit_reports.py +0 -0
  230. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v226/test_filter_type.py +0 -0
  231. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v226/test_filters.py +0 -0
  232. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v226/test_report_configs.py +0 -0
  233. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v226/test_reports.py +0 -0
  234. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/requests/v226/test_resource_names.py +0 -0
  235. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmp/test_context_manager.py +0 -0
  236. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/__init__.py +0 -0
  237. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/__init__.py +0 -0
  238. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_groups/__init__.py +0 -0
  239. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_groups/test_clone_agent_group.py +0 -0
  240. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_groups/test_create_agent_group.py +0 -0
  241. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_groups/test_delete_agent_group.py +0 -0
  242. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_groups/test_get_agent_group.py +0 -0
  243. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_groups/test_get_agent_groups.py +0 -0
  244. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_groups/test_modify_agent_group.py +0 -0
  245. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_installers/__init__.py +0 -0
  246. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installer.py +0 -0
  247. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installer_file.py +0 -0
  248. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agent_installers/test_get_agent_installers.py +0 -0
  249. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agents/__init__.py +0 -0
  250. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agents/test_delete_agents.py +0 -0
  251. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agents/test_get_agents.py +0 -0
  252. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agents/test_modify_agent_controller_scan_config.py +0 -0
  253. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agents/test_modify_agents.py +0 -0
  254. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/agents/test_sync_agents.py +0 -0
  255. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/credential_stores/__init__.py +0 -0
  256. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/credential_stores/test_get_credential_stores.py +0 -0
  257. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/credential_stores/test_modify_credential_stores.py +0 -0
  258. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/credential_stores/test_verify_credential_stores.py +0 -0
  259. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/credentials/__init__.py +0 -0
  260. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/credentials/test_create_credential_store_credential.py +0 -0
  261. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/credentials/test_modify_credential_store_credential.py +0 -0
  262. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/integration_configs/__init__.py +0 -0
  263. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/integration_configs/test_get_integration_config.py +0 -0
  264. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/integration_configs/test_get_integration_configs.py +0 -0
  265. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/integration_configs/test_modify_integration_config.py +0 -0
  266. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/oci_image_targets/__init__.py +0 -0
  267. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_clone_oci_image_target.py +0 -0
  268. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_create_oci_image_target.py +0 -0
  269. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_delete_oci_image_target.py +0 -0
  270. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_get_oci_image_target.py +0 -0
  271. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_get_oci_image_targets.py +0 -0
  272. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/oci_image_targets/test_modify_oci_image_target.py +0 -0
  273. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/__init__.py +0 -0
  274. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_clone_task.py +0 -0
  275. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_create_agent_group_task.py +0 -0
  276. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_create_container_image_task.py +0 -0
  277. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_create_container_task.py +0 -0
  278. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_create_import_task.py +0 -0
  279. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_create_task.py +0 -0
  280. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_delete_task.py +0 -0
  281. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_get_task.py +0 -0
  282. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_get_tasks.py +0 -0
  283. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_modify_task.py +0 -0
  284. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_move_task.py +0 -0
  285. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_resume_task.py +0 -0
  286. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_start_task.py +0 -0
  287. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/tasks/test_stop_task.py +0 -0
  288. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_agent_group.py +0 -0
  289. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_agent_installers.py +0 -0
  290. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_agents.py +0 -0
  291. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_alerts.py +0 -0
  292. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_audit_reports.py +0 -0
  293. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_audits.py +0 -0
  294. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_credential_stores.py +0 -0
  295. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_credentials.py +0 -0
  296. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_filters.py +0 -0
  297. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_groups.py +0 -0
  298. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_hosts.py +0 -0
  299. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_integration_configs.py +0 -0
  300. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_notes.py +0 -0
  301. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_oci_image_targets.py +0 -0
  302. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_operating_systems.py +0 -0
  303. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_overrides.py +0 -0
  304. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_permissions.py +0 -0
  305. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_policies.py +0 -0
  306. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_port_lists.py +0 -0
  307. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_report_configs.py +0 -0
  308. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_report_formats.py +0 -0
  309. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_reports.py +0 -0
  310. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_resource_names.py +0 -0
  311. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_results.py +0 -0
  312. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_roles.py +0 -0
  313. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_scan_configs.py +0 -0
  314. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_scanners.py +0 -0
  315. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_schedules.py +0 -0
  316. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_secinfo.py +0 -0
  317. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_tags.py +0 -0
  318. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_targets.py +0 -0
  319. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_tasks.py +0 -0
  320. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_tickets.py +0 -0
  321. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_tls_certificates.py +0 -0
  322. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_users.py +0 -0
  323. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/entities/test_vulnerabilities.py +0 -0
  324. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/__init__.py +0 -0
  325. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_aggregate_statistic.py +0 -0
  326. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_alert_condition.py +0 -0
  327. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_alert_event.py +0 -0
  328. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_alert_method.py +0 -0
  329. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_alive_test.py +0 -0
  330. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_credential_format.py +0 -0
  331. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_credential_type.py +0 -0
  332. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_entity_type.py +0 -0
  333. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_feed_type.py +0 -0
  334. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_filter_type.py +0 -0
  335. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_help_format.py +0 -0
  336. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_hosts_ordering.py +0 -0
  337. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_info_type.py +0 -0
  338. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_permission_subject_type.py +0 -0
  339. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_port_range_type.py +0 -0
  340. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_report_format_type.py +0 -0
  341. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_resource_type.py +0 -0
  342. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_scanner_type.py +0 -0
  343. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_snmp_algorithms.py +0 -0
  344. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_sort_order.py +0 -0
  345. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_ticket_status.py +0 -0
  346. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpnext/enums/test_user_auth_type.py +0 -0
  347. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/__init__.py +0 -0
  348. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/__init__.py +0 -0
  349. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/__init__.py +0 -0
  350. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/test_clone_alert.py +0 -0
  351. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/test_create_alert.py +0 -0
  352. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/test_delete_alert.py +0 -0
  353. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/test_get_alert.py +0 -0
  354. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/test_get_alerts.py +0 -0
  355. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/test_modify_alert.py +0 -0
  356. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/test_test_alert.py +0 -0
  357. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/alerts/test_trigger_alert.py +0 -0
  358. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/__init__.py +0 -0
  359. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_clone_audit.py +0 -0
  360. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_create_audit.py +0 -0
  361. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_delete_audit.py +0 -0
  362. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_get_audit.py +0 -0
  363. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_get_audits.py +0 -0
  364. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_modify_audit.py +0 -0
  365. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_resume_audit.py +0 -0
  366. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_start_audit.py +0 -0
  367. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/audits/test_stop_audit.py +0 -0
  368. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/credentials/__init__.py +0 -0
  369. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/credentials/test_clone_credential.py +0 -0
  370. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/credentials/test_create_credential.py +0 -0
  371. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/credentials/test_delete_credential.py +0 -0
  372. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/credentials/test_get_credential.py +0 -0
  373. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/credentials/test_get_credentials.py +0 -0
  374. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/credentials/test_modify_credential.py +0 -0
  375. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/filters/__init__.py +0 -0
  376. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/filters/test_clone_filter.py +0 -0
  377. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/filters/test_create_filter.py +0 -0
  378. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/filters/test_delete_filter.py +0 -0
  379. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/filters/test_get_filter.py +0 -0
  380. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/filters/test_get_filters.py +0 -0
  381. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/filters/test_modify_filter.py +0 -0
  382. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/groups/__init__.py +0 -0
  383. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/groups/test_clone_group.py +0 -0
  384. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/groups/test_create_group.py +0 -0
  385. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/groups/test_delete_group.py +0 -0
  386. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/groups/test_get_group.py +0 -0
  387. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/groups/test_get_groups.py +0 -0
  388. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/groups/test_modify_group.py +0 -0
  389. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/hosts/__init__.py +0 -0
  390. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/hosts/test_create_host.py +0 -0
  391. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/hosts/test_delete_host.py +0 -0
  392. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/hosts/test_get_host.py +0 -0
  393. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/hosts/test_get_hosts.py +0 -0
  394. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/hosts/test_modify_host.py +0 -0
  395. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/notes/__init__.py +0 -0
  396. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/notes/test_clone_note.py +0 -0
  397. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/notes/test_create_note.py +0 -0
  398. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/notes/test_delete_note.py +0 -0
  399. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/notes/test_get_note.py +0 -0
  400. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/notes/test_get_notes.py +0 -0
  401. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/notes/test_modify_note.py +0 -0
  402. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/operating_systems/__init__.py +0 -0
  403. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/operating_systems/test_delete_operating_system.py +0 -0
  404. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_system.py +0 -0
  405. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/operating_systems/test_get_operating_systems.py +0 -0
  406. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/operating_systems/test_modify_operating_system.py +0 -0
  407. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/overrides/__init__.py +0 -0
  408. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/overrides/test_clone_override.py +0 -0
  409. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/overrides/test_create_override.py +0 -0
  410. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/overrides/test_delete_override.py +0 -0
  411. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/overrides/test_get_override.py +0 -0
  412. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/overrides/test_get_overrides.py +0 -0
  413. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/overrides/test_modify_override.py +0 -0
  414. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/permissions/__init__.py +0 -0
  415. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/permissions/test_clone_permission.py +0 -0
  416. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/permissions/test_create_permission.py +0 -0
  417. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/permissions/test_delete_permission.py +0 -0
  418. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/permissions/test_get_permission.py +0 -0
  419. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/permissions/test_get_permissions.py +0 -0
  420. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/permissions/test_modify_permission.py +0 -0
  421. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/__init__.py +0 -0
  422. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_clone_policy.py +0 -0
  423. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_create_policy.py +0 -0
  424. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_delete_policy.py +0 -0
  425. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_get_policies.py +0 -0
  426. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_get_policy.py +0 -0
  427. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_import_policy.py +0 -0
  428. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_comment.py +0 -0
  429. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_family_selection.py +0 -0
  430. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_name.py +0 -0
  431. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_preference.py +0 -0
  432. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_nvt_selection.py +0 -0
  433. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/policies/test_modify_policy_set_scanner_preference.py +0 -0
  434. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/__init__.py +0 -0
  435. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/test_clone_port_list.py +0 -0
  436. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/test_create_port_list.py +0 -0
  437. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/test_create_port_range.py +0 -0
  438. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_list.py +0 -0
  439. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/test_delete_port_range.py +0 -0
  440. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/test_get_port_list.py +0 -0
  441. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/test_get_port_lists.py +0 -0
  442. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/port_lists/test_modify_port_list.py +0 -0
  443. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/report_formats/__init__.py +0 -0
  444. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/report_formats/test_clone_report_format.py +0 -0
  445. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/report_formats/test_delete_report_format.py +0 -0
  446. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/report_formats/test_get_report_format.py +0 -0
  447. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/report_formats/test_get_report_formats.py +0 -0
  448. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/report_formats/test_import_report_format.py +0 -0
  449. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/report_formats/test_modify_report_format.py +0 -0
  450. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/report_formats/test_verify_report_format.py +0 -0
  451. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/reports/__init__.py +0 -0
  452. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/reports/test_delete_report.py +0 -0
  453. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/reports/test_get_report.py +0 -0
  454. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/reports/test_get_reports.py +0 -0
  455. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/reports/test_import_report.py +0 -0
  456. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/results/__init__.py +0 -0
  457. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/results/test_get_result.py +0 -0
  458. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/results/test_get_results.py +0 -0
  459. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/roles/__init__.py +0 -0
  460. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/roles/test_clone_role.py +0 -0
  461. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/roles/test_create_role.py +0 -0
  462. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/roles/test_delete_role.py +0 -0
  463. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/roles/test_get_role.py +0 -0
  464. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/roles/test_get_roles.py +0 -0
  465. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/roles/test_modify_role.py +0 -0
  466. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/__init__.py +0 -0
  467. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_clone_scan_config.py +0 -0
  468. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_create_scan_config.py +0 -0
  469. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_delete_scan_config.py +0 -0
  470. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config.py +0 -0
  471. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preference.py +0 -0
  472. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_config_preferences.py +0 -0
  473. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_get_scan_configs.py +0 -0
  474. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_import_scan_config.py +0 -0
  475. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config.py +0 -0
  476. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_comment.py +0 -0
  477. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_family_selection.py +0 -0
  478. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_name.py +0 -0
  479. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_preference.py +0 -0
  480. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_nvt_selection.py +0 -0
  481. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scan_configs/test_modify_scan_config_set_scanner_preference.py +0 -0
  482. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scanners/__init__.py +0 -0
  483. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scanners/test_clone_scanner.py +0 -0
  484. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scanners/test_create_scanner.py +0 -0
  485. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scanners/test_delete_scanner.py +0 -0
  486. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scanners/test_get_scanner.py +0 -0
  487. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scanners/test_get_scanners.py +0 -0
  488. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scanners/test_modify_scanner.py +0 -0
  489. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/scanners/test_verify_scanner.py +0 -0
  490. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/schedules/__init__.py +0 -0
  491. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/schedules/test_clone_schedule.py +0 -0
  492. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/schedules/test_create_schedule.py +0 -0
  493. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/schedules/test_delete_schedule.py +0 -0
  494. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/schedules/test_get_schedule.py +0 -0
  495. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/schedules/test_get_schedules.py +0 -0
  496. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/schedules/test_modify_schedule.py +0 -0
  497. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/__init__.py +0 -0
  498. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisories.py +0 -0
  499. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cert_bund_advisory.py +0 -0
  500. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cpe.py +0 -0
  501. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cpes.py +0 -0
  502. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cve.py +0 -0
  503. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_cves.py +0 -0
  504. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisories.py +0 -0
  505. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_dfn_cert_advisory.py +0 -0
  506. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_info.py +0 -0
  507. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_info_list.py +0 -0
  508. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt.py +0 -0
  509. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_families.py +0 -0
  510. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preference.py +0 -0
  511. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvt_preferences.py +0 -0
  512. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_nvts.py +0 -0
  513. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definition.py +0 -0
  514. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_oval_definitions.py +0 -0
  515. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvt.py +0 -0
  516. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/secinfo/test_get_scan_config_nvts.py +0 -0
  517. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tags/__init__.py +0 -0
  518. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tags/test_clone_tag.py +0 -0
  519. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tags/test_create_tag.py +0 -0
  520. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tags/test_delete_tag.py +0 -0
  521. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tags/test_get_tag.py +0 -0
  522. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tags/test_get_tags.py +0 -0
  523. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tags/test_modify_tag.py +0 -0
  524. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/targets/__init__.py +0 -0
  525. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/targets/test_clone_target.py +0 -0
  526. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/targets/test_create_target.py +0 -0
  527. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/targets/test_delete_target.py +0 -0
  528. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/targets/test_get_target.py +0 -0
  529. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/targets/test_get_targets.py +0 -0
  530. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/targets/test_modify_target.py +0 -0
  531. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/__init__.py +0 -0
  532. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_clone_task.py +0 -0
  533. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_create_container_task.py +0 -0
  534. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_create_task.py +0 -0
  535. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_delete_task.py +0 -0
  536. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_get_task.py +0 -0
  537. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_get_tasks.py +0 -0
  538. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_modify_task.py +0 -0
  539. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_move_task.py +0 -0
  540. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_resume_task.py +0 -0
  541. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_start_task.py +0 -0
  542. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tasks/test_stop_task.py +0 -0
  543. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_alerts.py +0 -0
  544. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_audits.py +0 -0
  545. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_credentials.py +0 -0
  546. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_filters.py +0 -0
  547. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_groups.py +0 -0
  548. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_hosts.py +0 -0
  549. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_notes.py +0 -0
  550. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_operating_systems.py +0 -0
  551. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_overrides.py +0 -0
  552. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_permissions.py +0 -0
  553. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_policies.py +0 -0
  554. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_port_lists.py +0 -0
  555. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_report_formats.py +0 -0
  556. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_reports.py +0 -0
  557. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_results.py +0 -0
  558. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_roles.py +0 -0
  559. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_scan_configs.py +0 -0
  560. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_scanners.py +0 -0
  561. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_schedules.py +0 -0
  562. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_secinfo.py +0 -0
  563. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_tags.py +0 -0
  564. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_targets.py +0 -0
  565. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_tasks.py +0 -0
  566. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_tickets.py +0 -0
  567. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_tls_certificates.py +0 -0
  568. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_users.py +0 -0
  569. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/test_vulnerabilities.py +0 -0
  570. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tickets/__init__.py +0 -0
  571. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tickets/test_clone_ticket.py +0 -0
  572. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tickets/test_create_ticket.py +0 -0
  573. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tickets/test_delete_ticket.py +0 -0
  574. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tickets/test_get_ticket.py +0 -0
  575. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tickets/test_get_tickets.py +0 -0
  576. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tickets/test_modify_ticket.py +0 -0
  577. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tls_certificates/__init__.py +0 -0
  578. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tls_certificates/test_clone_tls_certificate.py +0 -0
  579. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tls_certificates/test_create_tls_certificate.py +0 -0
  580. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tls_certificates/test_delete_tls_certificate.py +0 -0
  581. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificate.py +0 -0
  582. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tls_certificates/test_get_tls_certificates.py +0 -0
  583. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/tls_certificates/test_modify_tls_certificate.py +0 -0
  584. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/users/__init__.py +0 -0
  585. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/users/test_clone_user.py +0 -0
  586. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/users/test_create_user.py +0 -0
  587. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/users/test_delete_user.py +0 -0
  588. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/users/test_get_user.py +0 -0
  589. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/users/test_get_users.py +0 -0
  590. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/users/test_modify_user.py +0 -0
  591. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/vulnerabilities/__init__.py +0 -0
  592. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerabilities.py +0 -0
  593. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/entities/vulnerabilities/test_get_vulnerability.py +0 -0
  594. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/__init__.py +0 -0
  595. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_aggregate_statistic.py +0 -0
  596. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_alert_condition.py +0 -0
  597. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_alert_event.py +0 -0
  598. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_alert_method.py +0 -0
  599. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_alive_test.py +0 -0
  600. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_credential_format.py +0 -0
  601. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_credential_type.py +0 -0
  602. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_entity_type.py +0 -0
  603. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_feed_type.py +0 -0
  604. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_filter_type.py +0 -0
  605. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_help_format.py +0 -0
  606. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_hosts_ordering.py +0 -0
  607. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_info_type.py +0 -0
  608. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_permission_subject_type.py +0 -0
  609. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_port_range_type.py +0 -0
  610. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_report_format_type.py +0 -0
  611. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_scanner_type.py +0 -0
  612. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_snmp_algorithms.py +0 -0
  613. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_sort_order.py +0 -0
  614. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_ticket_status.py +0 -0
  615. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/enums/test_user_auth_type.py +0 -0
  616. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/__init__.py +0 -0
  617. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/aggregates/__init__.py +0 -0
  618. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/aggregates/test_get_aggregates.py +0 -0
  619. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/authentication/__init__.py +0 -0
  620. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/authentication/test_authenticate.py +0 -0
  621. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/authentication/test_describe_auth.py +0 -0
  622. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/authentication/test_modify_auth.py +0 -0
  623. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/feed/__init__.py +0 -0
  624. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/feed/test_get_feed.py +0 -0
  625. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/feed/test_get_feeds.py +0 -0
  626. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/help/__init__.py +0 -0
  627. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/help/test_help.py +0 -0
  628. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/system_reports/__init__.py +0 -0
  629. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/system_reports/test_get_system_reports.py +0 -0
  630. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/test_aggregates.py +0 -0
  631. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/test_authentication.py +0 -0
  632. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/test_feed.py +0 -0
  633. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/test_help.py +0 -0
  634. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/test_system_reports.py +0 -0
  635. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/test_trashcan.py +0 -0
  636. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/test_user_settings.py +0 -0
  637. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/test_versions.py +0 -0
  638. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/trashcan/__init__.py +0 -0
  639. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/trashcan/test_empty_trashcan.py +0 -0
  640. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/trashcan/test_restore_from_trashcan.py +0 -0
  641. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/user_settings/__init__.py +0 -0
  642. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/user_settings/test_get_user_setting.py +0 -0
  643. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/user_settings/test_get_user_settings.py +0 -0
  644. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/user_settings/test_modify_user_setting.py +0 -0
  645. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/versions/__init__.py +0 -0
  646. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/versions/test_get_protocol_version.py +0 -0
  647. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/system/versions/test_get_version.py +0 -0
  648. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/test_gmp_types.py +0 -0
  649. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv224/test_with_statement.py +0 -0
  650. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/__init__.py +0 -0
  651. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/__init__.py +0 -0
  652. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/resourcenames/__init__.py +0 -0
  653. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_name.py +0 -0
  654. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/resourcenames/test_get_resource_names_list.py +0 -0
  655. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_alerts.py +0 -0
  656. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_audits.py +0 -0
  657. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_credentials.py +0 -0
  658. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_filters.py +0 -0
  659. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_groups.py +0 -0
  660. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_hosts.py +0 -0
  661. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_notes.py +0 -0
  662. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_operating_systems.py +0 -0
  663. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_overrides.py +0 -0
  664. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_permissions.py +0 -0
  665. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_policies.py +0 -0
  666. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_port_lists.py +0 -0
  667. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_report_formats.py +0 -0
  668. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_reports.py +0 -0
  669. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_resource_names.py +0 -0
  670. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_results.py +0 -0
  671. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_roles.py +0 -0
  672. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_scan_configs.py +0 -0
  673. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_scanners.py +0 -0
  674. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_schedules.py +0 -0
  675. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_secinfo.py +0 -0
  676. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_tags.py +0 -0
  677. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_targets.py +0 -0
  678. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_tasks.py +0 -0
  679. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_tickets.py +0 -0
  680. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_tls_certificates.py +0 -0
  681. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_users.py +0 -0
  682. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/entities/test_vulnerabilities.py +0 -0
  683. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/__init__.py +0 -0
  684. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_aggregate_statistic.py +0 -0
  685. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_alert_condition.py +0 -0
  686. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_alert_event.py +0 -0
  687. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_alert_method.py +0 -0
  688. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_alive_test.py +0 -0
  689. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_credential_format.py +0 -0
  690. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_credential_type.py +0 -0
  691. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_entity_type.py +0 -0
  692. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_feed_type.py +0 -0
  693. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_filter_type.py +0 -0
  694. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_help_format.py +0 -0
  695. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_hosts_ordering.py +0 -0
  696. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_info_type.py +0 -0
  697. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_permission_subject_type.py +0 -0
  698. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_port_range_type.py +0 -0
  699. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_report_format_type.py +0 -0
  700. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_resource_type.py +0 -0
  701. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_scanner_type.py +0 -0
  702. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_snmp_algorithms.py +0 -0
  703. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_sort_order.py +0 -0
  704. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_ticket_status.py +0 -0
  705. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/enums/test_user_auth_type.py +0 -0
  706. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/__init__.py +0 -0
  707. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/test_aggregates.py +0 -0
  708. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/test_authentication.py +0 -0
  709. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/test_feed.py +0 -0
  710. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/test_help.py +0 -0
  711. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/test_system_reports.py +0 -0
  712. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/test_trashcan.py +0 -0
  713. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/test_user_settings.py +0 -0
  714. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/test_versions.py +0 -0
  715. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/versions/__init__.py +0 -0
  716. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/system/versions/test_get_protocol_version.py +0 -0
  717. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/test_gmp_types.py +0 -0
  718. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv225/test_with_statement.py +0 -0
  719. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/__init__.py +0 -0
  720. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/__init__.py +0 -0
  721. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/audit_reports/__init__.py +0 -0
  722. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/audit_reports/test_delete_report.py +0 -0
  723. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/audit_reports/test_get_report.py +0 -0
  724. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/audit_reports/test_get_reports.py +0 -0
  725. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/report_configs/__init__.py +0 -0
  726. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/report_configs/test_clone_report_config.py +0 -0
  727. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/report_configs/test_create_report_config.py +0 -0
  728. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/report_configs/test_delete_report_config.py +0 -0
  729. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/report_configs/test_get_report_config.py +0 -0
  730. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/report_configs/test_get_report_configs.py +0 -0
  731. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/report_configs/test_modify_report_config.py +0 -0
  732. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/reports/__init__.py +0 -0
  733. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/reports/test_delete_report.py +0 -0
  734. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/reports/test_get_report.py +0 -0
  735. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/reports/test_get_reports.py +0 -0
  736. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/reports/test_import_report.py +0 -0
  737. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/resourcenames/__init__.py +0 -0
  738. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_name.py +0 -0
  739. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/resourcenames/test_get_resource_names_list.py +0 -0
  740. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_alerts.py +0 -0
  741. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_audit_reports.py +0 -0
  742. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_audits.py +0 -0
  743. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_credentials.py +0 -0
  744. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_filters.py +0 -0
  745. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_groups.py +0 -0
  746. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_hosts.py +0 -0
  747. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_notes.py +0 -0
  748. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_operating_systems.py +0 -0
  749. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_overrides.py +0 -0
  750. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_permissions.py +0 -0
  751. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_policies.py +0 -0
  752. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_port_lists.py +0 -0
  753. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_report_configs.py +0 -0
  754. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_report_formats.py +0 -0
  755. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_reports.py +0 -0
  756. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_resource_names.py +0 -0
  757. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_results.py +0 -0
  758. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_roles.py +0 -0
  759. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_scan_configs.py +0 -0
  760. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_scanners.py +0 -0
  761. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_schedules.py +0 -0
  762. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_secinfo.py +0 -0
  763. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_tags.py +0 -0
  764. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_targets.py +0 -0
  765. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_tasks.py +0 -0
  766. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_tickets.py +0 -0
  767. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_tls_certificates.py +0 -0
  768. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_users.py +0 -0
  769. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/entities/test_vulnerabilities.py +0 -0
  770. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/__init__.py +0 -0
  771. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_aggregate_statistic.py +0 -0
  772. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_alert_condition.py +0 -0
  773. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_alert_event.py +0 -0
  774. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_alert_method.py +0 -0
  775. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_alive_test.py +0 -0
  776. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_credential_format.py +0 -0
  777. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_credential_type.py +0 -0
  778. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_entity_type.py +0 -0
  779. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_feed_type.py +0 -0
  780. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_filter_type.py +0 -0
  781. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_help_format.py +0 -0
  782. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_hosts_ordering.py +0 -0
  783. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_info_type.py +0 -0
  784. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_permission_subject_type.py +0 -0
  785. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_port_range_type.py +0 -0
  786. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_report_format_type.py +0 -0
  787. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_resource_type.py +0 -0
  788. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_scanner_type.py +0 -0
  789. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_snmp_algorithms.py +0 -0
  790. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_sort_order.py +0 -0
  791. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_ticket_status.py +0 -0
  792. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/enums/test_user_auth_type.py +0 -0
  793. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/__init__.py +0 -0
  794. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/test_aggregates.py +0 -0
  795. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/test_authentication.py +0 -0
  796. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/test_feed.py +0 -0
  797. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/test_help.py +0 -0
  798. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/test_system_reports.py +0 -0
  799. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/test_trashcan.py +0 -0
  800. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/test_user_settings.py +0 -0
  801. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/test_versions.py +0 -0
  802. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/versions/__init__.py +0 -0
  803. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/system/versions/test_get_protocol_version.py +0 -0
  804. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/test_gmp_types.py +0 -0
  805. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv226/test_with_statement.py +0 -0
  806. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/__init__.py +0 -0
  807. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/__init__.py +0 -0
  808. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/scanners/__init__.py +0 -0
  809. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/scanners/test_create_scanner.py +0 -0
  810. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/scanners/test_modify_scanner.py +0 -0
  811. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_alerts.py +0 -0
  812. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_audit_reports.py +0 -0
  813. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_audits.py +0 -0
  814. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_credentials.py +0 -0
  815. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_filters.py +0 -0
  816. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_groups.py +0 -0
  817. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_hosts.py +0 -0
  818. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_notes.py +0 -0
  819. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_operating_systems.py +0 -0
  820. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_overrides.py +0 -0
  821. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_permissions.py +0 -0
  822. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_policies.py +0 -0
  823. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_port_lists.py +0 -0
  824. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_report_configs.py +0 -0
  825. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_report_formats.py +0 -0
  826. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_reports.py +0 -0
  827. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_resource_names.py +0 -0
  828. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_results.py +0 -0
  829. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_roles.py +0 -0
  830. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_scan_configs.py +0 -0
  831. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_scanners.py +0 -0
  832. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_schedules.py +0 -0
  833. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_secinfo.py +0 -0
  834. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_tags.py +0 -0
  835. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_targets.py +0 -0
  836. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_tasks.py +0 -0
  837. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_tickets.py +0 -0
  838. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_tls_certificates.py +0 -0
  839. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_users.py +0 -0
  840. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/entities/test_vulnerabilities.py +0 -0
  841. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/__init__.py +0 -0
  842. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_aggregate_statistic.py +0 -0
  843. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_alert_condition.py +0 -0
  844. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_alert_event.py +0 -0
  845. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_alert_method.py +0 -0
  846. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_alive_test.py +0 -0
  847. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_credential_format.py +0 -0
  848. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_credential_type.py +0 -0
  849. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_entity_type.py +0 -0
  850. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_feed_type.py +0 -0
  851. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_filter_type.py +0 -0
  852. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_help_format.py +0 -0
  853. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_hosts_ordering.py +0 -0
  854. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_info_type.py +0 -0
  855. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_permission_subject_type.py +0 -0
  856. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_port_range_type.py +0 -0
  857. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_report_format_type.py +0 -0
  858. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_resource_type.py +0 -0
  859. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_scanner_type.py +0 -0
  860. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_snmp_algorithms.py +0 -0
  861. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_sort_order.py +0 -0
  862. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_ticket_status.py +0 -0
  863. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/gmpv227/enums/test_user_auth_type.py +0 -0
  864. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/__init__.py +0 -0
  865. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/openvasd/__init__.py +0 -0
  866. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/openvasd/test_client.py +0 -0
  867. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/openvasd/test_health.py +0 -0
  868. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/openvasd/test_metadata.py +0 -0
  869. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/openvasd/test_notus.py +0 -0
  870. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/openvasd/test_openvasd1.py +0 -0
  871. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/openvasd/test_scans.py +0 -0
  872. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/http/openvasd/test_vts.py +0 -0
  873. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/__init__.py +0 -0
  874. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/test_osp_delete_scan.py +0 -0
  875. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/test_osp_get_scanner_details.py +0 -0
  876. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/test_osp_get_scans.py +0 -0
  877. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/test_osp_get_version.py +0 -0
  878. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/test_osp_get_vts.py +0 -0
  879. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/test_osp_help.py +0 -0
  880. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/test_osp_start_scan.py +0 -0
  881. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/osp/test_osp_stop_scan.py +0 -0
  882. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/test_latest.py +0 -0
  883. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/protocols/test_next.py +0 -0
  884. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/test_enum.py +0 -0
  885. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/test_errors.py +0 -0
  886. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/transforms/__init__.py +0 -0
  887. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/transforms/test_check_command_transform.py +0 -0
  888. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/transforms/test_etree_check_command_transform.py +0 -0
  889. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/transforms/test_etree_transform.py +0 -0
  890. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/__init__.py +0 -0
  891. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/test_add_filter.py +0 -0
  892. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/test_check_command_status.py +0 -0
  893. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/test_check_port.py +0 -0
  894. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/test_deprecation.py +0 -0
  895. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/test_is_list_like.py +0 -0
  896. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/test_to_base64.py +0 -0
  897. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/test_to_bool.py +0 -0
  898. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/utils/test_to_comma_list.py +0 -0
  899. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/xml/__init__.py +0 -0
  900. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/xml/test.file +0 -0
  901. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/xml/test_parse_xml.py +0 -0
  902. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/xml/test_pretty_print.py +0 -0
  903. {python_gvm-27.0.2 → python_gvm-27.2.0}/tests/xml/test_xml_command.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-gvm
3
- Version: 27.0.2
3
+ Version: 27.2.0
4
4
  Summary: Library to communicate with remote servers over GMP or OSP
5
5
  Project-URL: Homepage, https://github.com/greenbone/python-gvm/
6
6
  Project-URL: Repository, https://github.com/greenbone/python-gvm/
@@ -2,4 +2,4 @@
2
2
 
3
3
  # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
4
4
 
5
- __version__ = "27.0.2"
5
+ __version__ = "27.2.0"
@@ -19,6 +19,15 @@ from .requests.next import (
19
19
  CredentialStores,
20
20
  IntegrationConfigs,
21
21
  OCIImageTargets,
22
+ ReportApplications,
23
+ ReportClosedCVEs,
24
+ ReportCVEs,
25
+ ReportErrors,
26
+ ReportHosts,
27
+ ReportOperatingSystems,
28
+ ReportPorts,
29
+ ReportTlsCertificates,
30
+ ReportVulnerabilities,
22
31
  Tasks,
23
32
  )
24
33
  from .requests.v224 import HostsOrdering
@@ -992,3 +1001,267 @@ class GMPNext(GMPv227[T]):
992
1001
  oidc_provider_client_secret=oidc_provider_client_secret,
993
1002
  )
994
1003
  )
1004
+
1005
+ def get_report_hosts(
1006
+ self,
1007
+ report_id: EntityID,
1008
+ *,
1009
+ filter_string: str | None = None,
1010
+ filter_id: str | None = None,
1011
+ ignore_pagination: bool | None = None,
1012
+ details: bool | None = True,
1013
+ ) -> T:
1014
+ """Request hosts of a single report.
1015
+
1016
+ Args:
1017
+ report_id: UUID of an existing report.
1018
+ filter_string: Filter term to use to filter results in the report
1019
+ filter_id: UUID of filter to use to filter results in the report
1020
+ ignore_pagination: Whether to ignore the filter terms "first" and
1021
+ "rows".
1022
+ details: Request additional report host information details.
1023
+ Defaults to True.
1024
+ """
1025
+ return self._send_request_and_transform_response(
1026
+ ReportHosts.get_report_hosts(
1027
+ report_id=report_id,
1028
+ filter_string=filter_string,
1029
+ filter_id=filter_id,
1030
+ ignore_pagination=ignore_pagination,
1031
+ details=details,
1032
+ )
1033
+ )
1034
+
1035
+ def get_report_operating_systems(
1036
+ self,
1037
+ report_id: EntityID,
1038
+ *,
1039
+ filter_string: str | None = None,
1040
+ filter_id: str | None = None,
1041
+ ignore_pagination: bool | None = None,
1042
+ details: bool | None = True,
1043
+ ) -> T:
1044
+ """Request operating systems of a single report.
1045
+
1046
+ Args:
1047
+ report_id: UUID of an existing report.
1048
+ filter_string: Filter term to use to filter results in the report
1049
+ filter_id: UUID of filter to use to filter results in the report
1050
+ ignore_pagination: Whether to ignore the filter terms "first" and
1051
+ "rows".
1052
+ details: Request additional report operating system information details.
1053
+ Defaults to True.
1054
+ """
1055
+ return self._send_request_and_transform_response(
1056
+ ReportOperatingSystems.get_report_operating_systems(
1057
+ report_id=report_id,
1058
+ filter_string=filter_string,
1059
+ filter_id=filter_id,
1060
+ ignore_pagination=ignore_pagination,
1061
+ details=details,
1062
+ )
1063
+ )
1064
+
1065
+ def get_report_ports(
1066
+ self,
1067
+ report_id: EntityID,
1068
+ *,
1069
+ filter_string: str | None = None,
1070
+ filter_id: str | None = None,
1071
+ ignore_pagination: bool | None = None,
1072
+ details: bool | None = True,
1073
+ ) -> T:
1074
+ """Request ports of a single report.
1075
+
1076
+ Args:
1077
+ report_id: UUID of an existing report.
1078
+ filter_string: Filter term to use to filter results in the report
1079
+ filter_id: UUID of filter to use to filter results in the report
1080
+ ignore_pagination: Whether to ignore the filter terms "first" and
1081
+ "rows".
1082
+ details: Request additional report port information details.
1083
+ Defaults to True.
1084
+ """
1085
+ return self._send_request_and_transform_response(
1086
+ ReportPorts.get_report_ports(
1087
+ report_id=report_id,
1088
+ filter_string=filter_string,
1089
+ filter_id=filter_id,
1090
+ ignore_pagination=ignore_pagination,
1091
+ details=details,
1092
+ )
1093
+ )
1094
+
1095
+ def get_report_tls_certificates(
1096
+ self,
1097
+ report_id: EntityID,
1098
+ *,
1099
+ filter_string: str | None = None,
1100
+ filter_id: str | None = None,
1101
+ ignore_pagination: bool | None = None,
1102
+ details: bool | None = True,
1103
+ ) -> T:
1104
+ """Request TLS certificates of a single report.
1105
+
1106
+ Args:
1107
+ report_id: UUID of an existing report.
1108
+ filter_string: Filter term to use to filter results in the report
1109
+ filter_id: UUID of filter to use to filter results in the report
1110
+ ignore_pagination: Whether to ignore the filter terms "first" and
1111
+ "rows".
1112
+ details: Request additional report TLS certificate information details.
1113
+ Defaults to True.
1114
+ """
1115
+ return self._send_request_and_transform_response(
1116
+ ReportTlsCertificates.get_report_tls_certificates(
1117
+ report_id=report_id,
1118
+ filter_string=filter_string,
1119
+ filter_id=filter_id,
1120
+ ignore_pagination=ignore_pagination,
1121
+ details=details,
1122
+ )
1123
+ )
1124
+
1125
+ def get_report_applications(
1126
+ self,
1127
+ report_id: EntityID,
1128
+ *,
1129
+ filter_string: str | None = None,
1130
+ filter_id: str | None = None,
1131
+ ignore_pagination: bool | None = None,
1132
+ details: bool | None = True,
1133
+ ) -> T:
1134
+ """Request applications of a single report.
1135
+
1136
+ Args:
1137
+ report_id: UUID of an existing report.
1138
+ filter_string: Filter term to use to filter results in the report
1139
+ filter_id: UUID of filter to use to filter results in the report
1140
+ ignore_pagination: Whether to ignore the filter terms "first" and
1141
+ "rows".
1142
+ details: Request additional report application information details.
1143
+ Defaults to True.
1144
+ """
1145
+ return self._send_request_and_transform_response(
1146
+ ReportApplications.get_report_applications(
1147
+ report_id=report_id,
1148
+ filter_string=filter_string,
1149
+ filter_id=filter_id,
1150
+ ignore_pagination=ignore_pagination,
1151
+ details=details,
1152
+ )
1153
+ )
1154
+
1155
+ def get_report_cves(
1156
+ self,
1157
+ report_id: EntityID,
1158
+ *,
1159
+ filter_string: str | None = None,
1160
+ filter_id: str | None = None,
1161
+ ignore_pagination: bool | None = None,
1162
+ details: bool | None = True,
1163
+ ) -> T:
1164
+ """Request CVEs of a single report.
1165
+
1166
+ Args:
1167
+ report_id: UUID of an existing report.
1168
+ filter_string: Filter term to use to filter results in the report
1169
+ filter_id: UUID of filter to use to filter results in the report
1170
+ ignore_pagination: Whether to ignore the filter terms "first" and
1171
+ "rows".
1172
+ details: Request additional report CVE information details.
1173
+ Defaults to True.
1174
+ """
1175
+ return self._send_request_and_transform_response(
1176
+ ReportCVEs.get_report_cves(
1177
+ report_id=report_id,
1178
+ filter_string=filter_string,
1179
+ filter_id=filter_id,
1180
+ ignore_pagination=ignore_pagination,
1181
+ details=details,
1182
+ )
1183
+ )
1184
+
1185
+ def get_report_closed_cves(
1186
+ self,
1187
+ report_id: EntityID,
1188
+ *,
1189
+ ignore_pagination: bool | None = None,
1190
+ details: bool | None = True,
1191
+ ) -> T:
1192
+ """Request closed CVEs of a single report.
1193
+
1194
+ Args:
1195
+ report_id: UUID of an existing report.
1196
+ ignore_pagination: Whether to ignore the filter terms "first" and
1197
+ "rows".
1198
+ details: Request additional report closed CVE information details.
1199
+ Defaults to True.
1200
+ """
1201
+ return self._send_request_and_transform_response(
1202
+ ReportClosedCVEs.get_report_closed_cves(
1203
+ report_id=report_id,
1204
+ ignore_pagination=ignore_pagination,
1205
+ details=details,
1206
+ )
1207
+ )
1208
+
1209
+ def get_report_errors(
1210
+ self,
1211
+ report_id: EntityID,
1212
+ *,
1213
+ filter_string: str | None = None,
1214
+ filter_id: str | None = None,
1215
+ ignore_pagination: bool | None = None,
1216
+ details: bool | None = True,
1217
+ ) -> T:
1218
+ """Request errors of a single report.
1219
+
1220
+ Args:
1221
+ report_id: UUID of an existing report.
1222
+ filter_string: Filter term to use to filter results in the report
1223
+ filter_id: UUID of filter to use to filter results in the report
1224
+ ignore_pagination: Whether to ignore the filter terms "first" and
1225
+ "rows".
1226
+ details: Request additional report error information details.
1227
+ Defaults to True.
1228
+ """
1229
+ return self._send_request_and_transform_response(
1230
+ ReportErrors.get_report_errors(
1231
+ report_id=report_id,
1232
+ filter_string=filter_string,
1233
+ filter_id=filter_id,
1234
+ ignore_pagination=ignore_pagination,
1235
+ details=details,
1236
+ )
1237
+ )
1238
+
1239
+ def get_report_vulnerabilities(
1240
+ self,
1241
+ report_id: EntityID,
1242
+ *,
1243
+ filter_string: str | None = None,
1244
+ filter_id: str | None = None,
1245
+ ignore_pagination: bool | None = None,
1246
+ details: bool | None = True,
1247
+ ) -> T:
1248
+ """Request vulnerabilities of a single report.
1249
+
1250
+ Args:
1251
+ report_id: UUID of an existing report.
1252
+ filter_string: Filter term to use to filter results in the report
1253
+ filter_id: UUID of filter to use to filter results in the report
1254
+ ignore_pagination: Whether to ignore the filter terms "first" and
1255
+ "rows".
1256
+ details: Request additional report vulnerability information details.
1257
+ Defaults to True.
1258
+ """
1259
+ return self._send_request_and_transform_response(
1260
+ ReportVulnerabilities.get_report_vulnerabilities(
1261
+ report_id=report_id,
1262
+ filter_string=filter_string,
1263
+ filter_id=filter_id,
1264
+ ignore_pagination=ignore_pagination,
1265
+ details=details,
1266
+ )
1267
+ )
@@ -14,6 +14,33 @@ from gvm.protocols.gmp.requests.next._integration_configs import (
14
14
  IntegrationConfigs,
15
15
  )
16
16
  from gvm.protocols.gmp.requests.next._oci_image_targets import OCIImageTargets
17
+ from gvm.protocols.gmp.requests.next._report_applications import (
18
+ ReportApplications,
19
+ )
20
+ from gvm.protocols.gmp.requests.next._report_closed_cves import (
21
+ ReportClosedCVEs,
22
+ )
23
+ from gvm.protocols.gmp.requests.next._report_cves import (
24
+ ReportCVEs,
25
+ )
26
+ from gvm.protocols.gmp.requests.next._report_errors import (
27
+ ReportErrors,
28
+ )
29
+ from gvm.protocols.gmp.requests.next._report_hosts import (
30
+ ReportHosts,
31
+ )
32
+ from gvm.protocols.gmp.requests.next._report_operating_systems import (
33
+ ReportOperatingSystems,
34
+ )
35
+ from gvm.protocols.gmp.requests.next._report_ports import (
36
+ ReportPorts,
37
+ )
38
+ from gvm.protocols.gmp.requests.next._report_tls_certificates import (
39
+ ReportTlsCertificates,
40
+ )
41
+ from gvm.protocols.gmp.requests.next._report_vulnerabilities import (
42
+ ReportVulnerabilities,
43
+ )
17
44
  from gvm.protocols.gmp.requests.next._tasks import Tasks
18
45
 
19
46
  from .._entity_id import EntityID
@@ -132,10 +159,19 @@ __all__ = (
132
159
  "Policies",
133
160
  "PortLists",
134
161
  "PortRangeType",
162
+ "ReportApplications",
163
+ "ReportCVEs",
164
+ "ReportClosedCVEs",
135
165
  "ReportConfigParameter",
136
166
  "ReportConfigs",
167
+ "ReportErrors",
137
168
  "ReportFormatType",
138
169
  "ReportFormats",
170
+ "ReportHosts",
171
+ "ReportOperatingSystems",
172
+ "ReportPorts",
173
+ "ReportTlsCertificates",
174
+ "ReportVulnerabilities",
139
175
  "Reports",
140
176
  "ResourceNames",
141
177
  "ResourceType",
@@ -0,0 +1,47 @@
1
+ from gvm.errors import RequiredArgument
2
+ from gvm.protocols.core import Request
3
+ from gvm.protocols.gmp.requests import EntityID
4
+ from gvm.utils import to_bool
5
+ from gvm.xml import XmlCommand
6
+
7
+
8
+ class ReportApplications:
9
+ @classmethod
10
+ def get_report_applications(
11
+ cls,
12
+ report_id: EntityID,
13
+ *,
14
+ filter_string: str | None = None,
15
+ filter_id: str | None = None,
16
+ ignore_pagination: bool | None = None,
17
+ details: bool | None = True,
18
+ ) -> Request:
19
+ """Request applications of a single report.
20
+
21
+ Args:
22
+ report_id: UUID of an existing report.
23
+ filter_string: Filter term to use to filter results in the report
24
+ filter_id: UUID of filter to use to filter results in the report
25
+ ignore_pagination: Whether to ignore the filter terms "first" and
26
+ "rows".
27
+ details: Request additional report applications information details.
28
+ Defaults to True.
29
+ """
30
+ cmd = XmlCommand("get_report_applications")
31
+
32
+ if not report_id:
33
+ raise RequiredArgument(
34
+ function=cls.get_report_applications.__name__,
35
+ argument="report_id",
36
+ )
37
+
38
+ cmd.set_attribute("report_id", str(report_id))
39
+
40
+ cmd.add_filter(filter_string, filter_id)
41
+
42
+ if ignore_pagination is not None:
43
+ cmd.set_attribute("ignore_pagination", to_bool(ignore_pagination))
44
+
45
+ cmd.set_attribute("details", to_bool(details))
46
+
47
+ return cmd
@@ -0,0 +1,41 @@
1
+ from gvm.errors import RequiredArgument
2
+ from gvm.protocols.core import Request
3
+ from gvm.protocols.gmp.requests import EntityID
4
+ from gvm.utils import to_bool
5
+ from gvm.xml import XmlCommand
6
+
7
+
8
+ class ReportClosedCVEs:
9
+ @classmethod
10
+ def get_report_closed_cves(
11
+ cls,
12
+ report_id: EntityID,
13
+ *,
14
+ ignore_pagination: bool | None = None,
15
+ details: bool | None = True,
16
+ ) -> Request:
17
+ """Request closed CVEs of a single report.
18
+
19
+ Args:
20
+ report_id: UUID of an existing report.
21
+ ignore_pagination: Whether to ignore the filter terms "first" and
22
+ "rows".
23
+ details: Request additional report closed CVE information details.
24
+ Defaults to True.
25
+ """
26
+ cmd = XmlCommand("get_report_closed_cves")
27
+
28
+ if not report_id:
29
+ raise RequiredArgument(
30
+ function=cls.get_report_closed_cves.__name__,
31
+ argument="report_id",
32
+ )
33
+
34
+ cmd.set_attribute("report_id", str(report_id))
35
+
36
+ if ignore_pagination is not None:
37
+ cmd.set_attribute("ignore_pagination", to_bool(ignore_pagination))
38
+
39
+ cmd.set_attribute("details", to_bool(details))
40
+
41
+ return cmd
@@ -0,0 +1,46 @@
1
+ from gvm.errors import RequiredArgument
2
+ from gvm.protocols.core import Request
3
+ from gvm.protocols.gmp.requests import EntityID
4
+ from gvm.utils import to_bool
5
+ from gvm.xml import XmlCommand
6
+
7
+
8
+ class ReportCVEs:
9
+ @classmethod
10
+ def get_report_cves(
11
+ cls,
12
+ report_id: EntityID,
13
+ *,
14
+ filter_string: str | None = None,
15
+ filter_id: str | None = None,
16
+ ignore_pagination: bool | None = None,
17
+ details: bool | None = True,
18
+ ) -> Request:
19
+ """Request CVEs of a single report.
20
+
21
+ Args:
22
+ report_id: UUID of an existing report.
23
+ filter_string: Filter term to use to filter results in the report
24
+ filter_id: UUID of filter to use to filter results in the report
25
+ ignore_pagination: Whether to ignore the filter terms "first" and
26
+ "rows".
27
+ details: Request additional report CVE information details.
28
+ Defaults to True.
29
+ """
30
+ cmd = XmlCommand("get_report_cves")
31
+
32
+ if not report_id:
33
+ raise RequiredArgument(
34
+ function=cls.get_report_cves.__name__, argument="report_id"
35
+ )
36
+
37
+ cmd.set_attribute("report_id", str(report_id))
38
+
39
+ cmd.add_filter(filter_string, filter_id)
40
+
41
+ if ignore_pagination is not None:
42
+ cmd.set_attribute("ignore_pagination", to_bool(ignore_pagination))
43
+
44
+ cmd.set_attribute("details", to_bool(details))
45
+
46
+ return cmd
@@ -0,0 +1,46 @@
1
+ from gvm.errors import RequiredArgument
2
+ from gvm.protocols.core import Request
3
+ from gvm.protocols.gmp.requests import EntityID
4
+ from gvm.utils import to_bool
5
+ from gvm.xml import XmlCommand
6
+
7
+
8
+ class ReportErrors:
9
+ @classmethod
10
+ def get_report_errors(
11
+ cls,
12
+ report_id: EntityID,
13
+ *,
14
+ filter_string: str | None = None,
15
+ filter_id: str | None = None,
16
+ ignore_pagination: bool | None = None,
17
+ details: bool | None = True,
18
+ ) -> Request:
19
+ """Request errors of a single report.
20
+
21
+ Args:
22
+ report_id: UUID of an existing report.
23
+ filter_string: Filter term to use to filter results in the report
24
+ filter_id: UUID of filter to use to filter results in the report
25
+ ignore_pagination: Whether to ignore the filter terms "first" and
26
+ "rows".
27
+ details: Request additional report error information details.
28
+ Defaults to True.
29
+ """
30
+ cmd = XmlCommand("get_report_errors")
31
+
32
+ if not report_id:
33
+ raise RequiredArgument(
34
+ function=cls.get_report_errors.__name__, argument="report_id"
35
+ )
36
+
37
+ cmd.set_attribute("report_id", str(report_id))
38
+
39
+ cmd.add_filter(filter_string, filter_id)
40
+
41
+ if ignore_pagination is not None:
42
+ cmd.set_attribute("ignore_pagination", to_bool(ignore_pagination))
43
+
44
+ cmd.set_attribute("details", to_bool(details))
45
+
46
+ return cmd
@@ -0,0 +1,46 @@
1
+ from gvm.errors import RequiredArgument
2
+ from gvm.protocols.core import Request
3
+ from gvm.protocols.gmp.requests import EntityID
4
+ from gvm.utils import to_bool
5
+ from gvm.xml import XmlCommand
6
+
7
+
8
+ class ReportHosts:
9
+ @classmethod
10
+ def get_report_hosts(
11
+ cls,
12
+ report_id: EntityID,
13
+ *,
14
+ filter_string: str | None = None,
15
+ filter_id: str | None = None,
16
+ ignore_pagination: bool | None = None,
17
+ details: bool | None = True,
18
+ ) -> Request:
19
+ """Request hosts of a single report.
20
+
21
+ Args:
22
+ report_id: UUID of an existing report.
23
+ filter_string: Filter term to use to filter results in the report
24
+ filter_id: UUID of filter to use to filter results in the report
25
+ ignore_pagination: Whether to ignore the filter terms "first" and
26
+ "rows".
27
+ details: Request additional report host information details.
28
+ Defaults to True.
29
+ """
30
+ cmd = XmlCommand("get_report_hosts")
31
+
32
+ if not report_id:
33
+ raise RequiredArgument(
34
+ function=cls.get_report_hosts.__name__, argument="report_id"
35
+ )
36
+
37
+ cmd.set_attribute("report_id", str(report_id))
38
+
39
+ cmd.add_filter(filter_string, filter_id)
40
+
41
+ if ignore_pagination is not None:
42
+ cmd.set_attribute("ignore_pagination", to_bool(ignore_pagination))
43
+
44
+ cmd.set_attribute("details", to_bool(details))
45
+
46
+ return cmd
@@ -0,0 +1,47 @@
1
+ from gvm.errors import RequiredArgument
2
+ from gvm.protocols.core import Request
3
+ from gvm.protocols.gmp.requests import EntityID
4
+ from gvm.utils import to_bool
5
+ from gvm.xml import XmlCommand
6
+
7
+
8
+ class ReportOperatingSystems:
9
+ @classmethod
10
+ def get_report_operating_systems(
11
+ cls,
12
+ report_id: EntityID,
13
+ *,
14
+ filter_string: str | None = None,
15
+ filter_id: str | None = None,
16
+ ignore_pagination: bool | None = None,
17
+ details: bool | None = True,
18
+ ) -> Request:
19
+ """Request operating systems of a single report.
20
+
21
+ Args:
22
+ report_id: UUID of an existing report.
23
+ filter_string: Filter term to use to filter results in the report
24
+ filter_id: UUID of filter to use to filter results in the report
25
+ ignore_pagination: Whether to ignore the filter terms "first" and
26
+ "rows".
27
+ details: Request additional report operating systems information details.
28
+ Defaults to True.
29
+ """
30
+ cmd = XmlCommand("get_report_operating_systems")
31
+
32
+ if not report_id:
33
+ raise RequiredArgument(
34
+ function=cls.get_report_operating_systems.__name__,
35
+ argument="report_id",
36
+ )
37
+
38
+ cmd.set_attribute("report_id", str(report_id))
39
+
40
+ cmd.add_filter(filter_string, filter_id)
41
+
42
+ if ignore_pagination is not None:
43
+ cmd.set_attribute("ignore_pagination", to_bool(ignore_pagination))
44
+
45
+ cmd.set_attribute("details", to_bool(details))
46
+
47
+ return cmd
@@ -0,0 +1,46 @@
1
+ from gvm.errors import RequiredArgument
2
+ from gvm.protocols.core import Request
3
+ from gvm.protocols.gmp.requests import EntityID
4
+ from gvm.utils import to_bool
5
+ from gvm.xml import XmlCommand
6
+
7
+
8
+ class ReportPorts:
9
+ @classmethod
10
+ def get_report_ports(
11
+ cls,
12
+ report_id: EntityID,
13
+ *,
14
+ filter_string: str | None = None,
15
+ filter_id: str | None = None,
16
+ ignore_pagination: bool | None = None,
17
+ details: bool | None = True,
18
+ ) -> Request:
19
+ """Request ports of a single report.
20
+
21
+ Args:
22
+ report_id: UUID of an existing report.
23
+ filter_string: Filter term to use to filter results in the report
24
+ filter_id: UUID of filter to use to filter results in the report
25
+ ignore_pagination: Whether to ignore the filter terms "first" and
26
+ "rows".
27
+ details: Request additional report port information details.
28
+ Defaults to True.
29
+ """
30
+ cmd = XmlCommand("get_report_ports")
31
+
32
+ if not report_id:
33
+ raise RequiredArgument(
34
+ function=cls.get_report_ports.__name__, argument="report_id"
35
+ )
36
+
37
+ cmd.set_attribute("report_id", str(report_id))
38
+
39
+ cmd.add_filter(filter_string, filter_id)
40
+
41
+ if ignore_pagination is not None:
42
+ cmd.set_attribute("ignore_pagination", to_bool(ignore_pagination))
43
+
44
+ cmd.set_attribute("details", to_bool(details))
45
+
46
+ return cmd