troubadix 25.7.3__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.7.3 → troubadix-25.8.1}/PKG-INFO +1 -1
  2. {troubadix-25.7.3 → troubadix-25.8.1}/pyproject.toml +1 -1
  3. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_badwords.py +4 -1
  4. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_copyright_text.py +4 -4
  5. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_dependencies.py +15 -15
  6. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_dependency_category_order.py +7 -7
  7. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_deprecated_dependency.py +5 -5
  8. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_grammar.py +4 -0
  9. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_vt_placement.py +1 -1
  10. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/__version__.py +1 -1
  11. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/codespell/codespell.additions +2 -0
  12. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/codespell/codespell.exclude +11 -2
  13. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/badwords.py +4 -0
  14. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/grammar.py +1 -1
  15. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/http_links_in_tags.py +3 -0
  16. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_xref_url.py +8 -8
  17. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/valid_oid.py +1 -3
  18. {troubadix-25.7.3 → troubadix-25.8.1}/LICENSE +0 -0
  19. {troubadix-25.7.3 → troubadix-25.8.1}/README.md +0 -0
  20. {troubadix-25.7.3 → troubadix-25.8.1}/tests/__init__.py +0 -0
  21. {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/__init__.py +0 -0
  22. {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_date_format.py +0 -0
  23. {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_if_block_parser.py +0 -0
  24. {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_linguistic_exception_handler.py +0 -0
  25. {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_patterns.py +0 -0
  26. {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_remove_comments.py +0 -0
  27. {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_text_utils.py +0 -0
  28. {troubadix-25.7.3 → troubadix-25.8.1}/tests/manual_tests/comment_removal_diff.py +0 -0
  29. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/__init__.py +0 -0
  30. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/fail.nasl +0 -0
  31. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/fail2.nasl +0 -0
  32. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test.nasl +0 -0
  33. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_copyright_year.py +0 -0
  34. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_creation_date.py +0 -0
  35. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_cve_format.py +0 -0
  36. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_cvss_format.py +0 -0
  37. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_deprecated_functions.py +0 -0
  38. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_double_end_points.py +0 -0
  39. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_duplicate_oid.py +0 -0
  40. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_duplicated_script_tags.py +0 -0
  41. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_encoding.py +0 -0
  42. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_bad_new_line.nasl +0 -0
  43. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_badwords.nasl +0 -0
  44. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_name_and_copyright_newline.nasl +0 -0
  45. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_name_newline.nasl +0 -0
  46. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_permissions.nasl +0 -0
  47. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_spelling.nasl +0 -0
  48. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail.nasl +0 -0
  49. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl +0 -0
  50. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_name_and_copyright_newline.nasl +0 -0
  51. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_name_newline.nasl +0 -0
  52. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_solution_template.nasl +0 -0
  53. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/fail.nasl +0 -0
  54. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/fail2.nasl +0 -0
  55. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/test.nasl +0 -0
  56. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/test_valid_oid.nasl +0 -0
  57. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/test.inc +0 -0
  58. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/test.nasl +0 -0
  59. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/warning.nasl +0 -0
  60. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/ok_permissions.nasl +0 -0
  61. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/test_oid.nasl +0 -0
  62. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_forking_nasl_functions.py +0 -0
  63. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_get_kb_on_services.py +0 -0
  64. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_http_links_in_tags.py +0 -0
  65. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_if_statement_syntax.py +0 -0
  66. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_illegal_characters.py +0 -0
  67. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_log_messages.py +0 -0
  68. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_malformed_dependencies.py +0 -0
  69. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_misplaced_compare_in_if.py +0 -0
  70. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_missing_desc_exit.py +0 -0
  71. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_missing_tag_solution.py +0 -0
  72. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_multiple_re_parameters.py +0 -0
  73. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_newlines.py +0 -0
  74. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_overlong_description_lines.py +0 -0
  75. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_overlong_script_tags.py +0 -0
  76. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_prod_svc_detect_in_vulnvt.py +0 -0
  77. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_qod.py +0 -0
  78. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_reporting_consistency.py +0 -0
  79. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_add_preference_type.py +0 -0
  80. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_calls_empty_values.py +0 -0
  81. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_calls_recommended.py +0 -0
  82. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_category.py +0 -0
  83. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_copyright.py +0 -0
  84. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_family.py +0 -0
  85. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_tag_form.py +0 -0
  86. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_tag_whitespaces.py +0 -0
  87. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_tags_mandatory.py +0 -0
  88. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_version_and_last_modification_tags.py +0 -0
  89. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_xref_form.py +0 -0
  90. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_xref_url.py +0 -0
  91. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_security_messages.py +0 -0
  92. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_set_get_kb_calls.py +0 -0
  93. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_severity_date.py +0 -0
  94. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_severity_format.py +0 -0
  95. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_severity_origin.py +0 -0
  96. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_solution_text.py +0 -0
  97. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_solution_type.py +0 -0
  98. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_spaces_before_dots.py +0 -0
  99. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_spaces_in_filename.py +0 -0
  100. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_spelling.py +0 -0
  101. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_tabs.py +0 -0
  102. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_todo_tbd.py +0 -0
  103. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_trailing_spaces_tabs.py +0 -0
  104. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_using_display.py +0 -0
  105. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_valid_oid.py +0 -0
  106. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_valid_script_tag_names.py +0 -0
  107. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_variable_redefinition_in_foreach.py +0 -0
  108. {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_vt_file_permissions.py +0 -0
  109. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/__init__.py +0 -0
  110. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/__init__.py +0 -0
  111. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/__init__.py +0 -0
  112. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_epoch.py +0 -0
  113. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_release.py +0 -0
  114. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_udeb.py +0 -0
  115. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_changed_update.py +0 -0
  116. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_dropped_architecture.py +0 -0
  117. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/test_changed_packages.py +0 -0
  118. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/test_package.py +0 -0
  119. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/21.04/21_script.nasl +0 -0
  120. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/22.04/22_script.nasl +0 -0
  121. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/bar.nasl +0 -0
  122. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/foo.nasl +0 -0
  123. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/foobar.nasl +0 -0
  124. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/gsf/enterprise_script.nasl +0 -0
  125. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_creation_date.py +0 -0
  126. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_cves.py +0 -0
  127. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_oid.py +0 -0
  128. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_dependency_graph.py +0 -0
  129. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_deprecate_vts.py +0 -0
  130. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_file_extensions.py +0 -0
  131. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_last_modification.py +0 -0
  132. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_no_solution.py +0 -0
  133. {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_version_updated.py +0 -0
  134. {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_argparser.py +0 -0
  135. {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_helper.py +0 -0
  136. {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_naslinter.py +0 -0
  137. {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_reporter.py +0 -0
  138. {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_results.py +0 -0
  139. {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_runner.py +0 -0
  140. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/__init__.py +0 -0
  141. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/argparser.py +0 -0
  142. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/codespell/codespell.ignore +0 -0
  143. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/__init__.py +0 -0
  144. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/date_format.py +0 -0
  145. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/helper.py +0 -0
  146. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/if_block_parser.py +0 -0
  147. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/linguistic_exception_handler.py +0 -0
  148. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/patterns.py +0 -0
  149. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/remove_comments.py +0 -0
  150. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/text_utils.py +0 -0
  151. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugin.py +0 -0
  152. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/__init__.py +0 -0
  153. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/copyright_text.py +0 -0
  154. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/copyright_year.py +0 -0
  155. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/creation_date.py +0 -0
  156. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/cve_format.py +0 -0
  157. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/cvss_format.py +0 -0
  158. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/dependencies.py +0 -0
  159. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/dependency_category_order.py +0 -0
  160. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/deprecated_dependency.py +0 -0
  161. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/deprecated_functions.py +0 -0
  162. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/double_end_points.py +0 -0
  163. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/duplicate_oid.py +0 -0
  164. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/duplicated_script_tags.py +0 -0
  165. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/encoding.py +0 -0
  166. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/forking_nasl_functions.py +0 -0
  167. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/get_kb_on_services.py +0 -0
  168. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/if_statement_syntax.py +0 -0
  169. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/illegal_characters.py +0 -0
  170. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/log_messages.py +0 -0
  171. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/malformed_dependencies.py +0 -0
  172. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/misplaced_compare_in_if.py +0 -0
  173. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/missing_desc_exit.py +0 -0
  174. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/missing_tag_solution.py +0 -0
  175. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/multiple_re_parameters.py +0 -0
  176. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/newlines.py +0 -0
  177. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/overlong_description_lines.py +0 -0
  178. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/overlong_script_tags.py +0 -0
  179. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/prod_svc_detect_in_vulnvt.py +0 -0
  180. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/qod.py +0 -0
  181. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/reporting_consistency.py +0 -0
  182. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_add_preference_type.py +0 -0
  183. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_calls_empty_values.py +0 -0
  184. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_calls_recommended.py +0 -0
  185. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_category.py +0 -0
  186. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_copyright.py +0 -0
  187. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_family.py +0 -0
  188. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_tag_form.py +0 -0
  189. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_tag_whitespaces.py +0 -0
  190. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_tags_mandatory.py +0 -0
  191. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_version_and_last_modification_tags.py +0 -0
  192. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_xref_form.py +0 -0
  193. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/security_messages.py +0 -0
  194. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/set_get_kb_calls.py +0 -0
  195. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/severity_date.py +0 -0
  196. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/severity_format.py +0 -0
  197. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/severity_origin.py +0 -0
  198. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/solution_text.py +0 -0
  199. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/solution_type.py +0 -0
  200. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/spaces_before_dots.py +0 -0
  201. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/spaces_in_filename.py +0 -0
  202. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/spelling.py +0 -0
  203. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/tabs.py +0 -0
  204. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/todo_tbd.py +0 -0
  205. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/trailing_spaces_tabs.py +0 -0
  206. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/using_display.py +0 -0
  207. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/valid_script_tag_names.py +0 -0
  208. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/variable_assigned_in_if.py +0 -0
  209. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/variable_redefinition_in_foreach.py +0 -0
  210. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/vt_file_permissions.py +0 -0
  211. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/vt_placement.py +0 -0
  212. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/reporter.py +0 -0
  213. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/results.py +0 -0
  214. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/runner.py +0 -0
  215. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/__init__.py +0 -0
  216. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/allowed_rev_diff.py +0 -0
  217. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_creation_date.py +0 -0
  218. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_cves.py +0 -0
  219. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_oid.py +0 -0
  220. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/changed_packages.py +0 -0
  221. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/__init__.py +0 -0
  222. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_epoch.py +0 -0
  223. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_release.py +0 -0
  224. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_udeb.py +0 -0
  225. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/changed_update.py +0 -0
  226. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/dropped_architecture.py +0 -0
  227. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/marker.py +0 -0
  228. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/package.py +0 -0
  229. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/common.py +0 -0
  230. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/__init__.py +0 -0
  231. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/checks.py +0 -0
  232. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/cli.py +0 -0
  233. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/dependency_graph.py +0 -0
  234. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/models.py +0 -0
  235. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/deprecate_vts.py +0 -0
  236. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/file_extensions.py +0 -0
  237. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/last_modification.py +0 -0
  238. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/no_solution.py +0 -0
  239. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/util.py +0 -0
  240. {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/version_updated.py +0 -0
  241. {troubadix-25.7.3 → 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.7.3
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.7.3"
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.7.3"
5
+ __version__ = "25.8.1"
@@ -24,3 +24,5 @@ iit->it
24
24
  itt->it
25
25
  CSFR->CSRF
26
26
  XXS->XSS
27
+ reverenced->referenced
28
+ sever->server
@@ -250,6 +250,7 @@ complete_xml = string (complete_xml, '<oval_system_characteristics xmlns="http:/
250
250
  Connection, Expect, If-Match, If-None-Match, If-Range, If-Unmodified-Since, Max-Forwards, TE,
251
251
  "Connection: TE, close\r\n",
252
252
  "Connection: TE,,Keep-Alive\r\n\r\n" );
253
+ ('content="Xenon Boostrap Admin Panel"' >< res || '<body class="cui">' >< res)) {
253
254
  control of Cisco Nexus 9000 Series Fabric Switches in Application Centric Infrastructure (ACI)
254
255
  # Copyright (c) 2008 Tim Brown
255
256
  # Copyright (C) 2008 Tim Brown
@@ -347,6 +348,7 @@ CVE-2020-5208: Fixed multiple remote code executtion vulnerabilities
347
348
  CVE-2020-8492: Fixed a regular expression in urrlib that was prone to
348
349
  CVE-2021-30004: Fixed an issue where forging attacks might have occured
349
350
  * CVE-2021-47311: net: qcom/emac: fix UAF in emac_remove (bsc#1225010).
351
+ - CVE-2025-3200: Multiple products from Wiesemann & Theis");
350
352
  dass eine geeignete Windows 8.1 Version, vorzugsweise eine 64-Bit Variante, eingesetzt werden muss.");
351
353
  "DataArchivingService/webcontent/aas",
352
354
  "/DataArchivingService/webcontent/aas/aas_store.jsp");
@@ -437,6 +439,7 @@ Federico Manuel Bento discovered that the Linux kernel did not properly
437
439
  # Fedora Update for tre FEDORA-2016-cd09eab674
438
440
  Festplatten- und Dateiverschluesselung eingesetzt werden. Alternativ SOLLTE 'dm-crypt' in
439
441
  files. If a user were tricked into opening a specially-crafted CAF file, a
442
+ files packed with UPack.
440
443
  files to potentially execute code and it is tracked by the Mitre CVE
441
444
  file_xml = '\t\t<file_item' + status + ' xmlns="http://oval.mitre.org/XMLSchema/' +
442
445
  Fixed a bug where Podman could not run containers usin... [Please see the references for more information on the vulnerabilities]");
@@ -507,7 +510,8 @@ Helin, Andre Bargull, Massimiliano Tomassoli, laf.intel, Massimiliano
507
510
  hello_data += clen + _ciphers;
508
511
  "H", "HSI",
509
512
  - HP Helion Eucalyptus does not correctly check IAM user's permissions for accessing versioned objects and ACLs.
510
- hp_printer['login_success'] = '<?hp te.includeSubPage';
513
+ hp_printer["login_success"] = "<?hp te\.includeSubPage";
514
+ # <?hp te.includeSubPage("/webApps/Wired/ip4.htf") ?>
511
515
  </HSI>
512
516
  <HSI>
513
517
  # <HTML>Acess not granted.</HTML>
@@ -532,6 +536,7 @@ if (!banner || banner !~ "^(RICOH|LANIER|SAVIN|Gestetner|NRG) ")
532
536
  if(!banner = get_kb_item("shttp/" + port + "/banner"))
533
537
  if (banner =~ "Huawei TE[0-9]0") {
534
538
  if( banner =~ "(MD|BU)-" ) {
539
+ if( banner !~ "Server\s*:\s*Boa" || ( "AirLive" >!< banner && banner !~ "(WL|MD|BU|POE)-") )
535
540
  if( ( buf =~ "<title>GLPI - Authentification" || buf =~ "<title>GLPI - Authentication" ) && ( buf =~ "Powered By Indepnet" ||
536
541
  if( "CONEXANT SYSTEMS, INC." >< r &&
537
542
  if( "CONEXANT SYSTEMS, INC" >< r && "ACCESS RUNNER ADSL CONSOLE PORT" >< r && "LOGON PASSWORD" >< r ) {
@@ -591,7 +596,6 @@ if ((res = ispkgvuln(pkg:"app-admin/lsat", unaffected: make_list(), vulnerable:
591
596
  if(res =~ "<span>[Ss]arix&[Tt]rade;</span>" && res =~ "<span>Copyright\s*&copy;\s*[0-9]+-[0-9]+,\s*[Pp][Ee][Ll][Cc][Oo]\s*&middot;"
592
597
  if (res =~ "[Ss]creen[Cc]onnect" &&
593
598
  if( res && "WAN SETTINGS" >< res && "value='3G Interface" >< res && "menu.html" >< res &&
594
- if( "Server: Boa" >!< banner || ( "AirLive" >!< banner && banner !~ "(WL|MD|BU|POE)-") )
595
599
  if( strlen( data ) < 8 || data !~ "^(DELETE|PROPFIND|PUT|GET|HEAD|POST|OPTIONS|REPORT|MKCOL|MOVE|PROPPATCH|COPY|PATCH|CONNECT|TRACE|LOCK|UNLOCK|TRACK|M-POST|CHECKOUT|CHECKIN|UNCHECKOUT|VERSION-CONTROL|BASELINE-CONTROL).*HTTP/(1\.[01]|2)" ) {
596
600
  if(strlen(res) && "nonexistant" >< res && "XJ004CSS" >< res) {
597
601
  if( sysdesc =~ "^(RICOH|LANIER|SAVIN|NRG)" && sysdesc =~ "(RICOH|LANIER|SAVIN|NRG) Network Printer" ) {
@@ -610,6 +614,7 @@ ii libapt-pkg4.12:amd64 0.9.7.5ubuntu5.6 amd64 package managment runtime lib
610
614
  ii libapt-pkg4.12:amd64 0.9.7.7ubuntu6 amd64 package managment runtime library
611
615
  ii libapt-pkg4.12:amd64 0.9.7.9+deb7u7 amd64 package managment runtime library
612
616
  ii libapt-pkg4.12:amd64 0.9.9.1~ubuntu3.3 amd64 package managment runtime library
617
+ ii unminimize 0.2.1 amd64 Un-minimize your minimial images or setup
613
618
  image. This occured because of a lack of proper validation that cached
614
619
  Imaging and Communications in Medicine (DICOM) service accessible from a public WAN (Internet) /
615
620
  Imaging and Communications in Medicine (DICOM) web viewer accessible from a public WAN (Internet)
@@ -728,6 +733,8 @@ mark_dead = script_get_preference( "Mark unrechable Hosts as dead (not scanning)
728
733
  Mark Shepard discovered a double free in the TCP listener cleanup which could result in denial of service by an authenticated user if Dropbear is running with the '-a' option.
729
734
  masked. All LSAT users are advised to unmerge it.
730
735
  "Max-Forwards", "TE" ) ) {
736
+ "/mdm/checkin",
737
+ /mdm/checkin and /lshw endpoints.");
731
738
  "Memorise" >< poshRes)
732
739
  memory disclosure whne processing of a specially crafted mp4 file with
733
740
  # Mesosphere Marathon Web UI Public WAN (Internet) Accessible
@@ -886,6 +893,7 @@ reenable php7-dba support of Berkeley DB (bsc#1108554)");
886
893
  reg_xml = '\t\t<registry_item' + status + ' xmlns="http://oval.mitre.org/' +
887
894
  Reject invalid eliptic curve point coordinates (bsc#1131291)");
888
895
  rejection for EXTRAVERSION = -xfs, but likely little else will be
896
+ remote attackers to execute arbitrary code via a crafted Upack PE file.
889
897
  - Remote Command Execution via WAN and LAN
890
898
  - Remote Unauthenticated Information Disclosure via WAN and LAN
891
899
  Remove all mitre.org links from the script descriptions as
@@ -1546,6 +1554,7 @@ Wan-Teh Chang as the original reporters of CVE-2013-5607.
1546
1554
  web-based interface for Cisco Small Business RV320 and RV325 Dual Gigabit WAN VPN Routers could
1547
1555
  webcontent/aas/aas_store.jsp.");
1548
1556
  * Webdienst Assoziation
1557
+ "webdynpro/resources/sap.com/caf~eu~gp~mail~cf~ui",
1549
1558
  Wen Guanxing discovered that PCRE incorrectly handled certain regular
1550
1559
  Wen Xu and Po-Ning Tseng discovered that btrfs file system implementation
1551
1560
  Wen Xu and Po-Ning Tseng discovered that the btrfs filesystem
@@ -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
@@ -169,6 +169,9 @@ class CheckHttpLinksInTags(FilePlugin):
169
169
  "https://username:password@proxy:8080",
170
170
  "sun.net.www.http.KeepAliveCache",
171
171
  "www.foo.com",
172
+ # e.g.:
173
+ # sun.net.www.protocol.jar.JarURLConnection
174
+ "sun.net.www.",
172
175
  ]
173
176
 
174
177
  return any(
@@ -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