The other day in Part I of this series I said I was going to write up some more articles about automating code review tools in your build process. Today I spent some time looking over CAT.NET and figuring out how it fits into my build process. CAT.NET is a static code analysis tools that [...]
The Connected Information Security Group blog at Microsoft recently published a couple of articles (part 1, part 2) about a tool recently released called CAT.NET. This is a static code analysis tool which reads a compiled programs code and looks for security problems such as null pointers, null references, and other problems specific to interpreted [...]
I know I haven’t blogged in a while, but my friend Chris Weldon has spurred me into action with a post of his titled Flexible and Pragmatic Automated PHP Development. As I read this I found myself identifying with a lot of his problems. Chris started out as a PHP developer and recently trained and [...]