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

GetValueByIdentifier was returning zeroed structure #67

Closed JarLob closed 7 years ago

JarLob commented 7 years ago

GetValueByIdentifier was returning zeroed structure that caused InsecureCookieAnalyzer: System.NullReferenceException

JarLob commented 7 years ago

54

h3xstream commented 7 years ago

Thanks you very much for this fix! I was unable to reproduce.