The template seems to be trying to do something naughty.
| 1241 | |
| 1242 | |
| 1243 | class SecurityError(Exception): |
| 1244 | """The template seems to be trying to do something naughty.""" |
| 1245 | |
| 1246 | pass |
| 1247 | |
| 1248 | |
| 1249 | ALLOWED_AST_NODES = [ |
no outgoing calls
no test coverage detected