Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
make highest severity optional in fuzzer reports
  • Loading branch information
aduminuc committed Jun 29, 2022
commit 26470902d00f9bfcbbf2bcea7aa8a64da13bfde5
3 changes: 0 additions & 3 deletions api3/global/openapi.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,6 @@ components:
- operation
- requestsCount
- findings
- highestSeverity
title: Report tag operation
type: object
FuzzingReportPath:
Expand Down Expand Up @@ -644,7 +643,6 @@ components:
required:
- name
- operations
- highestSeverity
title: Report tag item
type: object
FuzzingStatusAndReport:
Expand Down Expand Up @@ -819,7 +817,6 @@ components:
- starttime
- status
- tags
- highestSeverity
title: Short Test Report
type: object
SpecType:
Expand Down
210 changes: 105 additions & 105 deletions api3/global/restapi.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion api3/notifications/openapi.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ components:
- starttime
- status
- tags
- highestSeverity
title: Short Test Report
type: object
TestProgressNotification:
Expand Down
Loading