Changes between Version 8 and Version 9 of SecurityTeam


Ignore:
Timestamp:
Sep 2, 2025, 9:32:24 AM (6 days ago)
Author:
Jacob Walls
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SecurityTeam

    v8 v9  
    4747Thanks for your understanding!
    4848
     49=== Unsanitized user input ===
     50After 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
     56Because of this, the behavior you reported is not considered a security issue within the Django project.
     57
     58Thanks for taking the time to submit it through the appropriate channel.
     59
    4960=== Security issue in the development server (runserver) ===
    5061
Back to Top