We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8e632 commit cf61fa5Copy full SHA for cf61fa5
src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py
@@ -308,6 +308,7 @@ def to_proto(self):
308
crash.security_flag = self.security_flag
309
crash.key = self.key
310
crash.should_be_ignored = self.should_be_ignored
311
+ crash.archived = self.archived
312
if self.fuzzed_key:
313
crash.fuzzed_key = self.fuzzed_key
314
crash.absolute_path = self.absolute_path
src/clusterfuzz/_internal/protos/uworker_msg.proto
@@ -213,6 +213,7 @@ message FuzzTaskCrash {
213
optional string fuzzed_key = 21;
214
optional string absolute_path = 22;
215
optional string archive_filename = 23;
216
+ optional bool archived = 24;
217
}
218
219
message FuzzContext {
0 commit comments