Skip to content

Commit 898dde5

Browse files
author
Jordan Pierce
committed
Add marketplace screenshots and update README with usage guidelines
Co-Authored-By: Jordan Pierce <jordan.pierce@devteam.io>
1 parent 7cdc81d commit 898dde5

6 files changed

Lines changed: 10 additions & 0 deletions

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Enterprise Static Application Security Testing (SAST) integrated directly into Visual Studio 2022. Scan your solution, project, or active file for security vulnerabilities without leaving your IDE. Results appear in a dedicated findings panel with direct code navigation to every vulnerability.
44

5+
![Security Findings Panel](https://raw.githubusercontent.com/offensive360/VisualStudio/master/images/screenshot-findings-panel.png)
6+
57
## Features
68

79
### Scan from the Build Menu
@@ -18,6 +20,8 @@ All scan options are accessible from **Build → O360 SAST** and from the **O360
1820
- **Code Navigation** — Double-click any finding to open the source file and jump to the exact vulnerable line
1921
- **Real-time Progress** — Status bar shows scan progress and queue position
2022

23+
![Scan in Progress](https://raw.githubusercontent.com/offensive360/VisualStudio/master/images/screenshot-scan-started.png)
24+
2125
### Multiple Scan Types
2226
- **Code Vulnerabilities** — 20+ language engines (C#, Java, JavaScript/TypeScript, Python, PHP, Go, Ruby, Kotlin, Swift, Dart, and more)
2327
- **Dependency Scanning (SCA)** — Known CVEs in NuGet, npm, Maven, and other package managers
@@ -29,6 +33,8 @@ All scan options are accessible from **Build → O360 SAST** and from the **O360
2933
- API token authentication
3034
- Per-user settings via **Tools → Options → O360 SAST**
3135

36+
![Scan Results — 8 Findings](https://raw.githubusercontent.com/offensive360/VisualStudio/master/images/screenshot-findings.png)
37+
3238
## Getting Started
3339

3440
### Prerequisites
@@ -50,6 +56,8 @@ All scan options are accessible from **Build → O360 SAST** and from the **O360
5056
3. Set **Access Token** — generated from O360 dashboard → Settings → Access Tokens
5157
4. Optionally enable **Dependency Scanning**, **License Scanning**, or **Malware Scanning**
5258

59+
![Settings Page](https://raw.githubusercontent.com/offensive360/VisualStudio/master/images/screenshot-settings.png)
60+
5361
### First Scan
5462

5563
1. Open a solution in Visual Studio
@@ -59,6 +67,8 @@ All scan options are accessible from **Build → O360 SAST** and from the **O360
5967
5. Click any finding to navigate to the vulnerable line
6068
6. Review the detail panel for fix recommendations
6169

70+
![Code Analysis in Action](https://raw.githubusercontent.com/offensive360/VisualStudio/master/images/screenshot-code-squiggles.png)
71+
6272
### Opening the Findings Panel
6373

6474
If the panel isn't visible, go to **View → Other Windows → O360 Security Findings**.
166 KB
Loading
95.8 KB
Loading

images/screenshot-findings.png

74.9 KB
Loading

images/screenshot-scan-started.png

72.6 KB
Loading

images/screenshot-settings.png

163 KB
Loading

0 commit comments

Comments
 (0)