Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/celery/celery
/ SecurityError
Class
SecurityError
celery/exceptions.py:210–211 ·
view source on GitHub ↗
Security related exception.
Source
from the content-addressed store, hash-verified
208
209
210
class
SecurityError(CeleryError):
211
""
"Security related exception."
""
212
213
214
class
TaskError(CeleryError):
Callers
9
__getitem__
Method · 0.90
add_cert
Method · 0.90
__init__
Method · 0.90
reraise_errors
Function · 0.90
exception_to_python
Method · 0.90
maybe_drop_privileges
Function · 0.85
_setuid
Function · 0.85
check_privileges
Function · 0.85
_warn_or_raise_security_error
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected