aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/flow/assessment/assessment.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/aflow/flow/assessment/assessment.go')
-rw-r--r--pkg/aflow/flow/assessment/assessment.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/aflow/flow/assessment/assessment.go b/pkg/aflow/flow/assessment/assessment.go
new file mode 100644
index 000000000..f0e3dadb7
--- /dev/null
+++ b/pkg/aflow/flow/assessment/assessment.go
@@ -0,0 +1,13 @@
+// Copyright 2025 syzkaller project authors. All rights reserved.
+// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+
+package assessmenet
+
+// Common inputs for bug assessment when we don't have a reproducer.
+type Inputs struct {
+ CrashReport string
+ KernelRepo string
+ KernelCommit string
+ KernelConfig string
+ CodesearchToolBin string
+}