microsoft / sarif-vscode-extension

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

Code-flow decorations are displayed in the wrong file #442

Open keremc opened 2 years ago

keremc commented 2 years ago

When inspecting a result with a code flow, SARIF Viewer displays decorations for all the thread flows, even if they are supposed to be in a different file. You can download this sample here and check it out yourself. When you select Branch condition evaluates to a garbage value in the result list, it renders a decoration for Entered call from 'selcall' in amd64/sysv.c.

https://user-images.githubusercontent.com/5321759/173848616-a6dd8f9a-e187-41ba-ac2d-ae75eeb6be78.mp4