Skip to content

File tree

3 files changed

+38
-36
lines changed

3 files changed

+38
-36
lines changed

src/clusterfuzz/_internal/bot/tasks/utasks/fuzz_task.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,7 @@ def to_proto(self):
308308
crash.security_flag = self.security_flag
309309
crash.key = self.key
310310
crash.should_be_ignored = self.should_be_ignored
311+
crash.archived = self.archived
311312
if self.fuzzed_key:
312313
crash.fuzzed_key = self.fuzzed_key
313314
crash.absolute_path = self.absolute_path

src/clusterfuzz/_internal/protos/uworker_msg.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ message FuzzTaskCrash {
213213
optional string fuzzed_key = 21;
214214
optional string absolute_path = 22;
215215
optional string archive_filename = 23;
216+
optional bool archived = 24;
216217
}
217218

218219
message FuzzContext {

0 commit comments

Comments
 (0)