Web Application Security
creating an open web application security home
Garmr Update
January 5th, 2012 by Frederik Braun
As a part of my internship here at Mozilla, I have continued work on Garmr. Garmr is a python script that performs basic web security checks in accordance with our Secure Coding Guidelines for web applications. I have implemented the following (very basic) components: a class for test results based on HTML content Detect inline [...]
Automating Test Cases
October 26th, 2011 by yboily
Earlier this year I wrote about some of the challenges of scaling security efforts in an organization, and I mentioned that we are working to adopt better tooling to assist us in this. We have been working towards improving security in the development lifecycle by making security tests a part of the quality assurance process. [...]