v2.9.11
Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017 15.9 or later.
Contains the following important changes on top of the v2.9.10 release.
New security rules to help find vulnerabilities related to DataSet and DataTable security guidance.
Fixes
- Various tainted data rules: Don't report tainted data flowing into non-sink method parameters, when other tainted data does flow into a sink parameter.
Added
- Security