| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Add some leading whitespaces to the suggested Tested-By tag,
otherwise it must be misinterpreted by other kernel tools, see:
https://lore.kernel.org/all/20250819175842.7edaf8a5@kernel.org/
|
| |
|
|
|
| |
Update the email template to include a suggestion to add a Tested-By tag
to the affected series.
|
| |
|
|
|
|
|
|
|
| |
Currently, the list was both within the Series object and within the
SessionReport object that also encloses Series. And, since only was was
actually filled, we were unable to actually Cc the people from the
series.
Keep only the Cc list in the Series object and adjust the tests.
|
| |
|
|
|
|
|
|
| |
Share not just the tree name (mainline, net, etc), but also the full URL
to check out the repository.
For that, add one more field to the Build entity and adjust email
reporting templates.
|
| |
|
|
| |
Include a list of findings only if there are several of them.
|
| |
|
|
| |
We send plain text emails, there's no reason to escape them.
|
| |
|
|
|
|
|
| |
Fill in build details per each finding and display that information in
the report email.
Extend the test that verifies how api.SessionReport is filled.
|
|
|
The first revision of the email template that will be used for
reporting the findings.
This PR adds more fields to the pkg/api package, but these are not
filled by the implementation yet. That will be done separately.
|