معرفی شرکت ها


dm.zopepatches.security-2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Workarounds related to Zope's security subsystem.
ویژگی مقدار
سیستم عامل -
نام فایل dm.zopepatches.security-2.0
نام dm.zopepatches.security
نسخه کتابخانه 2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dieter Maurer
ایمیل نویسنده dieter@handshake.de
آدرس صفحه اصلی http://pypi.python.org/pypi/dm.zopepatches.security
آدرس اینترنتی https://pypi.org/project/dm.zopepatches.security/
مجوز BSD
This package allows to work around weaknesses in the web application server Zope's security subsystem. Currently, it contains a single module ``proxy``. proxy ----- In principle, Zope makes a clear distinction between trusted code (which comes from the file system and cannot be modified through-the-web) and untrusted code (which might be tangled with through-the-web). Trusted code is unrestricted by Zope's security subsystem, untrusted code has permission checks on each object and method access. Unfortunately, occasionnally, trusted code performs its own security checks -- and can raise ``Unauthorized`` exceptions even when called from other trusted code. The ``proxy`` module is destined to work around this behaviour. It uses Zope's so called *proxy roles* to set up roles which should be used for internal security checks. The module defines the context manager ``proxy_roles(*roles)``, typically used as follows: >>> with proxy_roles(role1, role2, ...): >>> ... perform any operation[s] with internal security checks ... This sets up proxy roles *role1, role2, ...* to be used for the internal security checks. Usually, the roles are ``'Manager', 'Authenticated'`` but can be anything. Note that proxy roles override any currently active user roles. History ------- 2.0 Make Python 3/Zope 4 compatible; drop support for Python 2.6 (and below) New "context manager" interface.


نحوه نصب


نصب پکیج whl dm.zopepatches.security-2.0:

    pip install dm.zopepatches.security-2.0.whl


نصب پکیج tar.gz dm.zopepatches.security-2.0:

    pip install dm.zopepatches.security-2.0.tar.gz