| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A deep source code analysis extension for Visual Studio that finds security vulnerabilities with a single click. Built on virtual compiler technology that understands your code at a structural level, catching flaws that go beyond surface-level pattern matching.
Supports Visual Studio 2022 (Community, Professional, and Enterprise).
Before scanning, you need to connect the plugin to your Offensive 360 server.
Your token and server URL are saved locally in your Visual Studio user profile and persist across restarts.
Open any .NET solution in Visual Studio, then:
The status bar at the bottom shows progress as the plugin zips your source, uploads it, and processes the results.
After a scan completes, the Offensive 360 panel opens at the bottom of the IDE. It shows all findings in a sortable, filterable table.
Details tab — shows the vulnerability description, impact assessment, and the affected code snippet:
How to Fix tab — provides concrete remediation steps:
References tab — links to OWASP guidelines, CWE entries, and related documentation:
Use the severity checkboxes (Critical, High, Medium, Low) to filter findings by risk level. The search box filters across titles, file names, and descriptions.
Double-click any finding to open the source file and jump to the exact line and column. If the file can't be found (e.g. after renaming), a dialog explains what happened and suggests re-scanning.
The plugin caches scan results locally. When you trigger a rescan and no files have changed, the cached results are loaded instantly with zero server requests. This is particularly useful for teams where multiple developers share a single Offensive 360 server.
The cache automatically invalidates when:
Right-click a finding in the Error List and select Suppress to add it to the project's ignore list (.SASTO360/sastIgnore). Suppressed findings won't appear in future scans. The ignore file can be committed to version control so the team shares the same suppressions.
| Issue | Solution |
|---|---|
| "No solution or folder is open" | Open a .sln file before scanning |
| Scan times out | Large projects (500MB+) may take several minutes to upload. Check your network connection. |
| "Access denied (HTTP 403)" | Your access token may be expired. Get a new one from your Offensive 360 administrator. |
| Settings page shows an error | Go to Tools > Options > Offensive360 > General and re-enter your credentials. |
| Findings not showing in the panel | Click the Offensive 360 tab at the bottom of VS (next to Error List and Output). |
For issues and feature requests, please open an issue on this repository or contact your Offensive 360 administrator.
Proprietary. See your Offensive 360 license agreement for terms.
| Back | FazBrowse Home | New Git URL |