dotnet-security-guard / roslyn-security-guard

Roslyn analyzers that aim to help security audit on .NET applications.
https://dotnet-security-guard.github.io
GNU Lesser General Public License v3.0
208 stars 38 forks source link

Fix WeakCipherModeAnalyzer #97

Closed SJMakin closed 6 years ago

SJMakin commented 6 years ago

Correct the RegisterSyntaxNodeAction syntax type and update the node and expression conversions accordingly. Fixes #96 (which I didnt introduce :) TODO: Fix unit tests for this, as they're not up to date (which is why this was missed).

SJMakin commented 6 years ago

Ah crap. I actually need to update the unit tests. Damn you AppVeyor - let me be lazy!

SJMakin commented 6 years ago

👍