CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
ROADMAP.md
SECURITY.md
pyproject.toml
docs/detection-rules.md
docs/release-process.md
docs/assets/shareclean-demo.svg
src/shareclean/__init__.py
src/shareclean/__main__.py
src/shareclean/cli.py
src/shareclean/config.py
src/shareclean/detectors.py
src/shareclean/io_utils.py
src/shareclean/models.py
src/shareclean/py.typed
src/shareclean/redactor.py
src/shareclean/report.py
src/shareclean/selectors.py
src/shareclean.egg-info/PKG-INFO
src/shareclean.egg-info/SOURCES.txt
src/shareclean.egg-info/dependency_links.txt
src/shareclean.egg-info/entry_points.txt
src/shareclean.egg-info/requires.txt
src/shareclean.egg-info/top_level.txt
tests/__init__.py
tests/test_cli.py
tests/test_config.py
tests/test_detectors.py
tests/test_fixtures.py
tests/test_io_utils.py
tests/test_properties.py
tests/test_redactor.py
tests/test_report.py
tests/fixtures/corpus_manifest.json
tests/fixtures/expected_cleaned_log.txt
tests/fixtures/sample_log.txt
tests/fixtures/auth/saml.txt
tests/fixtures/ci_cd/pipeline.env
tests/fixtures/cloud/provider_configs.txt
tests/fixtures/cloud/tokens.txt
tests/fixtures/containers/secrets.txt
tests/fixtures/databases/uris.txt
tests/fixtures/false_positives/malformed_ips.txt
tests/fixtures/false_positives/safe.txt
tests/fixtures/false_positives/short_dots.txt
tests/fixtures/false_positives/unassigned_secrets.txt
tests/fixtures/false_positives/urls.txt
tests/fixtures/false_positives/versions.txt
tests/fixtures/generic/mixed.txt
tests/fixtures/generic/private_key.txt
tests/fixtures/generic/structured_secrets.txt
tests/fixtures/generic/url_cookie_cli.txt
tests/fixtures/generic/xml_ini.txt
tests/fixtures/logs/app.log
tests/fixtures/saas/provider_tokens.txt
tests/fixtures/saas/tokens.txt
tests/fixtures/yaml_json_env/config.yml