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.
- {troubadix-25.7.3 → troubadix-25.8.1}/PKG-INFO +1 -1
- {troubadix-25.7.3 → troubadix-25.8.1}/pyproject.toml +1 -1
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_badwords.py +4 -1
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_copyright_text.py +4 -4
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_dependencies.py +15 -15
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_dependency_category_order.py +7 -7
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_deprecated_dependency.py +5 -5
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_grammar.py +4 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_vt_placement.py +1 -1
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/__version__.py +1 -1
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/codespell/codespell.additions +2 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/codespell/codespell.exclude +11 -2
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/badwords.py +4 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/grammar.py +1 -1
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/http_links_in_tags.py +3 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_xref_url.py +8 -8
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/valid_oid.py +1 -3
- {troubadix-25.7.3 → troubadix-25.8.1}/LICENSE +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/README.md +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_date_format.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_if_block_parser.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_linguistic_exception_handler.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_patterns.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_remove_comments.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/helper/test_text_utils.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/manual_tests/comment_removal_diff.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/fail.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/fail2.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_copyright_year.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_creation_date.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_cve_format.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_cvss_format.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_deprecated_functions.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_double_end_points.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_duplicate_oid.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_duplicated_script_tags.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_encoding.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_bad_new_line.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_badwords.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_name_and_copyright_newline.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_name_newline.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_permissions.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/fail_spelling.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_name_and_copyright_newline.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_name_newline.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_solution_template.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/fail.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/fail2.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/test.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/test_valid_oid.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/test.inc +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/test.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/warning.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/ok_permissions.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/test_oid.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_forking_nasl_functions.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_get_kb_on_services.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_http_links_in_tags.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_if_statement_syntax.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_illegal_characters.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_log_messages.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_malformed_dependencies.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_misplaced_compare_in_if.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_missing_desc_exit.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_missing_tag_solution.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_multiple_re_parameters.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_newlines.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_overlong_description_lines.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_overlong_script_tags.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_prod_svc_detect_in_vulnvt.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_qod.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_reporting_consistency.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_add_preference_type.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_calls_empty_values.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_calls_recommended.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_category.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_copyright.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_family.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_tag_form.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_tag_whitespaces.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_tags_mandatory.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_version_and_last_modification_tags.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_xref_form.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_script_xref_url.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_security_messages.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_set_get_kb_calls.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_severity_date.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_severity_format.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_severity_origin.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_solution_text.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_solution_type.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_spaces_before_dots.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_spaces_in_filename.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_spelling.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_tabs.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_todo_tbd.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_trailing_spaces_tabs.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_using_display.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_valid_oid.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_valid_script_tag_names.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_variable_redefinition_in_foreach.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/plugins/test_vt_file_permissions.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_epoch.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_release.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_udeb.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_changed_update.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_dropped_architecture.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/test_changed_packages.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/test_package.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/21.04/21_script.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/22.04/22_script.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/bar.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/foo.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/foobar.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/gsf/enterprise_script.nasl +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_creation_date.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_cves.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_oid.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_dependency_graph.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_deprecate_vts.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_file_extensions.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_last_modification.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_no_solution.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/standalone_plugins/test_version_updated.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_argparser.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_helper.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_naslinter.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_reporter.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_results.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/tests/test_runner.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/argparser.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/codespell/codespell.ignore +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/date_format.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/helper.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/if_block_parser.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/linguistic_exception_handler.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/patterns.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/remove_comments.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/helper/text_utils.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugin.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/copyright_text.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/copyright_year.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/creation_date.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/cve_format.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/cvss_format.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/dependencies.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/dependency_category_order.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/deprecated_dependency.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/deprecated_functions.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/double_end_points.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/duplicate_oid.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/duplicated_script_tags.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/encoding.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/forking_nasl_functions.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/get_kb_on_services.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/if_statement_syntax.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/illegal_characters.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/log_messages.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/malformed_dependencies.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/misplaced_compare_in_if.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/missing_desc_exit.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/missing_tag_solution.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/multiple_re_parameters.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/newlines.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/overlong_description_lines.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/overlong_script_tags.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/prod_svc_detect_in_vulnvt.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/qod.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/reporting_consistency.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_add_preference_type.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_calls_empty_values.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_calls_recommended.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_category.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_copyright.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_family.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_tag_form.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_tag_whitespaces.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_tags_mandatory.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_version_and_last_modification_tags.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/script_xref_form.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/security_messages.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/set_get_kb_calls.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/severity_date.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/severity_format.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/severity_origin.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/solution_text.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/solution_type.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/spaces_before_dots.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/spaces_in_filename.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/spelling.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/tabs.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/todo_tbd.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/trailing_spaces_tabs.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/using_display.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/valid_script_tag_names.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/variable_assigned_in_if.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/variable_redefinition_in_foreach.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/vt_file_permissions.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/plugins/vt_placement.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/reporter.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/results.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/runner.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/allowed_rev_diff.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_creation_date.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_cves.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_oid.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/changed_packages.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_epoch.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_release.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_udeb.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/changed_update.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/dropped_architecture.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/marker.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/package.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/common.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/__init__.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/checks.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/cli.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/dependency_graph.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/models.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/deprecate_vts.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/file_extensions.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/last_modification.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/no_solution.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/util.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/standalone_plugins/version_updated.py +0 -0
- {troubadix-25.7.3 → troubadix-25.8.1}/troubadix/troubadix.py +0 -0
|
@@ -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 =
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
|
96
|
+
def test_gsf_dependency(self):
|
|
97
97
|
with self.create_directory() as tmpdir:
|
|
98
98
|
path = tmpdir / "file.nasl"
|
|
99
|
-
example = tmpdir / "common" / "
|
|
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("
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
99
|
+
' script_dependencies("example.nasl");\n'
|
|
100
100
|
)
|
|
101
101
|
|
|
102
102
|
fake_context = self.create_file_plugin_context(
|
|
@@ -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[
|
|
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*©\s*[0-9]+-[0-9]+,\s*[Pp][Ee][Ll][Cc][Oo]\s*·"
|
|
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
|
|
@@ -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
|
|
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-25.7.3 → troubadix-25.8.1}/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-25.7.3 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl
RENAMED
|
File without changes
|
|
File without changes
|
{troubadix-25.7.3 → troubadix-25.8.1}/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-25.7.3 → troubadix-25.8.1}/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
|