microsoft / sarif-vscode-extension

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

[Feature Request] Detailed display for "ThreadFlowLocation" in "Analysis Steps" #490

Open BowenBao opened 1 year ago

BowenBao commented 1 year ago

Description

The SARIF Viewer VSCode extension provides a great way to visualize SARIF files. I would like to request to extend the feature for "Analysis Steps" to display more fields and details (mainly state and stack) in the underlying ThreadFlowLocation object. Currently, it only provides a high-level overview of the step message and location. It would be helpful to have more details to show what exactly happened during each step.

Having this additional detail would greatly improve the usefulness of the SARIF Viewer for debugging and understanding the results of analysis.

Suggestions

Thank you for creating this awesome extension. I look forward to hearing your thoughts on this.

cc @EasyRhinoMSFT @jeffersonking