<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Glyn Jackson&apos;s Web Design and ColdFusion Blog - Security</title>
			<link>http://www.cfcoffee.co.uk/index.cfm</link>
			<description>Glyn Jackson&apos;s ColdFusion, Web Design and Web Development Blog. Award Winning Web Design in Staffordshire and Manchester, UK.</description>
			<language>en-gb</language>
			<pubDate>Sat, 04 Sep 2010 20:44:46 +0100</pubDate>
			<lastBuildDate>Tue, 12 Aug 2008 22:28:00 +0100</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>cfsparky@gmail.com</managingEditor>
			<webMaster>cfsparky@gmail.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>cfsparky@gmail.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>SQL Injection and CFQUERYPARAM</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/8/12/SQL-Injection-and-cfqueryparam</link>
				<description>
				
				&lt;p&gt;Attacks using SQL injection is not new and any websites passing parameters in to an SQL string and running them on the fly can be vulnerable to these types of attacks. However recently these types of attacks have been on the increases within the ColdFusion Community.&lt;/p&gt;  

&lt;p&gt;If you don&apos;t know what SQL Injection is, basically SQL injection attack happens when someone or maybe some program tries to add, delete or change data in your online database by making changes to the query string that is passed in an URL/FORM.
				 [More]
				</description>
				
				
				<category>Security</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Tue, 12 Aug 2008 22:28:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/8/12/SQL-Injection-and-cfqueryparam</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>HTTP to HTTPS redirect</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/7/28/HTTP-to-HTTPS-redirect</link>
				<description>
				
				&lt;p&gt;In some of my applications I only want the user to connect on a Secure Sockets Layer (SSL). I have already installed my SSL Cert and need to know how to force any traffic not on SSL to be on SSL. &lt;/p&gt;

&lt;p&gt;An example of when you may want to do this could be when a user on your site is entering sensitive information such as credit card details.&lt;/p&gt; 

&lt;p&gt;Its not good to rely on the fact you have taken them via a post to a https page, your user could change the URL or gets to your page in a different way. You should always make sure they are on a SSL. &lt;/p&gt;  

&lt;p&gt;Note: The example below will depend on the particular cgi variables available on your own server .&lt;/p&gt;
				 [More]
				</description>
				
				
				<category>Security</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 28 Jul 2008 14:12:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/7/28/HTTP-to-HTTPS-redirect</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Longer Session Tokens</title>
				<link>http://www.cfcoffee.co.uk/index.cfm/2008/7/28/Longer-Session-Tokens</link>
				<description>
				
				&lt;p&gt;Like most of my web applications I use sessions at some point to store information such as login information. I do this by utilizing Session Tokens so that the server can identity who is who. However if you have ever looked at the default session id you may have noticed it is relative easy to guess. If your using the Coldfusion Default Session Management it&apos;s made up of the  Application name, CFID and CFTOKEN. This creates a unique session ID apart from the app name its only numbers NOT letters or any special characters.&lt;/p&gt;
				 [More]
				</description>
				
				
				<category>Security</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 28 Jul 2008 13:46:00 +0100</pubDate>
				<guid>http://www.cfcoffee.co.uk/index.cfm/2008/7/28/Longer-Session-Tokens</guid>
				
				
			</item>
			
		 	
			</channel></rss>