Files
google-labs-jules[bot] b08af9aef5 sec(harden): security audit & vulnerability patch (#68)
- Added `DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'` to `settings.py` to fix `models.W042` and align with existing schema (`users/migrations/0001_initial.py` confirms BigAutoField).
- Created `static/` directory to fix `staticfiles.W004` warning.
- Refactored `core/tests.py` into `core/tests/` package.
- Added `core/tests/test_security_settings.py` to verify critical security configurations (`SECRET_KEY`, `DEBUG`, `CORS`).
- Verified `ShopierPayment` signature logic in `billing/views.py`.
- No migrations were generated because the database schema (`id` fields) was already `BigAutoField`, so the settings change only resolved the configuration mismatch.
- Current Focus Mode: A/B (Maintenance/Security)
- Changes Made: Updated settings, refactored tests, added security tests.
- Impact on System: Removes build warnings, improves test organization, ensures security compliance.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2026-01-20 05:15:46 +00:00

0 lines
0 B
Python