aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/ai_test.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2026-01-12 12:37:14 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-12 17:34:20 +0000
commitd7bccd30b388650dc50996a1f81efb9698d0781b (patch)
tree1d9f49a96f4b98a6d32ec7011bb068bf6ce50bb3 /dashboard/app/ai_test.go
parentebb1853093b2f5c87126f8d2c5a9e17a94049246 (diff)
pkg/aflow/flow/assessment: add UAF moderation workflow
Add workflow that can be used for moderation of UAF bugs (consistent/actionable reports), such UAF bugs can be upstreammed automatically, even if they happened only once and don't have a reproducer.
Diffstat (limited to 'dashboard/app/ai_test.go')
-rw-r--r--dashboard/app/ai_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/app/ai_test.go b/dashboard/app/ai_test.go
index b5e686dfa..e378e77b4 100644
--- a/dashboard/app/ai_test.go
+++ b/dashboard/app/ai_test.go
@@ -124,6 +124,7 @@ func TestAIJob(t *testing.T) {
require.NotEqual(t, resp.ID, "")
require.Equal(t, resp.Workflow, "assessment-kcsan")
require.Equal(t, resp.Args, map[string]any{
+ "BugTitle": "KCSAN: data-race in foo / bar",
"CrashReport": "report1",
"KernelRepo": "repo1",
"KernelCommit": "1111111111111111111111111111111111111111",