Description
Represents SARIF data as Python classes so tools can read, build, and write standardized static-analysis reports. It helps linters, scanners, and CI systems exchange findings in a format other tools understand.
Developers use it as a library in reporting pipelines. SARIF files may include source paths, snippets, and security findings, so handle reports carefully when projects are private.