Database Category

Rietta's database posts cover SQL injection defense, building SQL views in Rails with rake tasks, and using SQL views like Scenic to build complex reports.

08/08/2006

A.R.M. Yourself Against SQL Injection

From a 2006 ACMSE conference talk: protect against SQL injection by validating every input string via ARM: Accept it, Reject it, or Modify it before use.

Read More »

12/26/2005

Business Analysis of Web Application Information

How to use an Excel spreadsheet to pull data from a web application's SQL server and then perform business analysis on it.

Read More »

04/23/2005

Part I: Introduction to SQL Injection

Read More »

04/14/2005

Symposium and Onward; SQL Lint

Read More »