<?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>Code Auditor&#039;s Corner &#187; CSSLP</title>
	<atom:link href="http://www.strongcrypto.com/blog/category/csslp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.strongcrypto.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 19 Apr 2010 11:29:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSSLP Deconstructed Available for Download</title>
		<link>http://www.strongcrypto.com/blog/2010/04/csslp-deconstructed-available-for-download</link>
		<comments>http://www.strongcrypto.com/blog/2010/04/csslp-deconstructed-available-for-download#comments</comments>
		<pubDate>Mon, 19 Apr 2010 11:29:21 +0000</pubDate>
		<dc:creator>Alexander Fry</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[CSSLP]]></category>
		<category><![CDATA[csslp application software security assurance]]></category>

		<guid isPermaLink="false">http://www.strongcrypto.com/blog/?p=98</guid>
		<description><![CDATA[I gave a presentation at ISSA-NOVA on January 21, 2010 entitled the &#8220;The CSSLP Deconstructed&#8221;. The slides provide an introduction for the new CSSLP credential and also :

describe each of the seven domains of the CSSLP
diagram the overlap of the CSSLP with other security certifications
discuss security certification in general, if you should pursue the CSSLP, [...]]]></description>
			<content:encoded><![CDATA[<p>I gave a presentation at <a href="http://www.issa-nova.org/default.aspx">ISSA-NOVA</a> on January 21, 2010 entitled the &#8220;The CSSLP Deconstructed&#8221;. The slides provide an introduction for the new CSSLP credential and also :</p>
<ul>
<li>describe each of the <a href="http://www.strongcrypto.com/blog/2010/01/seven-domains-of-the-csslp">seven domains of the CSSLP</a></li>
<li>diagram the overlap of the CSSLP with other security certifications</li>
<li>discuss security certification in general, if you should pursue the CSSLP, and effective career management</li>
<li>review the <a href="http://www.amazon.com/gp/product/047046190X?ie=UTF8&#038;tag=stcrll-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=047046190X">The CSSLP Prep Guide</a></li>
<li>and discuss other topics such as software security risk, recent threats, and addressing risk for 3rd party software</li>
</ul>
<p>The PowerPoint slide deck is available for download in the <a href="http://www.strongcrypto.com/secure-software-resources.php">RESOURCES</a> section on  <a href="http://www.strongcrypto.com">Strong Crypto</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongcrypto.com/blog/2010/04/csslp-deconstructed-available-for-download/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seven Domains Of The CSSLP</title>
		<link>http://www.strongcrypto.com/blog/2010/01/seven-domains-of-the-csslp</link>
		<comments>http://www.strongcrypto.com/blog/2010/01/seven-domains-of-the-csslp#comments</comments>
		<pubDate>Mon, 18 Jan 2010 17:34:00 +0000</pubDate>
		<dc:creator>Alexander Fry</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[CSSLP]]></category>
		<category><![CDATA[csslp application software security assurance]]></category>

		<guid isPermaLink="false">http://www.strongcrypto.com/blog/?p=78</guid>
		<description><![CDATA[Here are descriptions for the seven domains of the CSSLP for my presentation at ISSA-NOVA on January 21, 2010:
Secure Software Concepts &#8211; the fundamental knowledge for understanding the security implications of software development, and the mechanisms to impose security constraints on the behavior, use, and content of a software system. This includes security design and [...]]]></description>
			<content:encoded><![CDATA[<p>Here are descriptions for the seven domains of the CSSLP for my presentation at ISSA-NOVA on January 21, 2010:<br/><br />
<strong>Secure Software Concepts</strong> &#8211; the fundamental knowledge for understanding the security implications of software development, and the mechanisms to impose security constraints on the behavior, use, and content of a software system. This includes security design and information assurance principles, risk management, software architectures, legal issues, standards, acquisition methods, information security and software maturity models.<br/><br />
<strong>Secure Software Requirements</strong> &#8211; the overall software specification should include both functional and nonfunctional requirements. The nonfunctional requirements of secure software address issues such as how the software application will: remain dependable under hostile operating conditions; resist compromise by an attacker through the exploitation of vulnerabilities or insertion of malicious code; and be resilient enough to recover quickly, containing damage to itself, data, resources, and external components on which it relies.<br/><br />
<strong>Secure Software Design</strong> &#8211; fundamental activities that approach the definition of the software from a security perspective in order to decrease the likelihood that the design specification will contain flaws. These activities include identifying and minimizing the software&#8217;s attack surface, performing threat modeling, and following security design principles.<br/><br />
<strong>Secure Software Implementation/Coding</strong> &#8211;  software developers should follow secure coding best practices and standards, understand and avoid common vulnerabilities, implement countermeasures, and use tools and techniques such as static analysis and code review to avoid introducing flaws that can lead to security vulnerabilities.<br/><br />
<strong>Secure Software Testing</strong> &#8211; activities for evaluating a software application in a runtime environment that most closely resembles its production environment. Many testing activities require the application to be functionally complete and follow standards and methodologies such as ISO 9126, the SSE-CMM, and the Open Source Security Testing Methodology Manual (OSSTMM). Security testing should assess the security properties and behaviors of the software application as it interacts with external entities and as its own components interact with each other. An analysis of test results forms the basis for assessing risk and means of remediation.<br/><br />
<strong>Software Acceptance</strong> &#8211; ensuring that the software is ready to be released. This involves pre-release or pre-deployment activities such as generating test data that shows that all prescribed tests have been executed and accepted; and post-release activities such as an independent review of the software conducted by a third-party or by an independent security team of the organization.<br/><br />
<strong>Software Deployment/Operations/Maintenance/Disposal</strong> &#8211; maintaining information assurance during installation, deployment, operation, maintenance, and disposal of secure software systems.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.strongcrypto.com/blog/2010/01/seven-domains-of-the-csslp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
