SARIF
OASIS Static Analysis Results Interchange Format (SARIF). SARIF is supported by many tools. More details about the format here: https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=sarif
Information
SARIF parser customizes the Test_Type with data from the report. For example, a report withDockle
as a driver name will produce a Test with a Test_Type named Dockle Scan (SARIF)
Warning
Current implementation is limited and will aggregate all the findings in the SARIF file in one single report.Support for de-duplication (fingerprinting)
SARIF parser take into account data for fingerprinting. It’s base on fingerprints
and partialFingerprints
properties.
It’s possible to activate de-duplication based on this data by customizing settings.
# in your settings.py file
DEDUPLICATION_ALGORITHM_PER_PARSER["SARIF"] = DEDUPE_ALGO_UNIQUE_ID_FROM_TOOL_OR_HASH_CODE
Sample Scan Data
Sample SARIF scans can be found here.
Last modified November 18, 2024: Merge pull request #11285 from DefectDojo/release/2.40.2 (8b20fa0)