troubadix 25.3.5__tar.gz → 25.4.0__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.3.5 → troubadix-25.4.0}/PKG-INFO +1 -1
- {troubadix-25.3.5 → troubadix-25.4.0}/pyproject.toml +1 -1
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_grammar.py +52 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/__version__.py +1 -1
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/codespell/codespell.additions +2 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/codespell/codespell.exclude +2 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/grammar.py +5 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/LICENSE +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/README.md +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/helper/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/helper/test_linguistic_exception_handler.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/helper/test_patterns.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/fail.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/fail2.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_badwords.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_copyright_text.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_copyright_year.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_creation_date.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_cve_format.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_cvss_format.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_dependencies.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_dependency_category_order.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_deprecated_dependency.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_deprecated_functions.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_double_end_points.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_duplicate_oid.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_duplicated_script_tags.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_encoding.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/fail_bad_new_line.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/fail_badwords.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/fail_name_and_copyright_newline.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/fail_name_newline.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/fail_permissions.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/fail_spelling.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/fail.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/fail_name_and_copyright_newline.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/fail_name_newline.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/fail_solution_template.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/runner/fail.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/runner/fail2.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/runner/test.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/runner/test_valid_oid.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/test.inc +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/test.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/warning.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/ok_permissions.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_files/test_oid.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_forking_nasl_functions.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_get_kb_on_services.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_http_links_in_tags.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_illegal_characters.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_log_messages.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_malformed_dependencies.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_misplaced_compare_in_if.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_missing_desc_exit.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_missing_tag_solution.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_multiple_re_parameters.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_newlines.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_overlong_description_lines.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_overlong_script_tags.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_prod_svc_detect_in_vulnvt.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_qod.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_reporting_consistency.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_add_preference_type.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_calls_empty_values.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_calls_recommended.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_category.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_copyright.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_family.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_tag_form.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_tag_whitespaces.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_tags_mandatory.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_version_and_last_modification_tags.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_xref_form.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_script_xref_url.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_security_messages.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_set_get_kb_calls.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_solution_text.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_solution_type.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_spaces_before_dots.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_spaces_in_filename.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_spelling.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_tabs.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_todo_tbd.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_trailing_spaces_tabs.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_using_display.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_valid_oid.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_valid_script_tag_names.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_variable_redefinition_in_foreach.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_vt_file_permissions.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/plugins/test_vt_placement.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/markers/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/markers/test_added_epoch.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/markers/test_added_release.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/markers/test_added_udeb.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/markers/test_changed_update.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/markers/test_dropped_architecture.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/test_changed_packages.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/changed_packages/test_package.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/nasl/21.04/21_script.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/nasl/22.04/22_script.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/nasl/common/bar.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/nasl/common/foo.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/nasl/common/foobar.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/nasl/common/gsf/enterprise_script.nasl +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/test_changed_cves.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/test_changed_oid.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/test_dependency_graph.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/test_deprecate_vts.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/test_file_extensions.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/test_last_modification.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/test_no_solution.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/standalone_plugins/test_version_updated.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/test_argparser.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/test_helper.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/test_naslinter.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/test_reporter.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/test_results.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/tests/test_runner.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/argparser.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/codespell/codespell.ignore +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/helper/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/helper/helper.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/helper/linguistic_exception_handler.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/helper/patterns.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugin.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/badwords.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/copyright_text.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/copyright_year.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/creation_date.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/cve_format.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/cvss_format.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/dependencies.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/dependency_category_order.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/deprecated_dependency.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/deprecated_functions.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/double_end_points.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/duplicate_oid.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/duplicated_script_tags.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/encoding.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/forking_nasl_functions.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/get_kb_on_services.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/http_links_in_tags.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/illegal_characters.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/log_messages.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/malformed_dependencies.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/misplaced_compare_in_if.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/missing_desc_exit.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/missing_tag_solution.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/multiple_re_parameters.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/newlines.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/overlong_description_lines.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/overlong_script_tags.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/prod_svc_detect_in_vulnvt.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/qod.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/reporting_consistency.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_add_preference_type.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_calls_empty_values.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_calls_recommended.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_category.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_copyright.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_family.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_tag_form.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_tag_whitespaces.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_tags_mandatory.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_version_and_last_modification_tags.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_xref_form.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/script_xref_url.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/security_messages.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/set_get_kb_calls.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/solution_text.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/solution_type.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/spaces_before_dots.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/spaces_in_filename.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/spelling.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/tabs.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/todo_tbd.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/trailing_spaces_tabs.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/using_display.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/valid_oid.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/valid_script_tag_names.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/variable_assigned_in_if.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/variable_redefinition_in_foreach.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/vt_file_permissions.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/plugins/vt_placement.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/reporter.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/results.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/runner.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/allowed_rev_diff.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_cves.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_oid.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/changed_packages.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/marker/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/marker/added_epoch.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/marker/added_release.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/marker/added_udeb.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/marker/changed_update.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/marker/dropped_architecture.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/marker/marker.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/package.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/common.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/dependency_graph/__init__.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/dependency_graph/checks.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/dependency_graph/cli.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/dependency_graph/dependency_graph.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/dependency_graph/models.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/deprecate_vts.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/file_extensions.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/last_modification.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/no_solution.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/version_updated.py +0 -0
- {troubadix-25.3.5 → troubadix-25.4.0}/troubadix/troubadix.py +0 -0
|
@@ -208,6 +208,58 @@ class CheckNewlinesTestCase(PluginTestCase):
|
|
|
208
208
|
results[0].message,
|
|
209
209
|
)
|
|
210
210
|
|
|
211
|
+
def test_grammar7(self):
|
|
212
|
+
nasl_file = Path(__file__).parent / "test.nasl"
|
|
213
|
+
content = (
|
|
214
|
+
' script_tag(name:"cvss_base", value:"4.0");\n'
|
|
215
|
+
' script_tag(name:"summary", value:"Foo Bar is prone to a to a '
|
|
216
|
+
'remote denial-of-service vulnerability.");\n'
|
|
217
|
+
' script_tag(name:"solution_type", value:"VendorFix");\n'
|
|
218
|
+
' script_tag(name:"solution", value:"meh");\n'
|
|
219
|
+
)
|
|
220
|
+
|
|
221
|
+
fake_context = self.create_file_plugin_context(
|
|
222
|
+
nasl_file=nasl_file, file_content=content
|
|
223
|
+
)
|
|
224
|
+
plugin = CheckGrammar(fake_context)
|
|
225
|
+
|
|
226
|
+
results = list(plugin.run())
|
|
227
|
+
|
|
228
|
+
self.assertEqual(len(results), 1)
|
|
229
|
+
self.assertIsInstance(results[0], LinterError)
|
|
230
|
+
self.assertEqual(
|
|
231
|
+
"VT/Include has the following grammar problem: "
|
|
232
|
+
'script_tag(name:"summary", value:"Foo Bar is prone to a to a '
|
|
233
|
+
'remote denial-of-service vulnerability.");',
|
|
234
|
+
results[0].message,
|
|
235
|
+
)
|
|
236
|
+
|
|
237
|
+
def test_grammar8(self):
|
|
238
|
+
nasl_file = Path(__file__).parent / "test.nasl"
|
|
239
|
+
content = (
|
|
240
|
+
' script_tag(name:"cvss_base", value:"4.0");\n'
|
|
241
|
+
' script_tag(name:"insight", value:"- CVE-2022-31702: Command '
|
|
242
|
+
'injection in the in the vRNI REST API.");\n'
|
|
243
|
+
' script_tag(name:"solution_type", value:"VendorFix");\n'
|
|
244
|
+
' script_tag(name:"solution", value:"meh");\n'
|
|
245
|
+
)
|
|
246
|
+
|
|
247
|
+
fake_context = self.create_file_plugin_context(
|
|
248
|
+
nasl_file=nasl_file, file_content=content
|
|
249
|
+
)
|
|
250
|
+
plugin = CheckGrammar(fake_context)
|
|
251
|
+
|
|
252
|
+
results = list(plugin.run())
|
|
253
|
+
|
|
254
|
+
self.assertEqual(len(results), 1)
|
|
255
|
+
self.assertIsInstance(results[0], LinterError)
|
|
256
|
+
self.assertEqual(
|
|
257
|
+
"VT/Include has the following grammar problem: "
|
|
258
|
+
'script_tag(name:"insight", value:"- CVE-2022-31702: Command '
|
|
259
|
+
'injection in the in the vRNI REST API.");',
|
|
260
|
+
results[0].message,
|
|
261
|
+
)
|
|
262
|
+
|
|
211
263
|
def test_grammar_fp(self):
|
|
212
264
|
nasl_file = Path(__file__).parent / "test.nasl"
|
|
213
265
|
content = (
|
|
@@ -815,6 +815,8 @@ ofproto/bond: fix interal flow leak of tcp-balance bond
|
|
|
815
815
|
of user-supplied input processed by Steam In-Home Streaming (IHS) Discovery
|
|
816
816
|
of Wiesemann & Theis GmbH W&T OPC Server for Windows.");
|
|
817
817
|
Ohter bug fixes:
|
|
818
|
+
"olt",
|
|
819
|
+
"olt/pages",
|
|
818
820
|
# on e.g. newer releases of the NAM appliance we're even getting an 403/forbidden
|
|
819
821
|
opc_req_header = raw_string("HEL", # Message Type (Hello)
|
|
820
822
|
opening a specially crafted CAF audio file, an attacker could execute
|
|
@@ -174,6 +174,11 @@ def get_grammer_pattern() -> re.Pattern:
|
|
|
174
174
|
# server-site template injection -> server-side template injection
|
|
175
175
|
r"cross[\s-]+side[\s-]+(request[\s-]+forgery|scripting)|"
|
|
176
176
|
r"server[\s-]+site[\s-]+(request[\s-]+forgery|template)[\s-]+injection|"
|
|
177
|
+
# nb: Next two could happen when copy'n'paste some text parts around
|
|
178
|
+
# like e.g.:
|
|
179
|
+
# is prone to a to a remote denial-of-service vulnerability
|
|
180
|
+
# CVE-2022-31702: Command injection in the in the vRNI REST API
|
|
181
|
+
r"in the in the|to an? to a|"
|
|
177
182
|
# e.g. "is prone to a security bypass vulnerabilities"
|
|
178
183
|
r"is\s+prone\s+to\s+an?\s+[^\s]+\s+([^\s]+\s+)?vulnerabilities" r").*",
|
|
179
184
|
re.IGNORECASE,
|
|
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.3.5 → troubadix-25.4.0}/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.3.5 → troubadix-25.4.0}/tests/plugins/test_files/nasl/21.04/fail_badwords.nasl
RENAMED
|
File without changes
|
|
File without changes
|
{troubadix-25.3.5 → troubadix-25.4.0}/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.3.5 → troubadix-25.4.0}/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-25.3.5 → troubadix-25.4.0}/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-25.3.5 → troubadix-25.4.0}/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-25.3.5 → troubadix-25.4.0}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-25.3.5 → troubadix-25.4.0}/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
|
|
File without changes
|
{troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/marker/marker.py
RENAMED
|
File without changes
|
{troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/changed_packages/package.py
RENAMED
|
File without changes
|
|
File without changes
|
{troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/dependency_graph/__init__.py
RENAMED
|
File without changes
|
{troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/dependency_graph/checks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{troubadix-25.3.5 → troubadix-25.4.0}/troubadix/standalone_plugins/dependency_graph/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|