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