|
| 1 | +# Change Log |
| 2 | + |
| 3 | +All notable changes to the O360 SAST extension will be documented in this file. |
| 4 | + |
| 5 | +## [1.0.0] - 2026-03-10 |
| 6 | + |
| 7 | +### Added |
| 8 | +- Dedicated sidebar panel with vulnerability tree view (grouped by severity, file, and finding) |
| 9 | +- Six code actions: Fix Recommendation, Explain Vulnerability, View References, Suppress, Mark as False Positive, Clear All |
| 10 | +- Rich WebView detail panel with tabbed UI (Vulnerability Details, How to Fix, References) |
| 11 | +- Hover provider showing inline vulnerability summary with action links |
| 12 | +- File-level scanning via right-click context menu |
| 13 | +- Auto-scan on save (configurable in settings) |
| 14 | +- Dependency scanning (SCA) toggle |
| 15 | +- License compliance scanning toggle |
| 16 | +- Malware detection scanning toggle |
| 17 | +- Native VS Code progress notifications with cancellation support |
| 18 | +- Status bar indicator showing scan status and finding count |
| 19 | +- Output channel for scan logging and debugging |
| 20 | +- False positive tracking with reason tags in `.SASTO360/sastIgnore` |
| 21 | + |
| 22 | +### Changed |
| 23 | +- Rebranded from "Offensive 360" to "O360 SAST" |
| 24 | +- Updated settings namespace from `offensive.*` to `o360.*` |
| 25 | +- Upgraded to TypeScript 5, axios 1.6, VS Code engine 1.75+ |
| 26 | +- Improved progress UX using VS Code native progress API |
| 27 | +- Better error messages with quick-link to settings |
| 28 | + |
| 29 | +### Fixed |
| 30 | +- Numeric enum mapping from API (riskLevel and status returned as numbers) |
| 31 | +- HTML entity decoding in vulnerability descriptions |
| 32 | +- Escape sequence handling (`\r\n`) in API response text fields |
| 33 | +- Deprecated `new Buffer()` constructor usage |
| 34 | + |
| 35 | +## [0.2.0] - 2023-12-18 |
| 36 | + |
| 37 | +- Initial marketplace release |
| 38 | +- Basic folder and workspace scanning |
| 39 | +- Simple diagnostic display |
| 40 | +- Get Help, Suppress, Clear All Errors code actions |
0 commit comments