Monthly Archives: February 2009
Web data security paranoia
My recent experiences with several hacking attacks has made me think more about application and data security on the web. In today’s world nothing can be taken for granted and security should be of the highest concern, no mater how simple you think your application or trivial the data you store. Many web applications are [...]
Posted in ColdFusion, Databases, PHP, Security Tagged ColdFusion, database, encryption, Security, SQL Server 1 Comment
Preventing SQL Injection attacks in ColdFusion
This is an article I came across on Ben Forta’s blog. This gives some very good tips on preventing SQL injection attacks and provides some excellent best practices.
http://www.adobe.com/devnet/coldfusion/articles/sql_injection.html
When I took up my current position we had to do a vulnerability scan to become PCI compliant and well we originally failed horribly. After much work we [...]
Character encoding issue with XML file
Scenario:
An xml file is read using CFHTTP from a remote web service. The xml string is converted to an xml object using the XmlParse function. Xpath and XmlSearch are used to extract data from the object. Data is then inserted into a database.
Problem:
All punctuation marks are replaced by non readable characters in the database and [...]
Computers: An evening without
I spent the evening yesterday without my computer (mostly). I spent some time with a friend, helped my daughter with her homework and played some Wii. It was quite a refreshing change and I think this is something that most IT developers need. The ability to let go. This is something I have struggled with [...]





Setting secure attribute of JSESSIONID cookie in ColdFusion 8