Other News

Community

Threat Modeling Web Applications

(J.D. Meier, Alex Mackman and Blaine Wastell) This guidance presents the patterns & practices approach to creating threat models for Web applications. Threat modeling is an engineering technique you can use to help you identify threats, attacks, vulnerabilities, and countermeasures that could affect

Community

Get metadata on MySQL databases

(Edward Tanguay) Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in each database and all field and field info for each table. Even if you do not need t