LICENSE
README.md
pyproject.toml
flask_aegis/__init__.py
flask_aegis/benchmark.py
flask_aegis/business.py
flask_aegis/cli.py
flask_aegis/config_export.py
flask_aegis/context.py
flask_aegis/decisions.py
flask_aegis/events.py
flask_aegis/exceptions.py
flask_aegis/graphql.py
flask_aegis/headers.py
flask_aegis/openapi.py
flask_aegis/policy.py
flask_aegis/profiles.py
flask_aegis/py.typed
flask_aegis/ratelimit.py
flask_aegis/risk.py
flask_aegis/rulesets.py
flask_aegis/sanitize.py
flask_aegis/ssrf.py
flask_aegis/upload.py
flask_aegis/websocket.py
flask_aegis.egg-info/PKG-INFO
flask_aegis.egg-info/SOURCES.txt
flask_aegis.egg-info/dependency_links.txt
flask_aegis.egg-info/requires.txt
flask_aegis.egg-info/top_level.txt
flask_aegis/captcha/__init__.py
flask_aegis/captcha/base.py
flask_aegis/captcha/hcaptcha.py
flask_aegis/captcha/recaptcha.py
flask_aegis/playground/__init__.py
flask_aegis/playground/__main__.py
flask_aegis/playground/attacks.py
flask_aegis/playground/static/app.js
flask_aegis/playground/static/style.css
flask_aegis/playground/templates/index.html
flask_aegis/rules/__init__.py
flask_aegis/rules/base.py
flask_aegis/rules/cmdi.py
flask_aegis/rules/deserialization.py
flask_aegis/rules/el_injection.py
flask_aegis/rules/engine_injection.py
flask_aegis/rules/homograph.py
flask_aegis/rules/hpp.py
flask_aegis/rules/jwt_weak.py
flask_aegis/rules/ldap_xpath.py
flask_aegis/rules/mass_assignment.py
flask_aegis/rules/misc_injection.py
flask_aegis/rules/nosqli.py
flask_aegis/rules/open_redirect.py
flask_aegis/rules/proto_pollution.py
flask_aegis/rules/redos.py
flask_aegis/rules/sqli.py
flask_aegis/rules/ssrf_field.py
flask_aegis/rules/ssti.py
flask_aegis/rules/traversal.py
flask_aegis/rules/xml_bomb.py
flask_aegis/rules/xss.py
flask_aegis/rules/xxe.py
flask_aegis/static/aegis-sanitize.js
tests/test_business.py
tests/test_config_export.py
tests/test_decisions.py
tests/test_fuzz_smoke.py
tests/test_graphql.py
tests/test_hcaptcha.py
tests/test_integration.py
tests/test_openapi.py
tests/test_playground.py
tests/test_plugin_rules.py
tests/test_policy.py
tests/test_ratelimit.py
tests/test_rules.py
tests/test_rules_phase2.py
tests/test_rules_phase4.py
tests/test_rules_phase4b.py
tests/test_rules_phase4c.py
tests/test_rulesets.py
tests/test_sanitize.py
tests/test_sanitize_parity.py
tests/test_ssrf.py
tests/test_upload.py
tests/test_websocket.py
tests/test_zip_bomb.py