Source code security audit is the process of reviewing source code with the intent of discovering security bugs. My preferred tool for finding vulnerabilities in code is the humble unix tool grep. Come along and learn why I generally rate it above expensive static code analysis solutions
and how I have been using grep to identify real world vulnerabilities for over a decade to great success.