A Suspicious filesystem operation was attempted
| 46 | |
| 47 | |
| 48 | class SuspiciousFileOperation(SuspiciousOperation): |
| 49 | """A Suspicious filesystem operation was attempted""" |
| 50 | |
| 51 | pass |
| 52 | |
| 53 | |
| 54 | class DisallowedHost(SuspiciousOperation): |
no outgoing calls
no test coverage detected
searching dependent graphs…