(id: string)
| 22 | createExploitAttempt(attempt: InsertExploitAttempt): Promise<ExploitAttempt>; |
| 23 | getExploitAttempts(): Promise<ExploitAttempt[]>; |
| 24 | getExploitAttemptById(id: string): Promise<ExploitAttempt | undefined>; |
| 25 | |
| 26 | // Payloads |
| 27 | createPayload(payload: InsertPayload): Promise<Payload>; |
no outgoing calls
no test coverage detected