microsoft / sarif-vscode-extension

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

Adding Triaging options #497

Open rb-x opened 1 year ago

rb-x commented 1 year ago

Hello,

A good feature would be the adding of a tagging feature, so we can filter between false positive and true positive to help to triage the findings.

Such as :

[Name of the issue found] False Positive (X) , True Positive (V) [Name of the issue found2] False Positive (X) , True Positive (V) ...

What do you think?

247arjun commented 11 months ago

Adding to this, following triage (as TP or FP), the kind property of a result could be modified to either pass, fail, review (for additional triage) etc..