Description
Provides security infrastructure for Zope-based Python applications, including permission checks and protected object access. It helps applications decide what code or user context may read, call, or modify specific objects.
Developers use it in security-sensitive application architecture. Access-control mistakes can expose private data or allow unsafe changes, so review policies and test denied as well as allowed actions.