<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How dangerous is HTML injection?</title>
	<atom:link href="http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection</link>
	<description>A .NET developer in Redmond</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:22:22 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Podcast #58 - Blog - Stack Overflow</title>
		<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-19383</link>
		<dc:creator>Podcast #58 - Blog - Stack Overflow</dc:creator>
		<pubDate>Thu, 18 Jun 2009 02:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-19383</guid>
		<description>[...] always the wrong choice for a framework or API. Forget to encode some bit of user-entered data in one single stinking place in your web app, and you will be totally owned with XSS. Believe it. I know because it&#8217;s happened to us. [...]</description>
		<content:encoded><![CDATA[<p>[...] always the wrong choice for a framework or API. Forget to encode some bit of user-entered data in one single stinking place in your web app, and you will be totally owned with XSS. Believe it. I know because it&#8217;s happened to us. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thoughts on awareness of security vulnerabilities &#38; full disclosure &#187; DamienG</title>
		<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5672</link>
		<dc:creator>Thoughts on awareness of security vulnerabilities &#38; full disclosure &#187; DamienG</dc:creator>
		<pubDate>Thu, 20 Dec 2007 11:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5672</guid>
		<description>[...] use it to actually exploit sites which is a problem with full disclosure. In the end my article How dangerous is HTML injection was a much neutered version without a killer [...]</description>
		<content:encoded><![CDATA[<p>[...] use it to actually exploit sites which is a problem with full disclosure. In the end my article How dangerous is HTML injection was a much neutered version without a killer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dongyi == ?? &#187; links for 2007-12-19</title>
		<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5641</link>
		<dc:creator>Dongyi == ?? &#187; links for 2007-12-19</dc:creator>
		<pubDate>Wed, 19 Dec 2007 01:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5641</guid>
		<description>[...] How dangerous is HTML injection? » DamienG (tags: security programming injection html) [...]</description>
		<content:encoded><![CDATA[<p>[...] How dangerous is HTML injection? » DamienG (tags: security programming injection html) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 signs your ASP.NET application may be vulnerable to HTML injection &#187; DamienG</title>
		<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5619</link>
		<dc:creator>5 signs your ASP.NET application may be vulnerable to HTML injection &#187; DamienG</dc:creator>
		<pubDate>Tue, 18 Dec 2007 01:39:10 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5619</guid>
		<description>[...] If you don&#039;t encode data when using any of the following methods to output to HTML your application could be compromised by unexpected HTML turning up in the page and modifying everything from formatting though to capturing and interfering with form data via remote scripts (XSS). Such vulnerabilities are incredibly dangerous. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you don&#8217;t encode data when using any of the following methods to output to HTML your application could be compromised by unexpected HTML turning up in the page and modifying everything from formatting though to capturing and interfering with form data via remote scripts (XSS). Such vulnerabilities are incredibly dangerous. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5563</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 14 Dec 2007 10:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5563</guid>
		<description>Oh, and if you must do it manually you can use http://commons.apache.org/lang/api-release/org/apache/commons/lang/StringEscapeUtils.html, which can escape many different purposes including HTML, Javascript and SQL. Apache Commons is one of the most &#039;common&#039; pieces of util software Java coders should always be using.</description>
		<content:encoded><![CDATA[<p>Oh, and if you must do it manually you can use <a href="http://commons.apache.org/lang/api-release/org/apache/commons/lang/StringEscapeUtils.html" rel="nofollow">http://commons.apache.org/lang/api-release/org/apache/commons/lang/StringEscapeUtils.html</a>, which can escape many different purposes including HTML, Javascript and SQL. Apache Commons is one of the most &#8216;common&#8217; pieces of util software Java coders should always be using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steve</title>
		<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5562</link>
		<dc:creator>steve</dc:creator>
		<pubDate>Fri, 14 Dec 2007 10:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5562</guid>
		<description>JSF escapes HTML by default so you don&#039;t _have_ to remember ;) You can turn it off per &#039;outputText&#039; tag but it defaults, sensibly to &#039;true&#039;.</description>
		<content:encoded><![CDATA[<p>JSF escapes HTML by default so you don&#8217;t _have_ to remember ;) You can turn it off per &#8216;outputText&#8217; tag but it defaults, sensibly to &#8216;true&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5558</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Fri, 14 Dec 2007 00:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5558</guid>
		<description>No, JSP is just as susceptible to this problem as other web languages. The reason I didn&#039;t list what to use in JSP is that it appears there is no standard built-in library function to achieve this in JSP.

[)amien</description>
		<content:encoded><![CDATA[<p>No, JSP is just as susceptible to this problem as other web languages. The reason I didn&#8217;t list what to use in JSP is that it appears there is no standard built-in library function to achieve this in JSP.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bhaarat</title>
		<link>http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5550</link>
		<dc:creator>bhaarat</dc:creator>
		<pubDate>Thu, 13 Dec 2007 15:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2007/12/10/how-dangerous-is-html-injection#comment-5550</guid>
		<description>so people working with java/jsp&#039;s wont have these issues?</description>
		<content:encoded><![CDATA[<p>so people working with java/jsp&#8217;s wont have these issues?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
