
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
z3c.evalexception
provides two WSGI middlewares for debugging web
applications running on the zope.publisher
object publishing
framework (e.g. Zope 3). Both middlewares will intercept an exception
thrown by the application and provide means for debugging.
z3c.evalexception.ZopeEvalException
lets you interactively debug
exceptions from a browser. It is a small wrapper around the
EvalException
middleware from paste.evalexception
. You can
easily refer to it in a PasteDeploy-style configuration file using the
ajax
entry-point::
[filter-app:main] use = egg:z3c.evalexception#ajax next = zope
[app:zope] use = egg:YourApp
[server:main] use = egg:Paste#http host = 127.0.0.1 port = 8080
z3c.evalexception.PostMortemDebug
invokes pdb's post-mortem mode
when the application has thrown an exception. You can refer to it in
a PasteDeploy-style configuration file using the pdb
entry-point::
[filter-app:main] use = egg:z3c.evalexception#pdb next = zope
[app:zope] use = egg:YourApp
[server:main] use = egg:Paste#http host = 127.0.0.1 port = 8080
Add support for Python 3.10, 3.11.
Drop support for Python 2.7, 3.5, 3.6.
PostMortemDebug
(pdb) middleware.FAQs
Debugging middlewares for zope.publisher-based web applications
We found that z3c.evalexception demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.