-
Archives
- November 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- September 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- April 2006
- August 2005
- April 2005
- March 2005
- March 2004
-
Meta
Category Archives: software
Unicode security attacks and test cases – Normalization expansion for buffer overflows
Normalization, like casing operations, can cause changes to the number of characters and bytes in a string. In testing software, I want to know how to get the most bang for my buck – in other words, what’s the minimal … Continue reading
Code review checklists
I just learned about Guidance Explorer (from Alik Levin’s blog), which has been out for about a year and a half now. Looking for checklists and guidance for security reviews? The team there seems to have quite a bit of … Continue reading
Posted in code review, security, software
Leave a comment
Streamlining security code reviews
This is great: From: http://blogs.msdn.com/alikl/archive/2008/01/24/security-code-review-use-visual-studio-bookmarks-to-capture-security-findings.aspx Security Code Review – Use Visual Studio Bookmarks To Capture Security Findings How to streamline the process of capturing security flaws during security code review? How to save time and avoid switching between the tools? … Continue reading
Posted in code review, security, software
Leave a comment