diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-11-21 10:16:00 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-12-01 09:33:02 +0000 |
| commit | 3887d60d86f72cd0c697fb996e1936a991bfc383 (patch) | |
| tree | 00e79fe46d22728a91c7fd76f7bc4f311862bae9 /syz-cluster/dashboard | |
| parent | 7d8e572eb37b9122f38f136102bf6801e1021970 (diff) | |
syz-cluster: basic support for finding invalidation
Add some initial #syz invalid support to syz-cluster. For now, mark all
findings as invalid and don't display that such series have findings on
the web dashboard.
Diffstat (limited to 'syz-cluster/dashboard')
| -rw-r--r-- | syz-cluster/dashboard/templates/series.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syz-cluster/dashboard/templates/series.html b/syz-cluster/dashboard/templates/series.html index a37c7a283..3f349435d 100644 --- a/syz-cluster/dashboard/templates/series.html +++ b/syz-cluster/dashboard/templates/series.html @@ -148,6 +148,7 @@ {{range .Findings}} <tr> <td> + {{if not .InvalidatedAt.IsNull}}<b>[invalidated]</b>{{end}} {{if .ReportURI}} <a href="/findings/{{.ID}}/report" class="modal-link-raw">{{.Title}}</a> {{else}} |
