microsoft / AttackSurfaceAnalyzer

Attack Surface Analyzer can help you analyze your operating system's security configuration for changes during software installation.
MIT License
2.72k stars 276 forks source link

Sarif Report Doesn't Load Properly in VS Code #690

Open gfs opened 1 year ago

gfs commented 1 year ago

The VS Code Sarif Extension appears to have trouble with the ASA sarif format and doesn't display issues. Need to perhaps inspect the code and see if we are missing a property it is keying off of.

Workaround: Use SarifWebComponent (https://microsoft.github.io/sarif-web-component/).