README.md
pyproject.toml
app/__init__.py
app/api/__init__.py
app/core/__init__.py
app/core/logging.py
app/core/settings.py
app/integrations/__init__.py
app/models/__init__.py
app/models/scan.py
app/services/__init__.py
app/services/rate_limiter.py
app/services/reporter.py
app/services/scanner.py
app/services/checks/__init__.py
app/services/checks/base.py
app/services/checks/composer_lock_cve.py
app/services/checks/csrf_protection.py
app/services/checks/debug_mode.py
app/services/checks/debugbar_exposed.py
app/services/checks/env_exposed.py
app/services/checks/horizon_exposed.py
app/services/checks/http_methods.py
app/services/checks/insecure_config.py
app/services/checks/laravel_version.py
app/services/checks/mix_manifest_exposed.py
app/services/checks/nova_exposed.py
app/services/checks/rate_limiting.py
app/services/checks/security_headers.py
app/services/checks/sensitive_files.py
app/services/checks/session_security.py
app/services/checks/telescope_exposed.py
app/utils/__init__.py
app/utils/url.py
laravel_security_scanner.egg-info/PKG-INFO
laravel_security_scanner.egg-info/SOURCES.txt
laravel_security_scanner.egg-info/dependency_links.txt
laravel_security_scanner.egg-info/entry_points.txt
laravel_security_scanner.egg-info/requires.txt
laravel_security_scanner.egg-info/top_level.txt
tests/__init__.py
tests/integration/__init__.py
tests/unit/__init__.py
tests/unit/test_composer_lock_cve.py
tests/unit/test_csrf_protection.py
tests/unit/test_debugbar_exposed.py
tests/unit/test_env_check.py
tests/unit/test_horizon_exposed.py
tests/unit/test_http_methods.py
tests/unit/test_laravel_version.py
tests/unit/test_mix_manifest_exposed.py
tests/unit/test_models.py
tests/unit/test_nova_exposed.py
tests/unit/test_rate_limiting.py
tests/unit/test_session_security.py
tests/unit/test_telescope_exposed.py
tests/unit/test_url_utils.py