| 49 | === Unsanitized user input === |
| 50 | After review, we've determined that the reported issue only affects workflows that process user input without sanitization. As documented at [0]: |
| 51 | |
| 52 | "Reports based on a failure to sanitize user input are not valid security vulnerabilities. It is the developer’s responsibility to properly handle user input." |
| 53 | |
| 54 | [0] https://docs.djangoproject.com/en/stable/internals/security/#user-input-must-be-sanitized |
| 55 | |
| 56 | Because of this, the behavior you reported is not considered a security issue within the Django project. |
| 57 | |
| 58 | Thanks for taking the time to submit it through the appropriate channel. |
| 59 | |