(self, host: str, path: str, method: str, header: str)
| 11 | """ |
| 12 | class NodeExploitProcessor(ExploitProcessor): |
| 13 | def __init__(self, host: str, path: str, method: str, header: str): |
| 14 | super().__init__(host, path, method, header) |
| 15 | |
| 16 | """ |
| 17 | @brief See base class for details. |
nothing calls this directly
no outgoing calls
no test coverage detected