CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
safety/VERSION
safety/__init__.py
safety/__main__.py
safety/cli.py
safety/cli_util.py
safety/cli_utils.py
safety/console.py
safety/constants.py
safety/errors.py
safety/formatter.py
safety/models.py
safety/output_utils.py
safety/safety-policy-template.yml
safety/safety.py
safety/util.py
safety.egg-info/PKG-INFO
safety.egg-info/SOURCES.txt
safety.egg-info/dependency_links.txt
safety.egg-info/entry_points.txt
safety.egg-info/not-zip-safe
safety.egg-info/requires.txt
safety.egg-info/top_level.txt
safety/alerts/__init__.py
safety/alerts/github.py
safety/alerts/requirements.py
safety/alerts/utils.py
safety/alerts/templates/issue.jinja2
safety/alerts/templates/pr.jinja2
safety/auth/__init__.py
safety/auth/cli.py
safety/auth/cli_utils.py
safety/auth/constants.py
safety/auth/main.py
safety/auth/models.py
safety/auth/server.py
safety/auth/utils.py
safety/formatters/__init__.py
safety/formatters/bare.py
safety/formatters/html.py
safety/formatters/json.py
safety/formatters/screen.py
safety/formatters/text.py
safety/formatters/schemas/__init__.py
safety/formatters/schemas/common.py
safety/formatters/schemas/v0_5.py
safety/formatters/schemas/v3_0.py
safety/formatters/schemas/zero_five.py
safety/scan/__init__.py
safety/scan/command.py
safety/scan/constants.py
safety/scan/decorators.py
safety/scan/main.py
safety/scan/models.py
safety/scan/render.py
safety/scan/util.py
safety/scan/validators.py
safety/scan/ecosystems/__init__.py
safety/scan/ecosystems/base.py
safety/scan/ecosystems/target.py
safety/scan/ecosystems/python/__init__.py
safety/scan/ecosystems/python/dependencies.py
safety/scan/ecosystems/python/main.py
safety/scan/finder/__init__.py
safety/scan/finder/file_finder.py
safety/scan/finder/handlers.py
safety/templates/.DS_Store
safety/templates/index.html
tests/.policy_full.yml
tests/.policy_with_ignores.yml
tests/__init__.py
tests/reqs_1.txt
tests/reqs_2.txt
tests/reqs_3.txt
tests/reqs_4.txt
tests/reqs_pinned.txt
tests/reqs_pinned_affected.txt
tests/reqs_pinned_and_unpinned.txt
tests/reqs_unpinned.txt
tests/resources.py
tests/test_cli.py
tests/test_models.py
tests/test_output_utils.py
tests/test_safety.py
tests/test_util.py
tests/action/Pipfile.lock-insecure
tests/action/Pipfile.lock-secure
tests/action/poetry.lock-insecure
tests/action/poetry.lock-secure
tests/action/pyproject.toml-insecure
tests/action/pyproject.toml-secure
tests/action/requirements.txt-insecure
tests/action/requirements.txt-secure
tests/action/docker-insecure/Dockerfile
tests/action/docker-secure/Dockerfile
tests/alerts/test_utils.py
tests/auth/test_cli.py
tests/auth/test_main.py
tests/auth/test_assets/config.ini
tests/auth/test_assets/config_empty.ini
tests/auth/test_assets/config_no_id.ini
tests/formatters/__init__.py
tests/formatters/test_bare.py
tests/formatters/test_json.py
tests/formatters/test_screen.py
tests/formatters/test_text.py
tests/scan/test_command.py
tests/scan/test_file_finder.py
tests/scan/test_file_handlers.py
tests/scan/test_render.py
tests/test_db/insecure.json
tests/test_db/insecure_full.json
tests/test_db/insecure_full_affected_versions.json
tests/test_db/licenses.json
tests/test_db/report.json
tests/test_db/report_invalid_decode_error.json
tests/test_db/report_with_recommended_fix.json
tests/test_fix/basic/no_recommended_remediation_report.json
tests/test_fix/basic/reqs_simple.txt
tests/test_policy_file/default_policy_file.yml
tests/test_policy_file/default_policy_file_using_invalid_keyword.yml
tests/test_policy_file/default_policy_file_using_invalid_typo_keyword.yml
tests/test_policy_file/v3_0/default_policy_file.yml
tests/test_policy_file/v3_0/default_policy_file_using_invalid_keyword.yml