Changes between Version 39 and Version 40 of SecurityTeam


Ignore:
Timestamp:
Sep 14, 2026, 11:09:06 AM (4 hours ago)
Author:
Jake Howard
Comment:

Add response for unhandled exceptions

Legend:

Unmodified
Added
Removed
Modified
  • SecurityTeam

    v39 v40  
    280280Saludos.
    281281
     282=== Unhandled exception ===
     283
     284Hello,
     285
     286Thank you for your report.
     287
     288An unhandled exception on its own isn't a security vulnerability. A stack trace or 500 error just means something crashed, not that there's a security impact. For us to treat this as a vulnerability, we'd need to see something beyond the crash: an unauthenticated attacker can trigger it cheaply and repeatedly with real effect on the service, or it exposes data that shouldn't be exposed, or it bypasses a security control.
     289
     290If you can demonstrate that, please resubmit and we'll take another look.
     291
     292Kind regards, the Django Security Team.
     293
    282294== Duplicated (unreleased) report ==
    283295
Back to Top