troubadix 24.9.3__tar.gz → 24.9.4__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.
- {troubadix-24.9.3 → troubadix-24.9.4}/PKG-INFO +1 -1
- {troubadix-24.9.3 → troubadix-24.9.4}/pyproject.toml +1 -1
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/__version__.py +1 -1
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/codespell/codespell.additions +3 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/codespell/codespell.exclude +15 -3
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/codespell/codespell.ignore +5 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/version_updated.py +1 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/LICENSE +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/README.md +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/helper/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/helper/test_linguistic_exception_handler.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/helper/test_patterns.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/fail.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/fail2.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_badwords.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_copyright_text.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_copyright_year.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_creation_date.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_cve_format.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_cvss_format.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_dependencies.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_dependency_category_order.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_deprecated_dependency.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_deprecated_functions.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_double_end_points.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_duplicate_oid.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_duplicated_script_tags.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_encoding.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/fail_bad_new_line.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/fail_badwords.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/fail_name_and_copyright_newline.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/fail_name_newline.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/fail_permissions.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/fail_spelling.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/fail.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/fail_name_and_copyright_newline.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/fail_name_newline.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/fail_solution_template.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/runner/fail.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/runner/fail2.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/runner/test.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/runner/test_valid_oid.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/test.inc +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/test.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/warning.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/ok_permissions.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/test_oid.nasl +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_forking_nasl_functions.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_get_kb_on_services.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_grammar.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_http_links_in_tags.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_illegal_characters.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_log_messages.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_malformed_dependencies.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_misplaced_compare_in_if.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_missing_desc_exit.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_missing_tag_solution.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_multiple_re_parameters.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_newlines.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_overlong_description_lines.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_overlong_script_tags.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_prod_svc_detect_in_vulnvt.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_qod.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_reporting_consistency.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_add_preference_type.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_calls_empty_values.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_calls_recommended.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_category.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_copyright.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_family.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_tag_form.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_tag_whitespaces.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_tags_mandatory.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_version_and_last_modification_tags.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_xref_form.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_script_xref_url.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_security_messages.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_set_get_kb_calls.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_solution_text.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_solution_type.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_spaces_in_filename.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_spelling.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_tabs.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_todo_tbd.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_trailing_spaces_tabs.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_using_display.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_valid_oid.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_valid_script_tag_names.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_variable_redefinition_in_foreach.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_vt_file_permissions.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_vt_placement.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/markers/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/markers/test_added_epoch.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/markers/test_added_release.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/markers/test_added_udeb.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/markers/test_changed_update.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/markers/test_dropped_architecture.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/test_changed_packages.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/test_package.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/test_changed_cves.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/test_changed_oid.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/test_deprecate_vts.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/test_file_extensions.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/test_last_modification.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/test_no_solution.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/test_version_updated.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/test_argparser.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/test_helper.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/test_naslinter.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/test_reporter.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/test_results.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/tests/test_runner.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/argparser.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/helper/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/helper/helper.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/helper/linguistic_exception_handler.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/helper/patterns.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugin.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/badwords.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/copyright_text.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/copyright_year.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/creation_date.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/cve_format.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/cvss_format.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/dependencies.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/dependency_category_order.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/deprecated_dependency.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/deprecated_functions.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/double_end_points.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/duplicate_oid.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/duplicated_script_tags.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/encoding.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/forking_nasl_functions.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/get_kb_on_services.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/grammar.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/http_links_in_tags.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/illegal_characters.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/log_messages.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/malformed_dependencies.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/misplaced_compare_in_if.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/missing_desc_exit.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/missing_tag_solution.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/multiple_re_parameters.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/newlines.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/overlong_description_lines.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/overlong_script_tags.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/prod_svc_detect_in_vulnvt.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/qod.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/reporting_consistency.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_add_preference_type.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_calls_empty_values.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_calls_recommended.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_category.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_copyright.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_family.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_tag_form.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_tag_whitespaces.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_tags_mandatory.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_version_and_last_modification_tags.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_xref_form.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_xref_url.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/security_messages.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/set_get_kb_calls.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/solution_text.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/solution_type.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/spaces_in_filename.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/spelling.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/tabs.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/todo_tbd.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/trailing_spaces_tabs.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/using_display.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/valid_oid.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/valid_script_tag_names.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/variable_assigned_in_if.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/variable_redefinition_in_foreach.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/vt_file_permissions.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/vt_placement.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/reporter.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/results.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/runner.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/allowed_rev_diff.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_cves.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_oid.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/changed_packages.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/marker/__init__.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/marker/added_epoch.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/marker/added_release.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/marker/added_udeb.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/marker/changed_update.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/marker/dropped_architecture.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/marker/marker.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/package.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/common.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/deprecate_vts.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/file_extensions.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/last_modification.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/no_solution.py +0 -0
- {troubadix-24.9.3 → troubadix-24.9.4}/troubadix/troubadix.py +0 -0
|
@@ -91,7 +91,7 @@ Add more important informations
|
|
|
91
91
|
* Add suppor... [Please see the references for more information on the vulnerabilities]");
|
|
92
92
|
a denial of service. (CVE-2016-4429) Tim Ruehsen discovered that the
|
|
93
93
|
- A division by zero in the CAF demuxer
|
|
94
|
-
"admin:admin:huawei,3com,allied,alteon,amitech,billon,checkpoint,cisco,com3,davox,dlink,draytek,dynalink,everfocus,flowpoint,foundry networks,hp:all,ftp",
|
|
94
|
+
"admin:admin:huawei,3com,allied,alteon,amitech,billon,checkpoint,cisco,com3,davox,dlink,draytek,dynalink,everfocus,flowpoint,foundry networks,hp,ibm,intel,ivanti:all,http,ssh,ftp",
|
|
95
95
|
Admin endpoints to a public WAN (Internet) / public LAN without authentication.
|
|
96
96
|
"Administrator:admin:cisco,conexant,corecess,gvc:all",
|
|
97
97
|
# admin:<redacted>:0:0:Adminstrator:/:/bin/sh
|
|
@@ -355,8 +355,11 @@ drbd: Avoid Clang warning about pointless switch statment (bsc#1051510).
|
|
|
355
355
|
eliptic curve parameters were not sufficiently validated during
|
|
356
356
|
} else if( banner =~ "^220 (RICOH|LANIER|SAVIN|Gestetner|NRG) (Aficio |Pro)?([A-Z]+)? [^ ]+ (\([^)]+\) )?FTP server" ) {
|
|
357
357
|
} else if("diese Vorgabe muss manuell ueberprueft werden" >< tolower(status)) {
|
|
358
|
+
else if (prod =~ "^BMX\s*NOE\s*0100$" || prod =~ "^BMX\s*NOE\s*0100H$") {
|
|
359
|
+
else if (prod =~ "^BMX\s*NOE\s*0110$" || prod =~ "^BMX\s*NOE\s*0110H$") {
|
|
358
360
|
else if( svc == "agobot.fo" )
|
|
359
361
|
Enable log information of starting/stoping services. (bsc#1144923,
|
|
362
|
+
Engineering (TE) database and then a subsequent operation attempts to process these, rpd will
|
|
360
363
|
Engineering (TE) tunnel's physical source interface is not propagated to hardware after the adjacency is lost.
|
|
361
364
|
eSpace IAD, eSpace U1981 and eSpace USM.");
|
|
362
365
|
establishment of the Cisco Nexus 9000 Series Application Centric Infrastructure (ACI) Mode Switch
|
|
@@ -508,8 +511,14 @@ if( model =~ '^TE[3456]0' && revcomp( a: version, b: "v600r006c00spc500" ) < 0 )
|
|
|
508
511
|
if (prod =~ "^BMX\s*NOC\s*0401$" || prod =~ "^BMX\s*NOE\s*0100$" || prod =~ "^BMX\s*NOE\s*0110$" || prod =~ "^BMX\s*NOE\s*0110H$" ||
|
|
509
512
|
if (prod =~ "^BMX\s*NOE\s*0100$") {
|
|
510
513
|
if (prod =~ "^BMX\s*NOE\s*0100$" || prod =~ "^BMX\s*NOE\s*0100H$") {
|
|
514
|
+
if (prod =~ "^BMX\s*NOE\s*0100" && version_is_less(version: version, test_version: "3.3")) {
|
|
515
|
+
if (prod =~ "^BMX\s*NOE\s*0100" && version_is_less(version: version, test_version: "3.50")) {
|
|
511
516
|
if (prod =~ "^BMX\s*NOE\s*0110$") {
|
|
512
517
|
if (prod =~ "^BMX\s*NOE\s*0110$" || prod =~ "^BMX\s*NOE\s*0110H$") {
|
|
518
|
+
if (prod =~ "^BMX\s*NOE\s*0110" && version_is_less(version: version, test_version: "6.5")) {
|
|
519
|
+
if (prod =~ "^BMX\s*NOE\s*0110" && version_is_less(version: version, test_version: "6.70")) {
|
|
520
|
+
if (!prod || (prod !~ "^BMX\s*P34" && prod !~ "^BMX\s*NOE\s*01[01]0"))
|
|
521
|
+
if (!prod || (prod !~ "^BMX\s*P34" && prod !~ "^BMX\s*NOR\s*0200H" && prod !~ "^BMX\s*NOE\s*0100" &&
|
|
513
522
|
if( r =~ " (A\. A\. Milne|Albert Einstein|Anonimo|Antico proverbio cinese|Autor desconocido|Charles Dickens|Francisco de Quevedo y Villegas|George Bernard Shaw|Jaime Balmes|Johann Wolfgang von Goethe|Jil Sander|Juana de Asbaje|Konfucius|Lord Philip Chesterfield|Montaigne|Petrarca|Ralph Waldo Emerson|Seneca|Syrus|Werner von Siemens)" ||
|
|
514
523
|
if(rcvRes && '>iAm[i]nE<' >< rcvRes)
|
|
515
524
|
if( res =~ "^HTTP/1\.[01] 200" && "Powered by" >< res && "ANG" >< res ) {
|
|
@@ -759,6 +768,8 @@ Prevent sporious 'salt-api' stuck processes when managing SSH minions.
|
|
|
759
768
|
processing malformed files packed with UPack.
|
|
760
769
|
processing Upack files. A remote attacker could send a crafted file and
|
|
761
770
|
processor_arch_id = 'oval:org.mitre.oval:obj:1576';
|
|
771
|
+
prod !~ "^BMX\s*NOC\s*0401" && prod !~ "^BMX\s*NOE\s*01" && prod !~ "^BMX\s*NOR\s*0200H" &&
|
|
772
|
+
prod !~ "^BMX\s*NOE\s*0110" && prod !~ "^BMX\s*NOC\s*\s*0401" && prod !~ "^140CPU65" &&
|
|
762
773
|
product_os_name_id = 'oval:org.mitre.oval:obj:5590';
|
|
763
774
|
prompted to give a password when acessing root owned files. (bsc#1125084)");
|
|
764
775
|
Provide the 32bit samba winbind PAM module and its dependend 32bit
|
|
@@ -781,7 +792,7 @@ Readded what missing in last update: BDX-ML B0/M0/R0 6-4f-1/ef 0b00002e->0000003
|
|
|
781
792
|
Red Hat would like to thank Tim Bunce for responsibly reporting the
|
|
782
793
|
Red Hat would like to thank Timo Warns of PRESENSE Technologies GmbH for
|
|
783
794
|
reenable php7-dba support of Berkeley DB (bsc#1108554)");
|
|
784
|
-
"Referer: http://",host,"
|
|
795
|
+
"Referer: http://", host, "/UE/welcome_login.html\r\n",
|
|
785
796
|
# Ref : http://www.hsc.fr/ressources/articles/win_net_srv/index.html.en by Jean-Baptiste Marchand
|
|
786
797
|
register_and_report_cpe( app:"Netsparker - Web Application Security Scanner", ver:netVer, base:"cpe:/a:netsparker:wass:", expr:"^([0-9.]+)", insloc:netPath );
|
|
787
798
|
register_and_report_cpe(app:"Wiesemann & Theis GmbH " + appName, ver:version, concluded:concluded,
|
|
@@ -1339,6 +1350,7 @@ triggerD = raw_string(0x06,0x00,0x07,0x00,0x20,0x00,0x00,0x00,0x0e,0x00,0x32,
|
|
|
1339
1350
|
Tuomas Haanpaa and Matti Kamunen from Synopsys Ltd discovered that the NFSv2 and NFSv3 server implementations are vulnerable to an out-of-bounds memory access issue while processing arbitrarily long arguments sent by NFSv2/NFSv3 PRC clients, leading to a denial of service.
|
|
1340
1351
|
two intermediate CAs which could be used to generate rogue end-entity
|
|
1341
1352
|
udev: Downgrade message when settting inotify watch up fails.
|
|
1353
|
+
"UE",
|
|
1342
1354
|
unconstrained interal data buffering (bsc#1145575).
|
|
1343
1355
|
unconstrained interal data buffering (bsc#1146097).
|
|
1344
1356
|
- Undefined behavior in bounded channel of crossbeam rust crate.
|
|
@@ -1372,7 +1384,7 @@ url = "/statics/pageChallenge.html";
|
|
|
1372
1384
|
url = "/status/infomation.htm";
|
|
1373
1385
|
url = string(dir, "/config.xml.sav");
|
|
1374
1386
|
url = string(openVer[2], "/obj/autorisation.class.php?path_om=../../../../../../../../vt-rfi.txt");
|
|
1375
|
-
url =
|
|
1387
|
+
url = "/UE/advanced.html";
|
|
1376
1388
|
url = "/UE/welcome_login.html";
|
|
1377
1389
|
* usb/net: rndis: remove ambigous status codes. only net/hyperv part
|
|
1378
1390
|
use-after-free due to the AB/BA lock with buffer_mutex and mmap_lock
|
|
@@ -26,3 +26,8 @@ racoon
|
|
|
26
26
|
# As e.g. the spelling correction in Mozilla Firefox is accepting both we're excluding this for now
|
|
27
27
|
re-use
|
|
28
28
|
re-usable
|
|
29
|
+
# Bootup is commonly used in e.g. example output and seems to be also generally valid like seen on:
|
|
30
|
+
# https://en.wiktionary.org/wiki/bootup
|
|
31
|
+
# so it is ignored (at least for now)
|
|
32
|
+
bootup
|
|
33
|
+
Bootup
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/fail_name_and_copyright_newline.nasl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl
RENAMED
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/fail_name_newline.nasl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_files/nasl/21.04/runner/test_valid_oid.nasl
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/tests/plugins/test_variable_redefinition_in_foreach.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/markers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/tests/standalone_plugins/changed_packages/test_package.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/troubadix/plugins/script_version_and_last_modification_tags.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/marker/marker.py
RENAMED
|
File without changes
|
{troubadix-24.9.3 → troubadix-24.9.4}/troubadix/standalone_plugins/changed_packages/package.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|