Changes between Version 35 and Version 36 of SecurityTeam


Ignore:
Timestamp:
Aug 31, 2026, 3:04:05 PM (43 hours ago)
Author:
Jacob Walls
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SecurityTeam

    v35 v36  
    9595
    9696[0] https://docs.djangoproject.com/en/stable/ref/contrib/admin/#django.contrib.admin.ModelAdmin.lookup_allowed
     97
     98=== object permissions ===
     99
     100After review, we've determined that the reported issue concerns a feature that does not implement per-object permission checks. Since this missing feature is transparent to site administrators, we find it unlikely that an attacker could exploit this knowledge over them. Finally, per-object permissions are hooks for application logic rather than mechanisms to prevent permission escalation worries for entire groups. Thus, we prefer to develop fixes and features in this area via the public development process.
    97101
    98102=== Private API ===
Back to Top