troubadix 25.8.0__tar.gz → 25.8.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {troubadix-25.8.0 → troubadix-25.8.1}/PKG-INFO +1 -1
- {troubadix-25.8.0 → troubadix-25.8.1}/pyproject.toml +1 -1
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_badwords.py +4 -1
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_copyright_text.py +4 -4
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_dependencies.py +15 -15
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_dependency_category_order.py +7 -7
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_deprecated_dependency.py +5 -5
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_grammar.py +4 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_vt_placement.py +1 -1
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/__version__.py +1 -1
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/badwords.py +4 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/grammar.py +1 -1
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_xref_url.py +8 -8
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/valid_oid.py +1 -3
- {troubadix-25.8.0 → troubadix-25.8.1}/LICENSE +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/README.md +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_date_format.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_if_block_parser.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_linguistic_exception_handler.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_patterns.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_remove_comments.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/helper/test_text_utils.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/manual_tests/comment_removal_diff.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/fail.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/fail2.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_copyright_year.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_creation_date.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_cve_format.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_cvss_format.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_deprecated_functions.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_double_end_points.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_duplicate_oid.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_duplicated_script_tags.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_encoding.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_bad_new_line.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_badwords.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_name_and_copyright_newline.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_name_newline.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_permissions.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/fail_spelling.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_name_and_copyright_newline.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_name_newline.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_solution_template.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/fail.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/fail2.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/test.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/runner/test_valid_oid.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/test.inc +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/test.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/warning.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/ok_permissions.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_files/test_oid.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_forking_nasl_functions.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_get_kb_on_services.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_http_links_in_tags.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_if_statement_syntax.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_illegal_characters.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_log_messages.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_malformed_dependencies.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_misplaced_compare_in_if.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_missing_desc_exit.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_missing_tag_solution.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_multiple_re_parameters.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_newlines.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_overlong_description_lines.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_overlong_script_tags.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_prod_svc_detect_in_vulnvt.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_qod.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_reporting_consistency.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_add_preference_type.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_calls_empty_values.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_calls_recommended.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_category.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_copyright.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_family.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_tag_form.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_tag_whitespaces.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_tags_mandatory.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_version_and_last_modification_tags.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_xref_form.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_script_xref_url.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_security_messages.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_set_get_kb_calls.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_severity_date.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_severity_format.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_severity_origin.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_solution_text.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_solution_type.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_spaces_before_dots.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_spaces_in_filename.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_spelling.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_tabs.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_todo_tbd.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_trailing_spaces_tabs.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_using_display.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_valid_oid.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_valid_script_tag_names.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_variable_redefinition_in_foreach.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/plugins/test_vt_file_permissions.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_epoch.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_release.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_added_udeb.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_changed_update.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/test_dropped_architecture.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/test_changed_packages.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/test_package.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/21.04/21_script.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/22.04/22_script.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/bar.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/foo.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/foobar.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/nasl/common/gsf/enterprise_script.nasl +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_creation_date.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_cves.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_changed_oid.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_dependency_graph.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_deprecate_vts.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_file_extensions.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_last_modification.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_no_solution.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/test_version_updated.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_argparser.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_helper.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_naslinter.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_reporter.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_results.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/tests/test_runner.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/argparser.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/codespell/codespell.additions +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/codespell/codespell.exclude +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/codespell/codespell.ignore +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/date_format.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/helper.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/if_block_parser.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/linguistic_exception_handler.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/patterns.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/remove_comments.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/helper/text_utils.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugin.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/copyright_text.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/copyright_year.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/creation_date.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/cve_format.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/cvss_format.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/dependencies.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/dependency_category_order.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/deprecated_dependency.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/deprecated_functions.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/double_end_points.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/duplicate_oid.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/duplicated_script_tags.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/encoding.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/forking_nasl_functions.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/get_kb_on_services.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/http_links_in_tags.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/if_statement_syntax.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/illegal_characters.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/log_messages.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/malformed_dependencies.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/misplaced_compare_in_if.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/missing_desc_exit.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/missing_tag_solution.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/multiple_re_parameters.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/newlines.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/overlong_description_lines.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/overlong_script_tags.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/prod_svc_detect_in_vulnvt.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/qod.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/reporting_consistency.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_add_preference_type.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_calls_empty_values.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_calls_recommended.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_category.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_copyright.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_family.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_tag_form.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_tag_whitespaces.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_tags_mandatory.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_version_and_last_modification_tags.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/script_xref_form.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/security_messages.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/set_get_kb_calls.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/severity_date.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/severity_format.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/severity_origin.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/solution_text.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/solution_type.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/spaces_before_dots.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/spaces_in_filename.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/spelling.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/tabs.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/todo_tbd.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/trailing_spaces_tabs.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/using_display.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/valid_script_tag_names.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/variable_assigned_in_if.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/variable_redefinition_in_foreach.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/vt_file_permissions.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/plugins/vt_placement.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/reporter.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/results.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/runner.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/allowed_rev_diff.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_creation_date.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_cves.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_oid.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/changed_packages.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_epoch.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_release.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/added_udeb.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/changed_update.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/dropped_architecture.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/marker/marker.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/changed_packages/package.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/common.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/__init__.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/checks.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/cli.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/dependency_graph.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/dependency_graph/models.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/deprecate_vts.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/file_extensions.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/last_modification.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/no_solution.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/util.py +0 -0
- {troubadix-25.8.0 → troubadix-25.8.1}/troubadix/standalone_plugins/version_updated.py +0 -0
- {troubadix-25.8.0 → 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(
|
|
@@ -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.8.0 → 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.8.0 → troubadix-25.8.1}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl
RENAMED
|
File without changes
|
|
File without changes
|
{troubadix-25.8.0 → 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.8.0 → 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
|
|
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-25.8.0 → troubadix-25.8.1}/tests/plugins/test_variable_redefinition_in_foreach.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-25.8.0 → troubadix-25.8.1}/tests/standalone_plugins/changed_packages/markers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|