troubadix 25.8.0__tar.gz → 25.8.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. {troubadix-25.8.0 → troubadix-25.8.1}/PKG-INFO +1 -1
  2. {troubadix-25.8.0 → troubadix-25.8.1}/pyproject.toml +1 -1
  3. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_badwords.py +4 -1
  4. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_copyright_text.py +4 -4
  5. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_dependencies.py +15 -15
  6. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_dependency_category_order.py +7 -7
  7. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_deprecated_dependency.py +5 -5
  8. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_grammar.py +4 -0
  9. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_vt_placement.py +1 -1
  10. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/__version__.py +1 -1
  11. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/badwords.py +4 -0
  12. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/grammar.py +1 -1
  13. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_xref_url.py +8 -8
  14. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/valid_oid.py +1 -3
  15. {troubadix-25.8.0 → troubadix-25.8.1}/LICENSE +0 -0
  16. {troubadix-25.8.0 → troubadix-25.8.1}/README.md +0 -0
  17. {troubadix-25.8.0 → troubadix-25.8.1}/tests/__init__.py +0 -0
  18. {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/__init__.py +0 -0
  19. {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_date_format.py +0 -0
  20. {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_if_block_parser.py +0 -0
  21. {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_linguistic_exception_handler.py +0 -0
  22. {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_patterns.py +0 -0
  23. {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_remove_comments.py +0 -0
  24. {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_text_utils.py +0 -0
  25. {troubadix-25.8.0 → troubadix-25.8.1}/tests/manual_tests/comment_removal_diff.py +0 -0
  26. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/__init__.py +0 -0
  27. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/fail.nasl +0 -0
  28. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/fail2.nasl +0 -0
  29. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test.nasl +0 -0
  30. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_copyright_year.py +0 -0
  31. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_creation_date.py +0 -0
  32. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_cve_format.py +0 -0
  33. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_cvss_format.py +0 -0
  34. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_deprecated_functions.py +0 -0
  35. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_double_end_points.py +0 -0
  36. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_duplicate_oid.py +0 -0
  37. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_duplicated_script_tags.py +0 -0
  38. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_encoding.py +0 -0
  39. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_bad_new_line.nasl +0 -0
  40. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_badwords.nasl +0 -0
  41. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_name_and_copyright_newline.nasl +0 -0
  42. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_name_newline.nasl +0 -0
  43. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_permissions.nasl +0 -0
  44. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_spelling.nasl +0 -0
  45. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail.nasl +0 -0
  46. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl +0 -0
  47. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_name_and_copyright_newline.nasl +0 -0
  48. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_name_newline.nasl +0 -0
  49. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_solution_template.nasl +0 -0
  50. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/fail.nasl +0 -0
  51. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/fail2.nasl +0 -0
  52. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/test.nasl +0 -0
  53. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/test_valid_oid.nasl +0 -0
  54. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/test.inc +0 -0
  55. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/test.nasl +0 -0
  56. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/warning.nasl +0 -0
  57. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/ok_permissions.nasl +0 -0
  58. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/test_oid.nasl +0 -0
  59. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_forking_nasl_functions.py +0 -0
  60. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_get_kb_on_services.py +0 -0
  61. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_http_links_in_tags.py +0 -0
  62. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_if_statement_syntax.py +0 -0
  63. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_illegal_characters.py +0 -0
  64. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_log_messages.py +0 -0
  65. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_malformed_dependencies.py +0 -0
  66. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_misplaced_compare_in_if.py +0 -0
  67. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_missing_desc_exit.py +0 -0
  68. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_missing_tag_solution.py +0 -0
  69. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_multiple_re_parameters.py +0 -0
  70. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_newlines.py +0 -0
  71. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_overlong_description_lines.py +0 -0
  72. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_overlong_script_tags.py +0 -0
  73. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_prod_svc_detect_in_vulnvt.py +0 -0
  74. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_qod.py +0 -0
  75. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_reporting_consistency.py +0 -0
  76. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_add_preference_type.py +0 -0
  77. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_calls_empty_values.py +0 -0
  78. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_calls_recommended.py +0 -0
  79. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_category.py +0 -0
  80. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_copyright.py +0 -0
  81. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_family.py +0 -0
  82. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_tag_form.py +0 -0
  83. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_tag_whitespaces.py +0 -0
  84. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_tags_mandatory.py +0 -0
  85. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_version_and_last_modification_tags.py +0 -0
  86. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_xref_form.py +0 -0
  87. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_xref_url.py +0 -0
  88. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_security_messages.py +0 -0
  89. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_set_get_kb_calls.py +0 -0
  90. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_severity_date.py +0 -0
  91. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_severity_format.py +0 -0
  92. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_severity_origin.py +0 -0
  93. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_solution_text.py +0 -0
  94. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_solution_type.py +0 -0
  95. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_spaces_before_dots.py +0 -0
  96. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_spaces_in_filename.py +0 -0
  97. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_spelling.py +0 -0
  98. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_tabs.py +0 -0
  99. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_todo_tbd.py +0 -0
  100. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_trailing_spaces_tabs.py +0 -0
  101. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_using_display.py +0 -0
  102. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_valid_oid.py +0 -0
  103. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_valid_script_tag_names.py +0 -0
  104. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_variable_redefinition_in_foreach.py +0 -0
  105. {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_vt_file_permissions.py +0 -0
  106. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/__init__.py +0 -0
  107. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/__init__.py +0 -0
  108. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/__init__.py +0 -0
  109. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_epoch.py +0 -0
  110. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_release.py +0 -0
  111. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_udeb.py +0 -0
  112. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_changed_update.py +0 -0
  113. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_dropped_architecture.py +0 -0
  114. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/test_changed_packages.py +0 -0
  115. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/test_package.py +0 -0
  116. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/21.04/21_script.nasl +0 -0
  117. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/22.04/22_script.nasl +0 -0
  118. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/bar.nasl +0 -0
  119. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/foo.nasl +0 -0
  120. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/foobar.nasl +0 -0
  121. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/gsf/enterprise_script.nasl +0 -0
  122. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_creation_date.py +0 -0
  123. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_cves.py +0 -0
  124. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_oid.py +0 -0
  125. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_dependency_graph.py +0 -0
  126. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_deprecate_vts.py +0 -0
  127. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_file_extensions.py +0 -0
  128. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_last_modification.py +0 -0
  129. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_no_solution.py +0 -0
  130. {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_version_updated.py +0 -0
  131. {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_argparser.py +0 -0
  132. {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_helper.py +0 -0
  133. {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_naslinter.py +0 -0
  134. {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_reporter.py +0 -0
  135. {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_results.py +0 -0
  136. {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_runner.py +0 -0
  137. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/__init__.py +0 -0
  138. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/argparser.py +0 -0
  139. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/codespell/codespell.additions +0 -0
  140. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/codespell/codespell.exclude +0 -0
  141. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/codespell/codespell.ignore +0 -0
  142. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/__init__.py +0 -0
  143. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/date_format.py +0 -0
  144. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/helper.py +0 -0
  145. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/if_block_parser.py +0 -0
  146. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/linguistic_exception_handler.py +0 -0
  147. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/patterns.py +0 -0
  148. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/remove_comments.py +0 -0
  149. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/text_utils.py +0 -0
  150. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugin.py +0 -0
  151. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/__init__.py +0 -0
  152. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/copyright_text.py +0 -0
  153. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/copyright_year.py +0 -0
  154. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/creation_date.py +0 -0
  155. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/cve_format.py +0 -0
  156. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/cvss_format.py +0 -0
  157. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/dependencies.py +0 -0
  158. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/dependency_category_order.py +0 -0
  159. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/deprecated_dependency.py +0 -0
  160. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/deprecated_functions.py +0 -0
  161. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/double_end_points.py +0 -0
  162. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/duplicate_oid.py +0 -0
  163. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/duplicated_script_tags.py +0 -0
  164. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/encoding.py +0 -0
  165. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/forking_nasl_functions.py +0 -0
  166. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/get_kb_on_services.py +0 -0
  167. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/http_links_in_tags.py +0 -0
  168. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/if_statement_syntax.py +0 -0
  169. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/illegal_characters.py +0 -0
  170. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/log_messages.py +0 -0
  171. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/malformed_dependencies.py +0 -0
  172. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/misplaced_compare_in_if.py +0 -0
  173. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/missing_desc_exit.py +0 -0
  174. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/missing_tag_solution.py +0 -0
  175. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/multiple_re_parameters.py +0 -0
  176. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/newlines.py +0 -0
  177. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/overlong_description_lines.py +0 -0
  178. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/overlong_script_tags.py +0 -0
  179. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/prod_svc_detect_in_vulnvt.py +0 -0
  180. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/qod.py +0 -0
  181. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/reporting_consistency.py +0 -0
  182. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_add_preference_type.py +0 -0
  183. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_calls_empty_values.py +0 -0
  184. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_calls_recommended.py +0 -0
  185. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_category.py +0 -0
  186. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_copyright.py +0 -0
  187. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_family.py +0 -0
  188. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_tag_form.py +0 -0
  189. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_tag_whitespaces.py +0 -0
  190. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_tags_mandatory.py +0 -0
  191. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_version_and_last_modification_tags.py +0 -0
  192. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_xref_form.py +0 -0
  193. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/security_messages.py +0 -0
  194. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/set_get_kb_calls.py +0 -0
  195. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/severity_date.py +0 -0
  196. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/severity_format.py +0 -0
  197. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/severity_origin.py +0 -0
  198. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/solution_text.py +0 -0
  199. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/solution_type.py +0 -0
  200. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/spaces_before_dots.py +0 -0
  201. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/spaces_in_filename.py +0 -0
  202. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/spelling.py +0 -0
  203. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/tabs.py +0 -0
  204. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/todo_tbd.py +0 -0
  205. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/trailing_spaces_tabs.py +0 -0
  206. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/using_display.py +0 -0
  207. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/valid_script_tag_names.py +0 -0
  208. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/variable_assigned_in_if.py +0 -0
  209. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/variable_redefinition_in_foreach.py +0 -0
  210. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/vt_file_permissions.py +0 -0
  211. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/vt_placement.py +0 -0
  212. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/reporter.py +0 -0
  213. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/results.py +0 -0
  214. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/runner.py +0 -0
  215. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/__init__.py +0 -0
  216. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/allowed_rev_diff.py +0 -0
  217. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_creation_date.py +0 -0
  218. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_cves.py +0 -0
  219. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_oid.py +0 -0
  220. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/changed_packages.py +0 -0
  221. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/__init__.py +0 -0
  222. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_epoch.py +0 -0
  223. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_release.py +0 -0
  224. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_udeb.py +0 -0
  225. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/changed_update.py +0 -0
  226. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/dropped_architecture.py +0 -0
  227. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/marker.py +0 -0
  228. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/package.py +0 -0
  229. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/common.py +0 -0
  230. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/__init__.py +0 -0
  231. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/checks.py +0 -0
  232. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/cli.py +0 -0
  233. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/dependency_graph.py +0 -0
  234. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/models.py +0 -0
  235. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/deprecate_vts.py +0 -0
  236. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/file_extensions.py +0 -0
  237. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/last_modification.py +0 -0
  238. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/no_solution.py +0 -0
  239. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/util.py +0 -0
  240. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/version_updated.py +0 -0
  241. {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/troubadix.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: troubadix
3
- Version: 25.8.0
3
+ Version: 25.8.1
4
4
  Summary: A linting and QA check tool for NASL files
5
5
  License: GPL-3.0-or-later
6
6
  Author: Greenbone
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "troubadix"
3
- version = "25.8.0"
3
+ version = "25.8.1"
4
4
  description = "A linting and QA check tool for NASL files"
5
5
  authors = ["Greenbone <info@greenbone.net>"]
6
6
  license = "GPL-3.0-or-later"
@@ -67,7 +67,10 @@ class TestBadwords(PluginTestCase):
67
67
 
68
68
  def test_exception_ok(self):
69
69
  path = Path("some/include.inc")
70
- content = '# HostDetails/NVT => "1.2.3.4"'
70
+ content = (
71
+ '# HostDetails/NVT => "1.2.3.4"\n'
72
+ "https://www.invt.com/software-download\n"
73
+ )
71
74
 
72
75
  fake_context = self.create_file_plugin_context(
73
76
  nasl_file=path, lines=content.splitlines()
@@ -28,13 +28,13 @@ from . import PluginTestCase
28
28
 
29
29
  WRONG_TEXTS = [
30
30
  "# Text descriptions are largely excerpted from the referenced\n"
31
- "# advisory, and are Copyright (C) the respective author(s)\n",
31
+ + "# advisory, and are Copyright (C) the respective author(s)\n",
32
32
  "# Text descriptions are largely excerpted from the referenced\n"
33
- "# advisory, and are Copyright (C) the respective author(s)\n",
33
+ + "# advisory, and are Copyright (C) the respective author(s)\n",
34
34
  "# Text descriptions are largely excerpted from the referenced\n"
35
- "# advisory, and are Copyright (C) the respective author(s)\n",
35
+ + "# advisory, and are Copyright (C) the respective author(s)\n",
36
36
  "# Some text descriptions might be excerpted from the referenced\n"
37
- "# advisories, and are Copyright (C) by the respective right holder(s)\n",
37
+ + "# advisories, and are Copyright (C) by the respective right holder(s)\n",
38
38
  ]
39
39
 
40
40
 
@@ -53,13 +53,13 @@ class CheckDependenciesTestCase(PluginTestCase):
53
53
  def test_dependency_existing(self):
54
54
  with self.create_directory() as tmpdir:
55
55
  path = tmpdir / "file.nasl"
56
- example = tmpdir / "common" / "example.inc"
56
+ example = tmpdir / "common" / "example.nasl"
57
57
  example.parent.mkdir(parents=True)
58
58
  example.touch()
59
59
  content = (
60
60
  ' script_tag(name:"cvss_base", value:"4.0");\n'
61
61
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
62
- ' script_dependencies("example.inc");\n'
62
+ ' script_dependencies("example.nasl");\n'
63
63
  )
64
64
  fake_context = self.create_file_plugin_context(
65
65
  nasl_file=path, file_content=content, root=tmpdir
@@ -71,7 +71,7 @@ class CheckDependenciesTestCase(PluginTestCase):
71
71
  self.assertEqual(len(results), 0)
72
72
 
73
73
  def test_dependency_missing(self):
74
- dependency = "example2.inc"
74
+ dependency = "example2.nasl"
75
75
  path = here / "file.nasl"
76
76
  content = (
77
77
  ' script_tag(name:"cvss_base", value:"4.0");\n'
@@ -93,16 +93,16 @@ class CheckDependenciesTestCase(PluginTestCase):
93
93
  results[0].message,
94
94
  )
95
95
 
96
- def test_enterprise_dependency(self):
96
+ def test_gsf_dependency(self):
97
97
  with self.create_directory() as tmpdir:
98
98
  path = tmpdir / "file.nasl"
99
- example = tmpdir / "common" / "enterprise" / "example.inc"
99
+ example = tmpdir / "common" / "gsf" / "example.nasl"
100
100
  example.parent.mkdir(parents=True)
101
101
  example.touch()
102
102
  content = (
103
103
  ' script_tag(name:"cvss_base", value:"4.0");\n'
104
104
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
105
- ' script_dependencies("enterprise/example.inc");\n'
105
+ ' script_dependencies("gsf/example.nasl");\n'
106
106
  )
107
107
  fake_context = self.create_file_plugin_context(
108
108
  nasl_file=path, file_content=content, root=tmpdir
@@ -116,13 +116,13 @@ class CheckDependenciesTestCase(PluginTestCase):
116
116
  def test_policy_warning(self):
117
117
  with self.create_directory() as tmpdir:
118
118
  path = tmpdir / "file.nasl"
119
- example = tmpdir / "common" / "Policy" / "example.inc"
119
+ example = tmpdir / "common" / "Policy" / "example.nasl"
120
120
  example.parent.mkdir(parents=True)
121
121
  example.touch()
122
122
  content = (
123
123
  ' script_tag(name:"cvss_base", value:"4.0");\n'
124
124
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
125
- ' script_dependencies("Policy/example.inc");\n'
125
+ ' script_dependencies("Policy/example.nasl");\n'
126
126
  )
127
127
  fake_context = self.create_file_plugin_context(
128
128
  nasl_file=path, file_content=content, root=tmpdir
@@ -135,7 +135,7 @@ class CheckDependenciesTestCase(PluginTestCase):
135
135
 
136
136
  self.assertIsInstance(results[0], LinterWarning)
137
137
  self.assertEqual(
138
- "The script dependency Policy/example.inc is in a "
138
+ "The script dependency Policy/example.nasl is in a "
139
139
  "subdirectory, which might be misplaced.",
140
140
  results[0].message,
141
141
  )
@@ -143,13 +143,13 @@ class CheckDependenciesTestCase(PluginTestCase):
143
143
  def test_error(self):
144
144
  with self.create_directory() as tmpdir:
145
145
  path = tmpdir / "file.nasl"
146
- example = tmpdir / "common" / "foo" / "example.inc"
146
+ example = tmpdir / "common" / "foo" / "example.nasl"
147
147
  example.parent.mkdir(parents=True)
148
148
  example.touch()
149
149
  content = (
150
150
  ' script_tag(name:"cvss_base", value:"4.0");\n'
151
151
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
152
- ' script_dependencies("foo/example.inc");\n'
152
+ ' script_dependencies("foo/example.nasl");\n'
153
153
  )
154
154
  fake_context = self.create_file_plugin_context(
155
155
  nasl_file=path, file_content=content, root=tmpdir
@@ -162,7 +162,7 @@ class CheckDependenciesTestCase(PluginTestCase):
162
162
 
163
163
  self.assertIsInstance(results[0], LinterError)
164
164
  self.assertEqual(
165
- "The script dependency foo/example.inc is within a "
165
+ "The script dependency foo/example.nasl is within a "
166
166
  "subdirectory, which is not allowed.",
167
167
  results[0].message,
168
168
  )
@@ -170,13 +170,13 @@ class CheckDependenciesTestCase(PluginTestCase):
170
170
  def test_dependency_missing_newline(self):
171
171
  with self.create_directory() as tmpdir:
172
172
  path = tmpdir / "file.nasl"
173
- example = tmpdir / "common" / "example.inc"
173
+ example = tmpdir / "common" / "example.nasl"
174
174
  example.parent.mkdir(parents=True)
175
175
  example.touch()
176
176
  content = (
177
177
  ' script_tag(name:"cvss_base", value:"4.0");\n'
178
178
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
179
- ' script_dependencies("example.inc", \n"example2.inc");\n'
179
+ ' script_dependencies("example.nasl", \n"example2.nasl");\n'
180
180
  )
181
181
  fake_context = self.create_file_plugin_context(
182
182
  nasl_file=path, file_content=content, root=tmpdir
@@ -188,7 +188,7 @@ class CheckDependenciesTestCase(PluginTestCase):
188
188
  self.assertEqual(len(results), 1)
189
189
  self.assertIsInstance(results[0], LinterError)
190
190
  self.assertEqual(
191
- "The script dependency example2.inc could "
191
+ "The script dependency example2.nasl could "
192
192
  "not be found within the VTs.",
193
193
  results[0].message,
194
194
  )
@@ -31,7 +31,7 @@ class CheckDependencyCategoryOrderTestCase(PluginTestCase):
31
31
  self.tempdir = TemporaryDirectory()
32
32
  self.dir = Path(self.tempdir) / "foo"
33
33
  self.dir.mkdir(parents=True)
34
- self.dep = self.dir / "example.inc"
34
+ self.dep = self.dir / "example.nasl"
35
35
  self.dep.write_text(
36
36
  " script_category(ACT_ATTACK);", encoding=CURRENT_ENCODING
37
37
  )
@@ -74,12 +74,12 @@ class CheckDependencyCategoryOrderTestCase(PluginTestCase):
74
74
  self.assertEqual(len(results), 0)
75
75
 
76
76
  def test_dependency_missing(self):
77
- dependency = "example2.inc"
77
+ dependency = "example2.nasl"
78
78
  path = self.dir / "file.nasl"
79
79
  content = (
80
80
  ' script_tag(name:"cvss_base", value:"4.0");\n'
81
81
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
82
- ' script_dependencies("example2.inc");\n'
82
+ ' script_dependencies("example2.nasl");\n'
83
83
  " script_category(ACT_SCANNER);\n"
84
84
  )
85
85
  fake_context = self.create_file_plugin_context(
@@ -102,7 +102,7 @@ class CheckDependencyCategoryOrderTestCase(PluginTestCase):
102
102
  content = (
103
103
  ' script_tag(name:"cvss_base", value:"4.0");\n'
104
104
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
105
- ' script_dependencies("example.inc");\n'
105
+ ' script_dependencies("example.nasl");\n'
106
106
  " script_category(ACT_SCANNER);\n"
107
107
  )
108
108
  fake_context = self.create_file_plugin_context(
@@ -116,12 +116,12 @@ class CheckDependencyCategoryOrderTestCase(PluginTestCase):
116
116
  self.assertIsInstance(results[0], LinterError)
117
117
  self.assertEqual(
118
118
  "Script category ACT_SCANNER(1) is lower than the category "
119
- "ACT_ATTACK(4) of the dependency example.inc.",
119
+ "ACT_ATTACK(4) of the dependency example.nasl.",
120
120
  results[0].message,
121
121
  )
122
122
 
123
123
  def test_category_missing(self):
124
- dependency = "example.inc"
124
+ dependency = "example.nasl"
125
125
  path = self.dir / "file.nasl"
126
126
  content = (
127
127
  ' script_tag(name:"cvss_base", value:"4.0");\n'
@@ -147,7 +147,7 @@ class CheckDependencyCategoryOrderTestCase(PluginTestCase):
147
147
  content = (
148
148
  ' script_tag(name:"cvss_base", value:"4.0");\n'
149
149
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
150
- ' script_dependencies("example.inc");\n'
150
+ ' script_dependencies("example.nasl");\n'
151
151
  " script_category(ACT_FOO);\n"
152
152
  )
153
153
  fake_context = self.create_file_plugin_context(
@@ -29,7 +29,7 @@ class CheckDeprecatedDependencyTestCase(PluginTestCase):
29
29
  self.tempdir = TemporaryDirectory()
30
30
  self.dir = Path(self.tempdir) / "foo"
31
31
  self.dir.mkdir(parents=True)
32
- self.dep = self.dir / "example.inc"
32
+ self.dep = self.dir / "example.nasl"
33
33
  self.dep.write_text(
34
34
  " script_category(ACT_ATTACK);\n exit(66);",
35
35
  encoding=CURRENT_ENCODING,
@@ -116,12 +116,12 @@ class CheckDeprecatedDependencyTestCase(PluginTestCase):
116
116
  self.assertEqual(len(results), 0)
117
117
 
118
118
  def test_dependency_missing(self):
119
- dependency = "example2.inc"
119
+ dependency = "example2.nasl"
120
120
  path = self.dir / "file.nasl"
121
121
  content = (
122
122
  ' script_tag(name:"cvss_base", value:"4.0");\n'
123
123
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
124
- ' script_dependencies("example2.inc");\n'
124
+ ' script_dependencies("example2.nasl");\n'
125
125
  " script_category(ACT_SCANNER);\n"
126
126
  )
127
127
 
@@ -145,7 +145,7 @@ class CheckDeprecatedDependencyTestCase(PluginTestCase):
145
145
  content = (
146
146
  ' script_tag(name:"cvss_base", value:"4.0");\n'
147
147
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
148
- ' script_dependencies("example.inc");\n'
148
+ ' script_dependencies("example.nasl");\n'
149
149
  " script_category(ACT_SCANNER);\n"
150
150
  )
151
151
 
@@ -159,6 +159,6 @@ class CheckDeprecatedDependencyTestCase(PluginTestCase):
159
159
  self.assertEqual(len(results), 1)
160
160
  self.assertIsInstance(results[0], LinterError)
161
161
  self.assertEqual(
162
- "VT depends on example.inc, which is marked as deprecated.",
162
+ "VT depends on example.nasl, which is marked as deprecated.",
163
163
  results[0].message,
164
164
  )
@@ -31,6 +31,10 @@ class CheckNewlinesTestCase(PluginTestCase):
31
31
  ' script_tag(name:"summary", value:"Foo Bar.");\n'
32
32
  ' script_tag(name:"vuldetect", value:"Sends multiple HTTP GET '
33
33
  'requests and checks the responses.");\n'
34
+ ' script_tag(name:"insight", value:"Determine which file systems '
35
+ "do not need to be supported based on the actual scenario and "
36
+ "disable mounting for these file systems through "
37
+ 'configuration.");\n'
34
38
  ' script_tag(name:"solution_type", value:"VendorFix");\n'
35
39
  ' script_tag(name:"solution", value:"meh");\n'
36
40
  )
@@ -96,7 +96,7 @@ class CheckVTPlacementTestCase(PluginTestCase):
96
96
  content = (
97
97
  ' script_tag(name:"cvss_base", value:"4.0");\n'
98
98
  ' script_tag(name:"summary", value:"Foo Bar...");\n'
99
- ' script_dependencies("example.inc");\n'
99
+ ' script_dependencies("example.nasl");\n'
100
100
  )
101
101
 
102
102
  fake_context = self.create_file_plugin_context(
@@ -2,4 +2,4 @@
2
2
 
3
3
  # THIS IS AN AUTOGENERATED FILE. DO NOT TOUCH!
4
4
 
5
- __version__ = "25.8.0"
5
+ __version__ = "25.8.1"
@@ -96,6 +96,10 @@ EXCEPTIONS = [
96
96
  "firecracker", # Valid package name on e.g. Fedora
97
97
  "Firecracker", # Valid package name on e.g. Fedora
98
98
  "pcp-pmda-nutcracker", # Valid package name on e.g. openSUSE or Arch Linux
99
+ # We should generally exclude http:// and https:// URLs as these are
100
+ # immutable and shouldn't be changed / require separate exclusions for each
101
+ "https://",
102
+ "http://",
99
103
  ]
100
104
 
101
105
  STARTS_WITH_EXCEPTIONS = [
@@ -56,7 +56,7 @@ exceptions = [
56
56
  r"these\s+error\s+(messages|reports|conditions)", re.IGNORECASE
57
57
  ),
58
58
  PatternCheck(
59
- r"these\s+file\s+(permissions|overwrites|names|includes)",
59
+ r"these\s+file\s+(permissions|overwrites|names|includes|systems)",
60
60
  re.IGNORECASE,
61
61
  ),
62
62
  # nb: Valid sentence
@@ -25,21 +25,21 @@ from troubadix.plugin import FileContentPlugin, LinterError, LinterResult
25
25
 
26
26
  ALLOWED_URLS = [
27
27
  "https://lists.apache.org/thread.html/e1ef853fc0079cdb55be"
28
- "fbd2dac042934e49288b476d5f6a649e5da2@<announce.tomcat.apache.org>",
28
+ + "fbd2dac042934e49288b476d5f6a649e5da2@<announce.tomcat.apache.org>",
29
29
  "https://lists.apache.org/thread.html/e1ef853fc0079cdb55be"
30
- "fbd2dac042934e49288b476d5f6a649e5da2@<announce.tomcat.apache.org>",
30
+ + "fbd2dac042934e49288b476d5f6a649e5da2@<announce.tomcat.apache.org>",
31
31
  "https://m0ze.ru/vulnerability/[2021-05-26]-[WordPress]-[C"
32
- "WE-79]-WP-Reset-WordPress-Plugin-v1.86.txt",
32
+ + "WE-79]-WP-Reset-WordPress-Plugin-v1.86.txt",
33
33
  "http://yehg.net/lab/pr0js/advisories/joomla/core/[joomla_"
34
- "1.0.x~15]_cross_site_scripting",
34
+ + "1.0.x~15]_cross_site_scripting",
35
35
  "http://yehg.net/lab/pr0js/advisories/eclipse/[eclipse_hel"
36
- "p_server]_cross_site_scripting",
36
+ + "p_server]_cross_site_scripting",
37
37
  "http://core.yehg.net/lab/pr0js/advisories/dll_hijacking/["
38
- "flash_player]_10.1.x_insecure_dll_hijacking_(dwmapi.dll)",
38
+ + "flash_player]_10.1.x_insecure_dll_hijacking_(dwmapi.dll)",
39
39
  "https://lists.apache.org/thread.html/773c93c2d8a6a52bbe9"
40
- "7610c2b1c2ad205b970e1b8c04fb5b2fccad6@<general.hadoop.apache.org>",
40
+ + "7610c2b1c2ad205b970e1b8c04fb5b2fccad6@<general.hadoop.apache.org>",
41
41
  "http://mail-archives.apache.org/mod_mbox/perl-advocacy/2"
42
- "00904.mbox/<ad28918e0904011458h273a71d4x408f1ed286c9dfbc@mail.gmail.com>",
42
+ + "00904.mbox/<ad28918e0904011458h273a71d4x408f1ed286c9dfbc@mail.gmail.com>",
43
43
  "http://yehg.net/lab/pr0js/advisories/[mybb1.6]_cross_site_scripting",
44
44
  "http://www.live555.com/liveMedia/public/changelog.txt#[2021.08.04]",
45
45
  "http://www.live555.com/liveMedia/public/changelog.txt#[2021.08.06]",
@@ -425,9 +425,7 @@ class CheckValidOID(FileContentPlugin):
425
425
  exceptions = [
426
426
  "ossim_server_detect.nasl",
427
427
  "gsf/2018/vmware/gb_vmware_fusion_vmxnet3_"
428
- "stack_memory_usage_vuln_macosx.nasl",
429
- "enterprise/2018/vmware/gb_vmware_fusion_vmxnet3_"
430
- "stack_memory_usage_vuln_macosx.nasl",
428
+ + "stack_memory_usage_vuln_macosx.nasl",
431
429
  "2008/asterisk_sdp_header_overflow.nasl",
432
430
  "2008/cisco_ios_ftp_server_auth_bypass.nasl",
433
431
  "2008/qk_smtp_server_dos.nasl",
File without changes
File without changes
File without changes