(self)
| 21 | |
| 22 | def __init__(self): |
| 23 | super().__init__() |
| 24 | |
| 25 | async def run(self, target: Target) -> ScanResult: |
| 26 | """Analyze SSL/TLS configuration.""" |
| 27 | result = self.create_result(target) |
nothing calls this directly
no outgoing calls
no test coverage detected