VCG is an automated code security review tool that handles C/C++, Java, C#, VB and PL/SQL.
vcg is an automated code security review tool that handles c/c++, java, c#, vb and pl/sql. it has a few features that should hopefully make it useful to anyone conducting code security reviews, particularly where time is at a premium:1. in addition to performing some more complex checks it also has a config file for each language that basically allows you to add any bad functions (or other text) that you want to search for2. it attempts to find a range of around 20 phrases within comments that can indicate broken code (“todo”, “fixme”, “kludge”, etc.)3. it provides a nice pie chart (for the entire codebase and for individual files) showing relative proportions of code, whitespace, comments, ‘todo’ style comments and bad code
c-sharp security-auditing source-code-analysis