Skip to content

Conversation

5byuri
Copy link

@5byuri 5byuri commented Aug 18, 2025

No description provided.

@5byuri 5byuri changed the title sarif report export add sarif reporter Aug 18, 2025
@5byuri
Copy link
Author

5byuri commented Aug 18, 2025

We are using pa11y in another Project which requires sarif support.

Sarif stands for:
Static Analysis Results Interchange Format, a standardized JSON-based format for representing the output of static analysis tools.

It's essentially a JSON schema that dictates how tools should structure their findings, including details about the identified issues, the code locations, and the tools that produced them.

This standardization allows for interoperability, meaning that tools can consume and process SARIF files from various sources, regardless of the tool's origin.

Please feel free to review my Code :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant