<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-16736742.post1909431503195016582..comments</id><updated>2009-05-08T22:11:36.437-04:00</updated><title type='text'>Comments on [security through absurdity]: Security Vulnerability of the Week(?) #1: SQL Inje...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://securitythroughabsurdity.com/feeds/1909431503195016582/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default'/><link rel='alternate' type='text/html' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html'/><author><name>j. montgomery, CISSP, GNET, GSEC</name><uri>http://www.blogger.com/profile/12993686496556355666</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-16736742.post-8388846614562045066</id><published>2009-05-08T10:18:00.000-04:00</published><updated>2009-05-08T10:18:00.000-04:00</updated><title type='text'>I couldn't believe it when I looked up my house on...</title><content type='html'>I couldn't believe it when I looked up my house on my county's appraisal web site, accidentally put a ' at the end... and watched it spew out an error showing an entire SQL script, table names, etc.  Tax dollars at work, for sure!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/8388846614562045066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/8388846614562045066'/><link rel='alternate' type='text/html' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html?showComment=1241792280000#c8388846614562045066' title=''/><author><name>Eric Pearson</name><uri>http://blog.ericpearson.org</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html' ref='tag:blogger.com,1999:blog-16736742.post-1909431503195016582' source='http://www.blogger.com/feeds/16736742/posts/default/1909431503195016582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-16736742.post-6364441301072012575</id><published>2009-03-05T14:08:00.000-05:00</published><updated>2009-03-05T14:08:00.000-05:00</updated><title type='text'>Use parameters with prepared statements/LINQ or us...</title><content type='html'>Use parameters with prepared statements/LINQ or use stored procs, never use inline SQL &lt;BR/&gt;Use only permissions that are needed, certainly not DBO</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/6364441301072012575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/6364441301072012575'/><link rel='alternate' type='text/html' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html?showComment=1236280080000#c6364441301072012575' title=''/><author><name>SQLDenis</name><uri>http://blogs.lessthandot.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html' ref='tag:blogger.com,1999:blog-16736742.post-1909431503195016582' source='http://www.blogger.com/feeds/16736742/posts/default/1909431503195016582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-16736742.post-2986604702031298036</id><published>2009-03-03T17:11:00.000-05:00</published><updated>2009-03-03T17:11:00.000-05:00</updated><title type='text'>Paul, I think the point of the article is that YES...</title><content type='html'>Paul, &lt;BR/&gt;I think the point of the article is that YES the solution is easy yet for the various reasons above it still doesn't get done right.  Try dealing with #4 in particular, it's fan-effing-tastic.&lt;BR/&gt;-Louie</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/2986604702031298036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/2986604702031298036'/><link rel='alternate' type='text/html' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html?showComment=1236118260000#c2986604702031298036' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html' ref='tag:blogger.com,1999:blog-16736742.post-1909431503195016582' source='http://www.blogger.com/feeds/16736742/posts/default/1909431503195016582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-16736742.post-3975793616808993514</id><published>2009-03-03T16:36:00.000-05:00</published><updated>2009-03-03T16:36:00.000-05:00</updated><title type='text'>No only does using the proper libraries (e.g. SqlC...</title><content type='html'>No only does using the proper libraries (e.g. SqlCommand with parameters) keep you safe from SQL injection but they also handle date and number formate locale differences :)&lt;BR/&gt;&lt;BR/&gt;[)amien</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/3975793616808993514'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/3975793616808993514'/><link rel='alternate' type='text/html' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html?showComment=1236116160000#c3975793616808993514' title=''/><author><name>Damien Guard</name><uri>http://damieng.com</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html' ref='tag:blogger.com,1999:blog-16736742.post-1909431503195016582' source='http://www.blogger.com/feeds/16736742/posts/default/1909431503195016582' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-16736742.post-4128515624400310892</id><published>2009-03-03T12:42:00.000-05:00</published><updated>2009-03-03T12:42:00.000-05:00</updated><title type='text'>My philosophy for server-code is that ALL clients ...</title><content type='html'>My philosophy for server-code is that ALL clients are either stupid or malicious.  Whether they're people on the other side of a browser or client-code that I wrote myself.  From that perspective, the server MUST validate all input.&lt;BR/&gt;&lt;BR/&gt;For SQL injection, though, a simple solution is to not build dynamic SQL like that.  Use tools and libraries and patterns that don't allow for such simple attacks.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/4128515624400310892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16736742/1909431503195016582/comments/default/4128515624400310892'/><link rel='alternate' type='text/html' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html?showComment=1236102120000#c4128515624400310892' title=''/><author><name>Paul</name><uri>http://www.lovethedot.net</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://securitythroughabsurdity.com/2009/03/security-vulnerability-of-week-1-sql.html' ref='tag:blogger.com,1999:blog-16736742.post-1909431503195016582' source='http://www.blogger.com/feeds/16736742/posts/default/1909431503195016582' type='text/html'/></entry></feed>