Skip to content

export report#409

Merged
mijinummi merged 1 commit into
MDTechLabs:mainfrom
Nabeelahh:feat/SARIF-export-report
May 27, 2026
Merged

export report#409
mijinummi merged 1 commit into
MDTechLabs:mainfrom
Nabeelahh:feat/SARIF-export-report

Conversation

@Nabeelahh
Copy link
Copy Markdown
Contributor

closes #279

Summary

Implements SARIF (Static Analysis Results Interchange Format) export functionality, enabling seamless integration with external security tools, CI/CD pipelines, and code review platforms.

Problem

Limited integration with external tools restricts adoption in enterprise workflows. Without a standard format like SARIF, users cannot leverage existing security dashboards, GitHub Advanced Security, or other SARIF-compatible analysis platforms.

Changes

  • Added src/reporting/sarif/ module for SARIF export
  • Implemented result-to-SARIF converter
  • Added compatibility layer for SARIF v2.1.0 specification
  • Created CLI flag/configuration option for SARIF output

Implementation Scope

New Files:

  • src/reporting/sarif/converter.ts - Converts internal results to SARIF format
  • src/reporting/sarif/schema.ts - SARIF schema definitions and validation
  • src/reporting/sarif/exporter.ts - Main export orchestration
  • src/reporting/sarif/index.ts - Public module interface

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@Nabeelahh Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@mijinummi mijinummi merged commit a81ac37 into MDTechLabs:main May 27, 2026
0 of 6 checks passed
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.

🧾 SARIF Report Export

2 participants