LICENSE
MANIFEST.in
README.md
allowlist.example
pyproject.toml
pfsense_redactor/__init__.py
pfsense_redactor/__main__.py
pfsense_redactor/redactor.py
pfsense_redactor/version_checker.py
pfsense_redactor.egg-info/PKG-INFO
pfsense_redactor.egg-info/SOURCES.txt
pfsense_redactor.egg-info/dependency_links.txt
pfsense_redactor.egg-info/entry_points.txt
pfsense_redactor.egg-info/requires.txt
pfsense_redactor.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/pytest.ini
tests/requirements.txt
tests/integration/__init__.py
tests/integration/test_allowlist_features.py
tests/integration/test_cli_behaviour.py
tests/integration/test_path_security.py
tests/integration/test_reference_snapshots.py
tests/integration/test_statistics.py
tests/properties/__init__.py
tests/properties/test_invariants.py
tests/reference/default-config/aggressive.xml
tests/reference/default-config/anonymise.xml
tests/reference/default-config/default.xml
tests/reference/default-config/keep_private.xml
tests/reference/default-config/no_domains.xml
tests/reference/default-config/no_ips.xml
tests/reference/default-config/stdout.xml
tests/reference/test-config1/aggressive.xml
tests/reference/test-config1/anonymise.xml
tests/reference/test-config1/default.xml
tests/reference/test-config1/keep_private.xml
tests/reference/test-config1/no_domains.xml
tests/reference/test-config1/no_ips.xml
tests/reference/test-config1/stdout.xml
tests/reference/test-config2/aggressive.xml
tests/reference/test-config2/anonymise.xml
tests/reference/test-config2/default.xml
tests/reference/test-config2/keep_private.xml
tests/reference/test-config2/no_domains.xml
tests/reference/test-config2/no_ips.xml
tests/reference/test-config2/stdout.xml
tests/unit/__init__.py
tests/unit/test_domain_handling.py
tests/unit/test_dry_run_verbose.py
tests/unit/test_focused_behaviour.py
tests/unit/test_ip_counter_consistency.py
tests/unit/test_ip_handling.py
tests/unit/test_ip_overflow.py
tests/unit/test_ipv6_zone_identifiers.py
tests/unit/test_path_validation.py
tests/unit/test_port_validation.py
tests/unit/test_redos_protection.py
tests/unit/test_rfc_ip_idempotency.py
tests/unit/test_sample_masking.py
tests/unit/test_security.py
tests/unit/test_sensitive_attribute_anchoring.py
tests/unit/test_symlink_security.py
tests/unit/test_url_handling.py
tests/unit/test_version_checker.py