<?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 for Josh Bush</title>
	<atom:link href="http://freshbrewedcode.com/joshbush/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://freshbrewedcode.com/joshbush</link>
	<description>I write code that does stuff.</description>
	<lastBuildDate>Mon, 23 Apr 2012 16:26:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by Ron Krauter</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-61</link>
		<dc:creator>Ron Krauter</dc:creator>
		<pubDate>Mon, 23 Apr 2012 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-61</guid>
		<description>Brad Wilson has mentioned this in a post from two years. 
http://bradwilson.typepad.com/blog/2010/01/input-validation-vs-model-validation-in-aspnet-mvc.html </description>
		<content:encoded><![CDATA[<p>Brad Wilson has mentioned this in a post from two years. <br />
<a href="http://bradwilson.typepad.com/blog/2010/01/input-validation-vs-model-validation-in-aspnet-mvc.html " rel="nofollow">http://bradwilson.typepad.com/blog/2010/01/input-validation-vs-model-validation-in-aspnet-mvc.html </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by Ron Krauter</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-60</link>
		<dc:creator>Ron Krauter</dc:creator>
		<pubDate>Mon, 23 Apr 2012 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-60</guid>
		<description>http://bradwilson.typepad.com/blog/2010/01/input-validation-vs-model-validation-in-aspnet-mvc.html</description>
		<content:encoded><![CDATA[<p><a href="http://bradwilson.typepad.com/blog/2010/01/input-validation-vs-model-validation-in-aspnet-mvc.html" rel="nofollow">http://bradwilson.typepad.com/blog/2010/01/input-validation-vs-model-validation-in-aspnet-mvc.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by The Pull Request &#187; The Pull Request Episode 3</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-58</link>
		<dc:creator>The Pull Request &#187; The Pull Request Episode 3</dc:creator>
		<pubDate>Tue, 13 Mar 2012 01:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-58</guid>
		<description>[...] The group discusses the Mass Assignment Vulnerability and Josh Bush&#8217;s blog post [...]</description>
		<content:encoded><![CDATA[<p>[...] The group discusses the Mass Assignment Vulnerability and Josh Bush&#8217;s blog post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by Rocky LIU</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-57</link>
		<dc:creator>Rocky LIU</dc:creator>
		<pubDate>Fri, 09 Mar 2012 05:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-57</guid>
		<description>we should operate view model and data model .but take us lots of work for this convert.</description>
		<content:encoded><![CDATA[<p>we should operate view model and data model .but take us lots of work for this convert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by About the mass assignment vulnerability in Asp.Net MVC framework &#171; thewayofcode</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-56</link>
		<dc:creator>About the mass assignment vulnerability in Asp.Net MVC framework &#171; thewayofcode</dc:creator>
		<pubDate>Thu, 08 Mar 2012 10:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-56</guid>
		<description>[...] could actually happen using Asp.Net MVC model binding feature is explained very well in this blog article by Josh Bush, so I won&#8217;t repeat [...]</description>
		<content:encoded><![CDATA[<p>[...] could actually happen using Asp.Net MVC model binding feature is explained very well in this blog article by Josh Bush, so I won&#8217;t repeat [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by Yarx</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-54</link>
		<dc:creator>Yarx</dc:creator>
		<pubDate>Tue, 06 Mar 2012 16:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-54</guid>
		<description>How do you handle the many mappings you&#039;ll need to have in an app that uses Automapper, especially if they are being mapped to complex objects? Do you just define them as you need them or do you have them all defined in a central location</description>
		<content:encoded><![CDATA[<p>How do you handle the many mappings you&#8217;ll need to have in an app that uses Automapper, especially if they are being mapped to complex objects? Do you just define them as you need them or do you have them all defined in a central location</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by Josh Bush</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-53</link>
		<dc:creator>Josh Bush</dc:creator>
		<pubDate>Tue, 06 Mar 2012 13:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-53</guid>
		<description>If you are using view specific models, you likely won&#039;t need the Bind attribute. By binding only a subset, there should be no issue of overposting.</description>
		<content:encoded><![CDATA[<p>If you are using view specific models, you likely won&#8217;t need the Bind attribute. By binding only a subset, there should be no issue of overposting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by Josh Bush</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-52</link>
		<dc:creator>Josh Bush</dc:creator>
		<pubDate>Tue, 06 Mar 2012 13:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-52</guid>
		<description>Yep, that&#039;s exactly what I&#039;m doing too. I mentioned it towards the end of the article: &quot;The approach I typically take is to model bind to an object with only the properties I’m willing to accept.&quot;

The point of this article was to just point out the parallels between Rails and ASP.NET MVC with this particular issue. I figure if it can affect a site like github, then it&#039;s worth talking about.</description>
		<content:encoded><![CDATA[<p>Yep, that&#8217;s exactly what I&#8217;m doing too. I mentioned it towards the end of the article: &#8220;The approach I typically take is to model bind to an object with only the properties I’m willing to accept.&#8221;</p>
<p>The point of this article was to just point out the parallels between Rails and ASP.NET MVC with this particular issue. I figure if it can affect a site like github, then it&#8217;s worth talking about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by Josh Bush</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-51</link>
		<dc:creator>Josh Bush</dc:creator>
		<pubDate>Tue, 06 Mar 2012 13:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-51</guid>
		<description>Yep, it all boils down to just understanding the data. No framework can do that for us.</description>
		<content:encoded><![CDATA[<p>Yep, it all boils down to just understanding the data. No framework can do that for us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mass Assignment Vulnerability in ASP.NET MVC by Steve Fenton</title>
		<link>http://freshbrewedcode.com/joshbush/2012/03/05/mass-assignment-aspnet-mvc/#comment-50</link>
		<dc:creator>Steve Fenton</dc:creator>
		<pubDate>Tue, 06 Mar 2012 12:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://freshbrewedcode.com/joshbush/?p=187#comment-50</guid>
		<description> I agree - with the caveat / reminder that you only put stuff on the ViewModel that you actually need and you also need to think about what happens if you have &quot;Id&quot; on there - what if I change the Id to someone else&#039;s Id etc.</description>
		<content:encoded><![CDATA[<p> I agree &#8211; with the caveat / reminder that you only put stuff on the ViewModel that you actually need and you also need to think about what happens if you have &#8220;Id&#8221; on there &#8211; what if I change the Id to someone else&#8217;s Id etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
