-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Description
Hi, I used binskim v2.0.0-rc1, and got a .sarif file generated by the tool.
I tried to open the .sarif file using vscode with Sarif Viewer v3.3.5, but I couldn't open the file.
But, I found a workaround.
- Open the .sarif file using notepad, etc. (generated by binskim v2.0.0-rc1)
- Modify line 2 on the file
From. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.6.json",
To. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json", - Open the .sarif file using vscode (Sarif Viewer v3.3.5)
- Profit!
I tested the following:
- sarif-2.1.0-rtm.5.json (I can open the URL)
- sarif-2.1.0-rtm.6.json (I can't open the URL)
"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
Please fix this problem, thx.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

