[Zope-dev] Re: [Zope] ANNOUNCE: Zope 2.4.0 alpha 1 released
by Evan Simpson other posts by this author
May 31 2001 7:44PM messages near this date
[Zope-dev] ANNOUNCE: Zope 2.4.0 alpha 1 released
|
[Zope-dev] ZPatterns and Transactions
> - New restricted execution architecture
A note about this for those who have run afoul of restrictions on
builtins such as 'list', 'map', and 'range' in Scripts and DTML Python
expressions:
In the new architecture, there are (by default) no attempts to protect
the system against excessive CPU or memory utilization. Unless you
explicitly turn on such limits (not implemented yet), anyone who has
permission to write DTML or Scripts in your Zope can accidentally or
deliberately consume all available resources with infinite loops or huge
data structures. Realistically, they could before, they just had to be
slightly more creative.
Cheers,
Evan @ digicool
_______________________________________________
Zope-Dev maillist - Zope-Dev@[...].org
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )
Thread:
Brian Lloyd
Oleg Broytmann
Oleg Broytmann
Evan Simpson
|