Unsafe Defaults
Medium
- Category
- Tool Misuse
- Content
```bash # Django — enable query logging DJANGO_DEBUG=1 python3 -c " import django; django.setup() from django.db import connection from django.test.utils import override_settings
- Confidence
- 60% confidence
- Finding
- Tool defaults are unsafe or overly permissive (e.g. disabled TLS verification, no authentication, world-writable permissions). Unsafe defaults widen the attack surface.
