aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/api_test.go
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: extend logging on auth errorsDmitry Vyukov2026-02-231-20/+35
|
* dashboard/app: add APIClient config structDmitry Vyukov2026-02-201-19/+47
| | | | Instead of parsing client names, add APIClient config.
* dashboard/app: fix API access checksDmitry Vyukov2026-02-191-4/+23
| | | | | | | Currently we permit per-namespace clients to access global APIs. For example, a secondary OS syz-manager client can poll bugs from all namespaces. This is wrong and bad. Don't permit namespace clients to access global APIs.
* dashboard/app: test dashapi CreateUploadURLTaras Madan2024-12-201-0/+15
|
* dashboard/app: priority of revoked & no reproSabyrzhan Tasbolatov2024-09-091-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 messagesDmitry Vyukov2024-04-171-5/+5
| | | | | Fix checking of Logf, it has string in 0-th arg. Add checking of t.Errorf/Fatalf.
* dashboard: introduce an emergency stop modeAleksandr Nogikh2024-01-091-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-hubGreg Steuck2021-07-301-0/+65