You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for Python 3.13
- Moves away from `importhook` and making deepcopy's to instead use [`wrapt`](https://github.com/GrahamDumpleton/wrapt)
- Adds more safety by creating `@before` and `@after` decorators which try-catch all exceptions apart from vulnerability exceptions
- Adds more consistency by creating `@on_import` which also registers the packages that are wrapped
- Adds more safety by creating `patch_function`, which safely patches the function, only if it exists.
Related issues:
- https://github.com/AikidoSec/firewall-python/issues/357