<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Admin Blog &#187; JEE</title>
	<atom:link href="http://www.webadminblog.com/index.php/tag/jee/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webadminblog.com</link>
	<description>Real Web Admins.  Real World Experience.</description>
	<lastBuildDate>Thu, 22 Jul 2010 16:18:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Securing the Core JEE Patterns</title>
		<link>http://www.webadminblog.com/index.php/2009/11/13/securing-the-core-jee-patterns/</link>
		<comments>http://www.webadminblog.com/index.php/2009/11/13/securing-the-core-jee-patterns/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:45:24 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[OWASP AppSec DC 2009]]></category>
		<category><![CDATA[Web Application Security]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[JEE]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[patterns]]></category>
		<category><![CDATA[practices]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[secure]]></category>
		<category><![CDATA[securing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[strategies]]></category>

		<guid isPermaLink="false">http://www.webadminblog.com/?p=332</guid>
		<description><![CDATA[This presentation was by Rohit Sethi, the Project Leader for the Secure Pattern Analysis Project at OWASP and he works at Security Compass, a security analysis and training company.  My notes from the session are below: Before anyone starts building complex systems, they need to design. We create threat models on completed designs. What about [...]]]></description>
			<content:encoded><![CDATA[<p>This presentation was by Rohit Sethi, the Project Leader for the Secure Pattern Analysis Project at OWASP and he works at Security Compass, a security analysis and training company.  My notes from the session are below:</p>
<ul>
<li>Before anyone starts building complex systems, they need to design.</li>
<li>We create threat models on completed designs.</li>
<li>What about during design?</li>
<li>Book: "Core J2EE Patterns Best Practices and Design Strategies"</li>
<li>If you use J2EE development, chances are you're using patterns documented here</li>
<li>Core J2EE patterns are used extensively</li>
<li>Patterns are used in JSF, Velocity, Struts, Tapestry, Spring, and Proprietary Frameworks</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Example: Project: Analyze Patterns</strong></span></p>
<p>Use to Implement:</p>
<ul>
<li>Synchronization Tokens as Anti-CSRF Mechanism</li>
<li>Page-level authorizations</li>
</ul>
<p>Avoid:</p>
<ul>
<li>XSLT and Xpath vulnerabilities</li>
<li>XML Denial of Service</li>
<li>Disclosure of information in SOAP faults</li>
<li>Publishing WSDL files</li>
<li>Unhandled commands</li>
<li>Unauthorized commands</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Project Goals</strong></span></p>
<ul>
<li>Analyze patterns for security pitfalls to avoid</li>
<li>Determine how patterns can implement security controls</li>
<li>Provide advice portable to most frameworks</li>
</ul>
<p>A security pattern is not the same as a security analysis of a pattern.</p>
<p><span style="text-decoration: underline;"><strong>Uses</strong></span></p>
<ul>
<li>Designing new web application frameworks (make the next generation of frameworks secure by default)</li>
<li>Designing new apps that use the patterns</li>
<li>Source code review of existing apps</li>
<li>Runtime assessment of existing apps</li>
<li>Integrate with threat modeling of new or existing apps</li>
</ul>
<p><span style="text-decoration: underline;"><strong>You can help:</strong></span></p>
<ul>
<li>Tell developers</li>
<li>Improve the analysis</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Next Steps?</strong></span></p>
<ul>
<li>Add code review and examples to the existing pattern book</li>
<li>Look at other pattern books to see if there are other patterns that we should analyze</li>
</ul>
<p><span style="text-decoration: underline;"><strong>Our Dream</strong></span></p>
<ul>
<li>New web application framework idea + Design-time security analysis = Secure-by-default web application framework</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webadminblog.com/index.php/2009/11/13/securing-the-core-jee-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
