MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tests/__init__.py
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_core.py
tests/unit/test_plugins.py
tests/unit/test_rules.py
tests/unit/test_secrets.py
tests/unit/test_utils.py
whispers/__init__.py
whispers/__version__.py
whispers/cli.py
whispers/config.yml
whispers/core.py
whispers/log.py
whispers/secrets.py
whispers/utils.py
whispers.egg-info/PKG-INFO
whispers.egg-info/SOURCES.txt
whispers.egg-info/dependency_links.txt
whispers.egg-info/entry_points.txt
whispers.egg-info/requires.txt
whispers.egg-info/top_level.txt
whispers/plugins/__init__.py
whispers/plugins/config.py
whispers/plugins/dockerfile.py
whispers/plugins/htpasswd.py
whispers/plugins/jproperties.py
whispers/plugins/json.py
whispers/plugins/npmrc.py
whispers/plugins/pip.py
whispers/plugins/plaintext.py
whispers/plugins/pypirc.py
whispers/plugins/python.py
whispers/plugins/shell.py
whispers/plugins/traverse.py
whispers/plugins/uri.py
whispers/plugins/xml.py
whispers/plugins/yml.py
whispers/rules/__init__.py
whispers/rules/apikey.yml
whispers/rules/aws.yml
whispers/rules/base64.yml
whispers/rules/cors.yml
whispers/rules/dangerous-functions.yml
whispers/rules/htpasswd.yml
whispers/rules/npmrc.yml
whispers/rules/password.yml
whispers/rules/path.yml
whispers/rules/pip.yml
whispers/rules/privatekey.yml
whispers/rules/pypirc.yml
whispers/rules/secret.yml
whispers/rules/sensitive-files.yml
whispers/rules/uri.yml