CERT-like Secure Coding standards for C#

2.1k views Asked by At

I am still fairly new to the C# world compared to my experience with C++ and I am currently wondering, if there is anything on secure coding rules / best practices / coding guidelines for C# apart from the very short list provided by Microsoft here: https://learn.microsoft.com/de-de/dotnet/standard/security/secure-coding-guidelines

For C, C++, Java and Perl there is CERT: https://wiki.sei.cmu.edu/confluence/display/seccode

and I would really like to know, if there is at least something comparable. I guess, that some of the basics will still apply (things like "don't divide by 0" or "don't cause ints to wrap") - but I was hoping to find something more specific to C# and .NET.

0

There are 0 answers