| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | syz-cluster: provide API for uploading artifacts archive | Aleksandr Nogikh | 2025-04-11 | 1 | -0/+24 |
| | | | | | | | | | | | | The archive would be a useful source of debugging information. Provide an HTTP endpoint that accepts a multipart form request with the archived data. Provide an *api.Client method to encapsulate the encoding of the data. Add a test. | ||||
| * | syz-cluster: report session results | Aleksandr Nogikh | 2025-02-14 | 1 | -0/+61 |
| Provide an API to set up the reporting of finished sessions for which syz-cluster collected reportable findings. The actual sending of the results is to be done in a separate component that would: 1) Call Next() to get the next report to send. 2) Call Confirm() to confirm that the report has been sent. 3) Call Upstream() if the report has been moderated and needs to be sent to e.g. public mailing lists. | |||||
