MCPcopy
hub / github.com/pallets/werkzeug / SecurityError

Class SecurityError

src/werkzeug/exceptions.py:249–254  ·  view source on GitHub ↗

Raised if something triggers a security error. This is otherwise exactly like a bad request error. .. versionadded:: 0.9

Source from the content-addressed store, hash-verified

247
248
249class SecurityError(BadRequest):
250 """Raised if something triggers a security error. This is otherwise
251 exactly like a bad request error.
252
253 .. versionadded:: 0.9
254 """
255
256
257class BadHost(BadRequest):

Callers 5

get_hostFunction · 0.85
execute_commandMethod · 0.85
display_consoleMethod · 0.85
pin_authMethod · 0.85
log_pin_requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected