What's changed since pre-release v3.0.0-B0453:
- New features:
- Experimental: Added support for target scanning in Visual Studio Code by @BernieWhite.
#2641- To scan a single file, right-click on the file in explorer or an open editor tab and select
Run scan on path. - To scan a folder, right-click on the folder in explorer and select
Run scan on path.
- To scan a single file, right-click on the file in explorer or an open editor tab and select
- Added support and by default error if rules or input is not found during a run by @BernieWhite.
#1778- Added options for
Execution.NoMatchingRules,Execution.NoValidInput, andExecution.NoValidSources.
- Added options for
- Added support for customizing CSV output columns by @BernieWhite.
#1165- The
Output.CsvDetailedColumnsoption can be used to customize the columns included in the CSV output format.
- The
- Experimental: Added support for target scanning in Visual Studio Code by @BernieWhite.
- General improvements:
- Reload language server when options change by @BernieWhite.
#2842
- Reload language server when options change by @BernieWhite.
- Engineering:
- Important change: Remove legacy log scopes by @BernieWhite.
#2891 - Important change: Remove pass fail streams by @BernieWhite.
#2892 - Important change: Cleanup PreferTargetInfo option by @BernieWhite.
#2994 - Added GitHub Actions support to CLI by @BernieWhite.
#2824 - Added Azure Pipelines support to CLI by @BernieWhite.
#2825 - Bump vscode engine to v1.108.1.
#3188 - Bump Newtonsoft.Json to 13.0.4.
#3161 - Bump System.CommandLine to 2.0.5.
#3267 - Bump NuGet.Protocol to 7.0.1.
#3162
- Important change: Remove legacy log scopes by @BernieWhite.
- Bug fixes:
- Fixed path handling issue string is missing the terminator with single quote in source paths by @juan-carlos-diaz.
#2885 - Fixed module path not found with pre-release by @BernieWhite.
#2889 - Fixed empty SARIF run metadata by @BernieWhite.
#2901
- Fixed path handling issue string is missing the terminator with single quote in source paths by @juan-carlos-diaz.
See change log.