aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-03-07 16:05:31 +0100
committerAleksandr Nogikh <nogikh@google.com>2025-03-08 21:58:12 +0000
commit163f510d99dcf7239e56cef53bbca39db1f2fd9b (patch)
tree8f246758557af38063013bebd4440ba46e2efe6e /dashboard/dashapi
parent7e3bd60dd6c8f783f5a418c64aa75f6818236dc4 (diff)
dashboard: include revoked reproducers in reports
Context: #5829. Let's not pretend that the revoked reproducer never existed and still report it. It will avoid unexpected side-effects for the higher-level logic. There may be better ways to resolve the bug, but let's first just get it fixed to prevent syzbot from spamming the mailing lists. Add a test to verify the new behavior.
Diffstat (limited to 'dashboard/dashapi')
-rw-r--r--dashboard/dashapi/dashapi.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 0d4bee371..317fcb5a2 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -459,6 +459,7 @@ type BugReport struct {
ReproCLink string
ReproSyz []byte
ReproSyzLink string
+ ReproIsRevoked bool
ReproOpts []byte
MachineInfo []byte
MachineInfoLink string