Changes between Initial Version and Version 1 of Ticket #36470, comment 6
- Timestamp:
- Jun 25, 2025, 3:29:44 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36470, comment 6
initial v1 1 Submitted a PR to address this issue: 1 I noticed this ticket was recently assigned. 2 I’ve already submitted a PR to fix the issue, including a regression test: 2 3 https://github.com/django/django/pull/19592 4 5 Happy to collaborate if needed! 3 6 4 7 This patch strips ANSI escape codes from log_message() arguments in the development server to prevent terminal log injection.