Skip to content

Commit b72f2a9

Browse files
committed
rebase
1 parent ad93859 commit b72f2a9

File tree

11 files changed

+3081
-0
lines changed

11 files changed

+3081
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Mayhem SARIF Reports"
3+
toc_hide: true
4+
---
5+
Import for Mayhem generated SARIF reports. In general, the exiting
6+
SARIF report consumer should work, and for general cases does. However,
7+
since Mayhem is A. DAST and B. includes fuzzed data in the content of
8+
the report, a Mayhem-specific SARIF consumer is added.
9+
See more below:
10+
[Mayhem SARIF Report (API)](https://docs.mayhem.security/api-testing/tutorials/identifying-api-issues/bug-reporting/#sarif-reports).
11+
[Mayhem SARIF Report (CI)](https://docs.mayhem.security/integrations/ci-integrations/github/#analyzing-sarif-reports).
12+
13+
14+
#### Parity with Existing SARIF Consumer
15+
16+
The current implementation is mostly lifted from the existing SARIF parser support. As such, it will also aggregate all the findings in the SARIF file in one single report, and it also supports fingerprint deduplication.
17+
18+
### Sample Scan Data
19+
Sample Mayhem SARIF reports can be found [here](https://github.com/DefectDojo/django-DefectDojo/tree/master/unittests/scans/mayhem).

dojo/tools/mayhem/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)