| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Instead of parsing client names, add APIClient config.
|
| |
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Fix checking of Logf, it has string in 0-th arg.
Add checking of t.Errorf/Fatalf.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|