Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhenke/webapper-coldfusion-sql-injection

find and destrory un <cfqueryparam> queries
https://github.com/mhenke/webapper-coldfusion-sql-injection

Last synced: 18 days ago
JSON representation

find and destrory un <cfqueryparam> queries

Awesome Lists containing this project

README

        

# readme

# Purpose

Seek out unparamaterized queries in ColdFusion templates and, at user's option, parameterize them.

## Written by

Daryl Banttari [email protected]

## Blog Post

http://www.webapper.com/blog/index.php/2008/07/22/coldfusion-sql-injection

## Caveats

This will probably break some queries, especially if you do things like WHERE date > ‘#dateFormat(d)# #timeformat(d)#’ or WHERE NAME LIKE ‘#searchname#%’. USE WITH CAUTION! It’s best to test the changes before moving them into production. Remove the “.old” files once the site is confirmed as working well.

## License

RELEASED TO THE PUBLIC DOMAIN. But feel free to credit Daryl Banttari with original authorship if you release it with modifications.

## Git Workflow for Contributors

This project uses the excellent [Git Workflow series](http://www.silverwareconsulting.com/index.cfm/Git-Workflow) by [Bob Silverburg](https://github.com/bobsilverberg/) for contributions.

## Dealing with line endings

Before contributing, please read this [[http://help.github.com/dealing-with-lineendings/](http://help.github.com/dealing-with-lineendings/)](http://help.github.com/dealing-with-lineendings/)