-
Notifications
You must be signed in to change notification settings - Fork 734
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SARIF output format #1500
Add SARIF output format #1500
Conversation
Switching this PR back to 🚧 to draft following a review with one of the SARIF spec authors (✨) who had a couple of minor points of feedback. I'll switch this back once I've pushed up the changes. |
I moved this back to "ready for review", to summarize the recent changes:
|
@presidentbeef I would love to hear your thoughts on this piece. Is this the only thing blocking this PR from merging? |
Happy to merge without that piece. Is there anything outstanding? Otherwise, happy to merge. |
I think I will reintroduce a temporary |
✅ Done. Here's how it looks in the Security alerts on GitHub (taken from this demo rails3.2 repo, which is a copy of this test app), @presidentbeef please feel free to merge this if you're happy with it as well! 🙇 |
Thanks for all your work on this @swinton! Can you squash it down for me? Thanks! |
5b19813
to
ac6d216
Compare
ac6d216
to
c055c75
Compare
Yep, done ✅ Is that Code Climate issue new to this branch? 👀 |
Code Climate config was messed up. Don't worry about it :) |
👋 This PR adds support for the SARIF (Static Analysis Results Interchange Format) output format to Brakeman.
Todo
-f sarif
and-o output.sarif
options.