Skip to content

v2.9.7

Compare
Choose a tag to compare
@dotpaul dotpaul released this 31 Oct 18:01
· 446 commits to 2.9.x since this release
89f1193

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017.9 or later.

Contains following important changes on top of the v2.9.6 release

Fixes

  • CA5390: Do Not Hard Code Encryption Key -- improved performance
  • Rules tracking property values -- now handling assignments such as foo.Bar = Singletons.Bar ?? throw new Exception();

Added

  • Security
    • CA5401: Do not use CreateEncryptor with non-default IV
    • CA5402: Use CreateEncryptor with the default IV
    • CA5403: Do not hard-code certificate