diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-09-11 11:19:14 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-09-11 11:39:41 +0200 |
| commit | a171414b74df01e0978ef1495ccf7c6d901b84cd (patch) | |
| tree | f5ba23b67c8fa3f3887093050b452073b3483dea /docs | |
| parent | c1b59a23a0aa7967d9ee16bd23aa3d395ca979d7 (diff) | |
dashboard/app: allow some cross-reporting dups
Allow a special case of cross-reporting duping:
rom last but one reporting to the last one (which is stable, final destination)
provided that these two reportings have the same access level and type.
The rest of the combinations can lead to surprising states and
information hiding, so we still don't allow them.
Fixes #569
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/syzbot.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/syzbot.md b/docs/syzbot.md index d6b78b6f4..38902bbe3 100644 --- a/docs/syzbot.md +++ b/docs/syzbot.md @@ -155,8 +155,8 @@ in [moderation](https://syzkaller.appspot.com/#upstream-moderation2) section and mailed to [syzkaller-upstream-moderation](https://groups.google.com/forum/#!forum/syzkaller-upstream-moderation) mailing list. Staged bugs accept all commands supported for reported bugs -(`fix`, `dup`, `invalid`) with a restriction that reported and staged bugs -can't be `dup`-ed onto each other in any direction. Additionally, staged bugs +(`fix`, `dup`, `invalid`) with a restriction that bugs reported upstream +can't be `dup`-ed onto bugs in moderation queue. Additionally, staged bugs accept upstream command: ``` #syz upstream |
