AUTHORS
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
gixy/__init__.py
gixy/__main__.py
gixy/cli/__init__.py
gixy/cli/__main__.py
gixy/cli/argparser.py
gixy/cli/main.py
gixy/cli/server.py
gixy/core/__init__.py
gixy/core/builtin_variables.py
gixy/core/config.py
gixy/core/context.py
gixy/core/exceptions.py
gixy/core/issue.py
gixy/core/manager.py
gixy/core/plugins_manager.py
gixy/core/regexp.py
gixy/core/severity.py
gixy/core/utils.py
gixy/core/variable.py
gixy/core/sre_parse/__init__.py
gixy/core/sre_parse/sre_constants.py
gixy/core/sre_parse/sre_parse.py
gixy/directives/__init__.py
gixy/directives/block.py
gixy/directives/directive.py
gixy/formatters/__init__.py
gixy/formatters/_jinja.py
gixy/formatters/base.py
gixy/formatters/checkstyle.py
gixy/formatters/console.py
gixy/formatters/json.py
gixy/formatters/rich_console.py
gixy/formatters/text.py
gixy/formatters/templates/console.j2
gixy/formatters/templates/text.j2
gixy/parser/__init__.py
gixy/parser/nginx_parser.py
gixy/parser/raw_parser.py
gixy/plugins/__init__.py
gixy/plugins/_nginx_cves_db.py
gixy/plugins/add_header_content_type.py
gixy/plugins/add_header_multiline.py
gixy/plugins/add_header_redefinition.py
gixy/plugins/alias_traversal.py
gixy/plugins/allow_without_deny.py
gixy/plugins/default_server_flag.py
gixy/plugins/error_log_off.py
gixy/plugins/hash_without_default.py
gixy/plugins/host_spoofing.py
gixy/plugins/hsts_header.py
gixy/plugins/http2_misdirected_request.py
gixy/plugins/http_splitting.py
gixy/plugins/if_is_evil.py
gixy/plugins/invalid_regex.py
gixy/plugins/low_keepalive_requests.py
gixy/plugins/missing_resolver.py
gixy/plugins/nginx_cves.py
gixy/plugins/origins.py
gixy/plugins/plugin.py
gixy/plugins/proxy_pass_normalized.py
gixy/plugins/quic_bpf_reuseport.py
gixy/plugins/regex_exact_match.py
gixy/plugins/regex_redos.py
gixy/plugins/resolver_external.py
gixy/plugins/return_bypasses_allow_deny.py
gixy/plugins/ssl_stapling_without_resolver.py
gixy/plugins/ssrf.py
gixy/plugins/status_page_exposed.py
gixy/plugins/try_files_is_evil_too.py
gixy/plugins/unanchored_regex.py
gixy/plugins/valid_referers.py
gixy/plugins/version_disclosure.py
gixy/plugins/weak_ssl_tls.py
gixy/plugins/worker_rlimit_nofile_vs_connections.py
gixy/utils/__init__.py
gixy/utils/text.py
gixy_ng.egg-info/PKG-INFO
gixy_ng.egg-info/SOURCES.txt
gixy_ng.egg-info/dependency_links.txt
gixy_ng.egg-info/entry_points.txt
gixy_ng.egg-info/requires.txt
gixy_ng.egg-info/top_level.txt
tests/__init__.py
tests/utils.py
tests/cli/__init__.py
tests/cli/test_cli.py
tests/core/__init__.py
tests/core/test_context.py
tests/core/test_issue.py
tests/core/test_manager.py
tests/core/test_regexp.py
tests/core/test_variable.py
tests/directives/__init__.py
tests/directives/test_block.py
tests/directives/test_directive.py
tests/formatters/__init__.py
tests/formatters/test_checkstyle.py
tests/formatters/test_rich_console.py
tests/integration/__init__.py
tests/integration/inline_return_with_map.conf
tests/integration/issue100_set_scope.conf
tests/integration/test_real_configs.py
tests/integration/wordpress_production.conf
tests/parser/__init__.py
tests/parser/test_malformed_configs.py
tests/parser/test_nginx_parser.py
tests/parser/test_raw_parser.py
tests/parser/test_raw_parser_minimal.py
tests/parser/test_sre_parse.py
tests/plugins/__init__.py
tests/plugins/test_add_header_multiline_none_value.py
tests/plugins/test_add_header_value_aware.py
tests/plugins/test_fixes.py
tests/plugins/test_hsts_header_reject_handshake.py
tests/plugins/test_http2_misdirected_request.py
tests/plugins/test_nginx_cves.py
tests/plugins/test_redos_analyzer.py
tests/plugins/test_simply.py
tests/plugins/test_version_disclosure_full_config.py
tests/plugins/simply/add_header_content_type/add_header_content_type.conf
tests/plugins/simply/add_header_content_type/add_header_content_type_fp.conf
tests/plugins/simply/add_header_content_type/fastcgi_hide_header_fp.conf
tests/plugins/simply/add_header_content_type/proxy_hide_header_fp.conf
tests/plugins/simply/add_header_content_type/proxy_hide_header_nested_fp.conf
tests/plugins/simply/add_header_content_type/uwsgi_hide_header_fp.conf
tests/plugins/simply/add_header_multiline/add_header.conf
tests/plugins/simply/add_header_multiline/add_header_fp.conf
tests/plugins/simply/add_header_multiline/config.json
tests/plugins/simply/add_header_multiline/more_set_headers.conf
tests/plugins/simply/add_header_multiline/more_set_headers_fp.conf
tests/plugins/simply/add_header_multiline/more_set_headers_multiple.conf
tests/plugins/simply/add_header_multiline/more_set_headers_replace.conf
tests/plugins/simply/add_header_multiline/more_set_headers_replace_fp.conf
tests/plugins/simply/add_header_multiline/more_set_headers_status_fp.conf
tests/plugins/simply/add_header_multiline/more_set_headers_type_fp.conf
tests/plugins/simply/add_header_redefinition/cache_control_no_store.conf
tests/plugins/simply/add_header_redefinition/cache_control_private.conf
tests/plugins/simply/add_header_redefinition/cache_control_public_fp.conf
tests/plugins/simply/add_header_redefinition/config.json
tests/plugins/simply/add_header_redefinition/content_disposition_attachment.conf
tests/plugins/simply/add_header_redefinition/duplicate_fp.conf
tests/plugins/simply/add_header_redefinition/expires_zero.conf
tests/plugins/simply/add_header_redefinition/header_inherit_on_fp.conf
tests/plugins/simply/add_header_redefinition/if_replaces.conf
tests/plugins/simply/add_header_redefinition/location_replaces.conf
tests/plugins/simply/add_header_redefinition/nested_block.conf
tests/plugins/simply/add_header_redefinition/non_block_fp.conf
tests/plugins/simply/add_header_redefinition/not_secure_dropped.conf
tests/plugins/simply/add_header_redefinition/not_secure_outer.conf
tests/plugins/simply/add_header_redefinition/pragma_no_cache.conf
tests/plugins/simply/add_header_redefinition/step_replaces.conf
tests/plugins/simply/alias_traversal/config.json
tests/plugins/simply/alias_traversal/nested.conf
tests/plugins/simply/alias_traversal/nested_fp.conf
tests/plugins/simply/alias_traversal/not_slashed_alias.conf
tests/plugins/simply/alias_traversal/not_slashed_alias_fp.conf
tests/plugins/simply/alias_traversal/regex.conf
tests/plugins/simply/alias_traversal/regex_2.conf
tests/plugins/simply/alias_traversal/regex_2_fp.conf
tests/plugins/simply/alias_traversal/regex_3.conf
tests/plugins/simply/alias_traversal/regex_3_fp.conf
tests/plugins/simply/alias_traversal/regex_4.conf
tests/plugins/simply/alias_traversal/regex_4_fp.conf
tests/plugins/simply/alias_traversal/regex_5.conf
tests/plugins/simply/alias_traversal/regex_6.conf
tests/plugins/simply/alias_traversal/regex_fp.conf
tests/plugins/simply/alias_traversal/simple.conf
tests/plugins/simply/alias_traversal/simple_fp.conf
tests/plugins/simply/alias_traversal/slashed_alias.conf
tests/plugins/simply/alias_traversal/slashed_alias_fp.conf
tests/plugins/simply/allow_without_deny/allow_without_deny.conf
tests/plugins/simply/allow_without_deny/allow_without_deny_dump.conf
tests/plugins/simply/allow_without_deny/allow_without_deny_dump_fp.conf
tests/plugins/simply/allow_without_deny/allow_without_deny_fp.conf
tests/plugins/simply/allow_without_deny/deny.inc
tests/plugins/simply/allow_without_deny/include_and_deny_fp.conf
tests/plugins/simply/default_server_flag/ambiguous_with_default_fp.conf
tests/plugins/simply/default_server_flag/ambiguous_with_upstream_server.conf
tests/plugins/simply/default_server_flag/ambiguous_without_default.conf
tests/plugins/simply/default_server_flag/config.json
tests/plugins/simply/error_log_off/error_log_off.conf
tests/plugins/simply/error_log_off/error_log_off_fp.conf
tests/plugins/simply/hash_without_default/geo_no_default.conf
tests/plugins/simply/hash_without_default/geo_no_default_fp.conf
tests/plugins/simply/hash_without_default/map_no_default.conf
tests/plugins/simply/hash_without_default/map_no_default_fp.conf
tests/plugins/simply/hash_without_default/map_single_entry_no_default_fp.conf
tests/plugins/simply/host_spoofing/config.json
tests/plugins/simply/host_spoofing/http_fp.conf
tests/plugins/simply/host_spoofing/http_host.conf
tests/plugins/simply/host_spoofing/http_host_diff_case.conf
tests/plugins/simply/host_spoofing/some_arg.conf
tests/plugins/simply/hsts_header/missing_hsts.conf
tests/plugins/simply/hsts_header/more_set_headers_hsts_fp.conf
tests/plugins/simply/hsts_header/security_headers_http_fp.conf
tests/plugins/simply/hsts_header/security_headers_on_fp.conf
tests/plugins/simply/hsts_header/with_hsts_fp.conf
tests/plugins/simply/http2_misdirected_request/missing_421.conf
tests/plugins/simply/http2_misdirected_request/with_421_fp.conf
tests/plugins/simply/http_splitting/add_header_uri.conf
tests/plugins/simply/http_splitting/config.json
tests/plugins/simply/http_splitting/dont_report_not_resolved_var_fp.conf
tests/plugins/simply/http_splitting/if_block.conf
tests/plugins/simply/http_splitting/if_block_fp.conf
tests/plugins/simply/http_splitting/mapped_value.conf
tests/plugins/simply/http_splitting/mapped_value_2.conf
tests/plugins/simply/http_splitting/mapped_value_3.conf
tests/plugins/simply/http_splitting/mapped_value_3_fp.conf
tests/plugins/simply/http_splitting/mapped_value_4.conf
tests/plugins/simply/http_splitting/mapped_value_4_fp.conf
tests/plugins/simply/http_splitting/mapped_value_fp.conf
tests/plugins/simply/http_splitting/mapped_value_with_set.conf
tests/plugins/simply/http_splitting/proxy_from_location_var.conf
tests/plugins/simply/http_splitting/proxy_from_location_var_var.conf
tests/plugins/simply/http_splitting/proxy_from_location_var_var_fp.conf
tests/plugins/simply/http_splitting/proxy_from_location_var_var_var.conf
tests/plugins/simply/http_splitting/proxy_pass_cr_fp.conf
tests/plugins/simply/http_splitting/proxy_pass_ducument_uri.conf
tests/plugins/simply/http_splitting/proxy_pass_lf.conf
tests/plugins/simply/http_splitting/proxy_set_header_ducument_uri.conf
tests/plugins/simply/http_splitting/return_403_fp.conf
tests/plugins/simply/http_splitting/return_request_uri_fp.conf
tests/plugins/simply/http_splitting/rewrite_extract_fp.conf
tests/plugins/simply/http_splitting/rewrite_uri.conf
tests/plugins/simply/http_splitting/rewrite_uri_after_var.conf
tests/plugins/simply/if_is_evil/config.json
tests/plugins/simply/if_is_evil/if_is_evil_add_header.conf
tests/plugins/simply/if_is_evil/if_is_evil_break.conf
tests/plugins/simply/if_is_evil/if_is_evil_fp.conf
tests/plugins/simply/if_is_evil/if_is_evil_last_fp.conf
tests/plugins/simply/if_is_evil/if_is_evil_permanent_fp.conf
tests/plugins/simply/if_is_evil/if_is_evil_redirect_fp.conf
tests/plugins/simply/invalid_regex/if_no_groups.conf
tests/plugins/simply/invalid_regex/if_valid_group_fp.conf
tests/plugins/simply/invalid_regex/multiple_groups_fp.conf
tests/plugins/simply/invalid_regex/no_groups.conf
tests/plugins/simply/invalid_regex/no_refs_fp.conf
tests/plugins/simply/invalid_regex/valid_group_fp.conf
tests/plugins/simply/invalid_regex/wrong_group.conf
tests/plugins/simply/low_keepalive_requests/low_keepalive_requests.conf
tests/plugins/simply/low_keepalive_requests/low_keepalive_requests_fp.conf
tests/plugins/simply/missing_resolver/api_prod_fp.conf
tests/plugins/simply/missing_resolver/aws_elb.conf
tests/plugins/simply/missing_resolver/cloudflare_workers.conf
tests/plugins/simply/missing_resolver/consul_fp.conf
tests/plugins/simply/missing_resolver/heroku.conf
tests/plugins/simply/missing_resolver/ip_address_fp.conf
tests/plugins/simply/missing_resolver/kubernetes_fp.conf
tests/plugins/simply/missing_resolver/local_domain_fp.conf
tests/plugins/simply/missing_resolver/new_tld.conf
tests/plugins/simply/missing_resolver/public_domain.conf
tests/plugins/simply/missing_resolver/public_domain_fp.conf
tests/plugins/simply/missing_resolver/single_label_fp.conf
tests/plugins/simply/missing_resolver/unix_socket_fp.conf
tests/plugins/simply/missing_resolver/upstream_ip_fp.conf
tests/plugins/simply/missing_resolver/upstream_no_resolve.conf
tests/plugins/simply/missing_resolver/upstream_with_resolve_fp.conf
tests/plugins/simply/missing_resolver/variable_with_resolver_fp.conf
tests/plugins/simply/missing_resolver/variable_without_resolver.conf
tests/plugins/simply/missing_resolver/weird_tld.conf
tests/plugins/simply/nginx_cves/no_options_benign_fp.conf
tests/plugins/simply/nginx_cves/no_options_with_pattern_fp.conf
tests/plugins/simply/nginx_cves/version_and_pattern_braced.conf
tests/plugins/simply/nginx_cves/version_and_pattern_if.conf
tests/plugins/simply/nginx_cves/version_and_pattern_rewrite.conf
tests/plugins/simply/nginx_cves/version_and_pattern_set.conf
tests/plugins/simply/nginx_cves/version_only_pure_binary.conf
tests/plugins/simply/nginx_cves/version_oss_future_fp.conf
tests/plugins/simply/nginx_cves/version_oss_patched_benign_fp.conf
tests/plugins/simply/nginx_cves/version_oss_patched_with_pattern_fp.conf
tests/plugins/simply/nginx_cves/version_resolver_patched_fp.conf
tests/plugins/simply/nginx_cves/version_resolver_vulnerable.conf
tests/plugins/simply/origins/config.json
tests/plugins/simply/origins/idna_double_dot_fp.conf
tests/plugins/simply/origins/map_origin_allowlist.conf
tests/plugins/simply/origins/map_origin_allowlist_fp.conf
tests/plugins/simply/origins/metrika.conf
tests/plugins/simply/origins/more_origins_1.conf
tests/plugins/simply/origins/more_origins_10.conf
tests/plugins/simply/origins/more_origins_11_fp.conf
tests/plugins/simply/origins/more_origins_12.conf
tests/plugins/simply/origins/more_origins_13.conf
tests/plugins/simply/origins/more_origins_14.conf
tests/plugins/simply/origins/more_origins_15.conf
tests/plugins/simply/origins/more_origins_16.conf
tests/plugins/simply/origins/more_origins_2.conf
tests/plugins/simply/origins/more_origins_3.conf
tests/plugins/simply/origins/more_origins_4.conf
tests/plugins/simply/origins/more_origins_5.conf
tests/plugins/simply/origins/more_origins_6.conf
tests/plugins/simply/origins/more_origins_7.conf
tests/plugins/simply/origins/more_origins_8.conf
tests/plugins/simply/origins/more_origins_9.conf
tests/plugins/simply/origins/named_capture_if.conf
tests/plugins/simply/origins/origin_fp.conf
tests/plugins/simply/origins/origin_https.conf
tests/plugins/simply/origins/origin_https_fp.conf
tests/plugins/simply/origins/origin_path.conf
tests/plugins/simply/origins/origin_too_permissive.conf
tests/plugins/simply/origins/origin_w_slash.conf
tests/plugins/simply/origins/origin_w_slash_and_hash.conf
tests/plugins/simply/origins/origin_wo_slash.conf
tests/plugins/simply/origins/referer.conf
tests/plugins/simply/origins/referer_fp.conf
tests/plugins/simply/origins/referer_subdomain.conf
tests/plugins/simply/origins/referer_subdomain_fp.conf
tests/plugins/simply/origins/referrer_double_r.conf
tests/plugins/simply/origins/safe_origin.conf
tests/plugins/simply/origins/safe_origin_2_fp.conf
tests/plugins/simply/origins/structure_dot.conf
tests/plugins/simply/origins/structure_fp.conf
tests/plugins/simply/origins/structure_prefix.conf
tests/plugins/simply/origins/structure_suffix.conf
tests/plugins/simply/origins/unsafe_origin.conf
tests/plugins/simply/origins/unsafe_origin_1.conf
tests/plugins/simply/origins/unsafe_origin_2.conf
tests/plugins/simply/origins/webvisor.conf
tests/plugins/simply/proxy_pass_normalized/exact_location_with_uri_fp.conf
tests/plugins/simply/proxy_pass_normalized/missing_variable.conf
tests/plugins/simply/proxy_pass_normalized/missing_variable_fp.conf
tests/plugins/simply/proxy_pass_normalized/missing_variable_in_if.conf
tests/plugins/simply/proxy_pass_normalized/missing_variable_in_if_fp.conf
tests/plugins/simply/proxy_pass_normalized/missing_variable_in_limit_except.conf
tests/plugins/simply/proxy_pass_normalized/missing_variable_in_limit_except_fp.conf
tests/plugins/simply/proxy_pass_normalized/missing_variable_nopath.conf
tests/plugins/simply/proxy_pass_normalized/missing_variable_nopath_fp.conf
tests/plugins/simply/proxy_pass_normalized/proxy_pass_path.conf
tests/plugins/simply/proxy_pass_normalized/proxy_pass_path_fp.conf
tests/plugins/simply/proxy_pass_normalized/proxy_pass_socket_fp.conf
tests/plugins/simply/proxy_pass_normalized/proxy_pass_socket_with_path.conf
tests/plugins/simply/proxy_pass_normalized/proxy_pass_var_fp.conf
tests/plugins/simply/proxy_pass_normalized/rewrite_with_return.conf
tests/plugins/simply/proxy_pass_normalized/rewrite_with_return_fp.conf
tests/plugins/simply/proxy_pass_normalized/stream_fp.conf
tests/plugins/simply/proxy_pass_normalized/variable.conf
tests/plugins/simply/proxy_pass_normalized/variable_fp.conf
tests/plugins/simply/quic_bpf_reuseport/quic_bpf_reuseport.conf
tests/plugins/simply/quic_bpf_reuseport/quic_bpf_reuseport_fp.conf
tests/plugins/simply/quic_bpf_reuseport/quic_bpf_reuseport_no_reuseport_fp.conf
tests/plugins/simply/quic_bpf_reuseport/quic_bpf_reuseport_no_wp_fp.conf
tests/plugins/simply/quic_bpf_reuseport/quic_bpf_reuseport_single_worker_fp.conf
tests/plugins/simply/regex_exact_match/regex_exact_match.conf
tests/plugins/simply/regex_exact_match/regex_exact_match_fp.conf
tests/plugins/simply/regex_redos/adjacent_quantifiers.conf
tests/plugins/simply/regex_redos/boundary_alternation_fp.conf
tests/plugins/simply/regex_redos/boundary_category_fp.conf
tests/plugins/simply/regex_redos/boundary_dot_fp.conf
tests/plugins/simply/regex_redos/boundary_literal_fp.conf
tests/plugins/simply/regex_redos/bounded_quantifier_fp.conf
tests/plugins/simply/regex_redos/dot_overlap.conf
tests/plugins/simply/regex_redos/exact_location_fp.conf
tests/plugins/simply/regex_redos/if_nested.conf
tests/plugins/simply/regex_redos/nested_quantifier_group.conf
tests/plugins/simply/regex_redos/nested_quantifier_location.conf
tests/plugins/simply/regex_redos/nested_star_plus.conf
tests/plugins/simply/regex_redos/non_overlapping_fp.conf
tests/plugins/simply/regex_redos/optional_group_fp.conf
tests/plugins/simply/regex_redos/overlapping_alternatives.conf
tests/plugins/simply/regex_redos/prefix_location_fp.conf
tests/plugins/simply/regex_redos/rewrite_nested.conf
tests/plugins/simply/regex_redos/simple_charclass_fp.conf
tests/plugins/simply/regex_redos/single_quantifier_fp.conf
tests/plugins/simply/resolver_external/resolver_external.conf
tests/plugins/simply/resolver_external/resolver_external_fp.conf
tests/plugins/simply/resolver_external/resolver_link_local_fp.conf
tests/plugins/simply/resolver_external/resolver_local_fp.conf
tests/plugins/simply/resolver_external/resolver_local_internal_fp.conf
tests/plugins/simply/resolver_external/resolver_local_ipv6_fp.conf
tests/plugins/simply/resolver_external/resolver_local_ipv6_with_port_fp.conf
tests/plugins/simply/resolver_external/resolver_more_local_ipv6_fp.conf
tests/plugins/simply/return_bypasses_allow_deny/same_level.conf
tests/plugins/simply/return_bypasses_allow_deny/same_level_fp.conf
tests/plugins/simply/return_bypasses_allow_deny/same_next_level.conf
tests/plugins/simply/return_bypasses_allow_deny/same_next_level_fp.conf
tests/plugins/simply/ssl_stapling_without_resolver/http_only_server_fp.conf
tests/plugins/simply/ssl_stapling_without_resolver/inherited_from_http.conf
tests/plugins/simply/ssl_stapling_without_resolver/no_resolver.conf
tests/plugins/simply/ssl_stapling_without_resolver/resolver_in_http_fp.conf
tests/plugins/simply/ssl_stapling_without_resolver/resolver_in_server_fp.conf
tests/plugins/simply/ssl_stapling_without_resolver/stapling_off_fp.conf
tests/plugins/simply/ssrf/config.json
tests/plugins/simply/ssrf/have_internal_fp.conf
tests/plugins/simply/ssrf/host_w_const_start.conf
tests/plugins/simply/ssrf/host_w_const_start_arg.conf
tests/plugins/simply/ssrf/mapped_value.conf
tests/plugins/simply/ssrf/not_host_var_fp.conf
tests/plugins/simply/ssrf/request_uri_fp.conf
tests/plugins/simply/ssrf/request_uri_var_fp.conf
tests/plugins/simply/ssrf/scheme_var.conf
tests/plugins/simply/ssrf/single_var.conf
tests/plugins/simply/ssrf/used_arg.conf
tests/plugins/simply/ssrf/vars_from_loc.conf
tests/plugins/simply/ssrf/with_const_scheme.conf
tests/plugins/simply/status_page_exposed/status_page_exposed.conf
tests/plugins/simply/status_page_exposed/status_page_exposed_fp.conf
tests/plugins/simply/status_page_exposed/status_page_exposed_unix_fp.conf
tests/plugins/simply/try_files_is_evil_too/config.json
tests/plugins/simply/try_files_is_evil_too/try_files_is_evil_too.conf
tests/plugins/simply/try_files_is_evil_too/try_files_is_evil_too_cache_none.conf
tests/plugins/simply/try_files_is_evil_too/try_files_is_evil_too_fp.conf
tests/plugins/simply/unanchored_regex/unanchored_regex.conf
tests/plugins/simply/unanchored_regex/unanchored_regex_fp.conf
tests/plugins/simply/valid_referers/config.json
tests/plugins/simply/valid_referers/none_first.conf
tests/plugins/simply/valid_referers/none_last.conf
tests/plugins/simply/valid_referers/none_middle.conf
tests/plugins/simply/valid_referers/wo_none_fp.conf
tests/plugins/simply/version_disclosure/server_tokens_off_fp.conf
tests/plugins/simply/version_disclosure/server_tokens_on.conf
tests/plugins/simply/weak_ssl_tls/prefer_on.conf
tests/plugins/simply/weak_ssl_tls/prefer_on_prioritize_chacha_fp.conf
tests/plugins/simply/weak_ssl_tls/secure_config_fp.conf
tests/plugins/simply/weak_ssl_tls/tls13_only_fp.conf
tests/plugins/simply/weak_ssl_tls/tls13_only_no_ciphers_fp.conf
tests/plugins/simply/weak_ssl_tls/weak_ciphers.conf
tests/plugins/simply/weak_ssl_tls/weak_protocols.conf
tests/plugins/simply/worker_rlimit_nofile_vs_connections/worker_rlimit_nofile_vs_connections_fp.conf
tests/plugins/simply/worker_rlimit_nofile_vs_connections/worker_rlimit_nofile_vs_connections_missing.conf
tests/plugins/simply/worker_rlimit_nofile_vs_connections/worker_rlimit_nofile_vs_connections_too_low.conf