MCPcopy Create free account
hub / github.com/nodejs/node / SecurityError

Class SecurityError

tools/inspector_protocol/jinja2/exceptions.py:137–140  ·  view source on GitHub ↗

Raised if a template tries to do something insecure if the sandbox is enabled.

Source from the content-addressed store, hash-verified

135
136
137class SecurityError(TemplateRuntimeError):
138 """Raised if a template tries to do something insecure if the
139 sandbox is enabled.
140 """
141
142
143class FilterArgumentError(TemplateRuntimeError):

Callers 1

callMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected