AUTHORS
LICENSE
MANIFEST.in
README.md
setup.py
gixy/__init__.py
gixy.egg-info/PKG-INFO
gixy.egg-info/SOURCES.txt
gixy.egg-info/dependency_links.txt
gixy.egg-info/entry_points.txt
gixy.egg-info/requires.txt
gixy.egg-info/top_level.txt
gixy/cli/__init__.py
gixy/cli/argparser.py
gixy/cli/main.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/console.py
gixy/formatters/json.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/add_header_multiline.py
gixy/plugins/add_header_redefinition.py
gixy/plugins/alias_traversal.py
gixy/plugins/host_spoofing.py
gixy/plugins/http_splitting.py
gixy/plugins/origins.py
gixy/plugins/plugin.py
gixy/plugins/ssrf.py
gixy/plugins/valid_referers.py
gixy/utils/__init__.py
gixy/utils/text.py
tests/__init__.py
tests/asserts.py
tests/utils.py
tests/core/__init__.py
tests/core/test_context.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/parser/__init__.py
tests/parser/test_nginx_parser.py
tests/parser/test_raw_parser.py
tests/plugins/__init__.py
tests/plugins/test_simply.py
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/config.json
tests/plugins/simply/add_header_redefinition/duplicate_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_both_fp.conf
tests/plugins/simply/add_header_redefinition/not_secure_outer_fp.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/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/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/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/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/origins/config.json
tests/plugins/simply/origins/metrika.conf
tests/plugins/simply/origins/origin.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_w_slash_anchored_fp.conf
tests/plugins/simply/origins/origin_w_slash_fp.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/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/webvisor.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/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/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