microsoft / sarif-vscode-extension

SARIF Microsoft Visual Studio Code extension
MIT License
110 stars 49 forks source link

Customizing Columns in Results Viewer "Rules" Section #551

Closed marktefftech closed 6 months ago

marktefftech commented 7 months ago

Hello, my team @ Google uses this extension for viewing sarif results in VS code, thx for making it!

Currently team members work in isolation when viewing sarif results. My goal is to make triaging individual results easier and create a way to share results with team members more easily.

For example viewing a "Rules" results, one can view the following columns:

I would like to be able to mark an individual result as a Bug. Perhaps this could be by adding an additional column such as "Security" enumerated by user-defined options of "Low", "Medium", "High".

Is there any such existing way to triage results collaboratively?

FWIW I stumbled upon another extension (https://marketplace.visualstudio.com/items?itemName=trailofbits.sarif-explorer&ssr=false#overview) that seems to have support for collaborative triaging, but interested to see if there are similar features with this extension!

Thanks

marktefftech commented 6 months ago

Closing due to inactivity