An open API service indexing awesome lists of open source software.

https://github.com/qfcy/no-subclasses

A library that removes the __subclasses__() list from all classes, allowing for nearly absolute security in exec and eval functions. 一个清除所有类的__subclasses__()列表的库,使得exec和eval函数变得几乎绝对安全。
https://github.com/qfcy/no-subclasses

eval exec python python-sandbox sandbox-tool security subclasses

Last synced: 7 months ago
JSON representation

A library that removes the __subclasses__() list from all classes, allowing for nearly absolute security in exec and eval functions. 一个清除所有类的__subclasses__()列表的库,使得exec和eval函数变得几乎绝对安全。

Awesome Lists containing this project