Skip to content

Commit 943dbd8

Browse files
committed
docs
1 parent d21e62d commit 943dbd8

File tree

1 file changed

+19
-0
lines changed
  • docs/content/en/connecting_your_tools/parsers/file

1 file changed

+19
-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).

0 commit comments

Comments
 (0)