| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dashboard/app: test dashapi CreateUploadURL | Taras Madan | 2024-12-20 | 1 | -0/+15 |
| | | |||||
| * | dashboard/app: priority of revoked & no repro | Sabyrzhan Tasbolatov | 2024-09-09 | 1 | -0/+100 |
| | | | | | | | | | | | | | | If there are non-revoked reproducers, we will always prefer them to the revoked ones. And we do update the priority once we have revoked a reproducer. But if the only reproducer was revoked, we still give that crash a higher priority than other crashes, which never had a reproducer attached. If "repro revoked" should have the same priority as "no repro", then we just need to update Crash.UpdateReportingPriority. Fixes: https://github.com/google/syzkaller/issues/4992. | ||||
| * | tools/syz-linter: check t.Logf/Errorf/Fatalf messages | Dmitry Vyukov | 2024-04-17 | 1 | -5/+5 |
| | | | | | | Fix checking of Logf, it has string in 0-th arg. Add checking of t.Errorf/Fatalf. | ||||
| * | dashboard: introduce an emergency stop mode | Aleksandr Nogikh | 2024-01-09 | 1 | -0/+139 |
| | | | | | | | | | Add an emergency stop button that can be used by any admin. After it's clicked two times, syzbot stops all reporting and recoding of new bugs. It's assumed that the stop mode is revoked by manually deleting an entry from the database. | ||||
| * | dashboard/app: chop off auth so it can be reused in syz-hub | Greg Steuck | 2021-07-30 | 1 | -0/+65 |
