<?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>WindowsWiki &#187; Code Analysis Tool</title>
	<atom:link href="http://www.windowswiki.info/old/?feed=rss2&#038;tag=code-analysis-tool" rel="self" type="application/rss+xml" />
	<link>http://www.windowswiki.info/old</link>
	<description>Microsoft, their Software and... their Betas!</description>
	<lastBuildDate>Tue, 23 Sep 2014 12:07:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft Code Analysis Tool .NET (CAT.NET) CTP</title>
		<link>http://www.windowswiki.info/old/?p=372</link>
		<comments>http://www.windowswiki.info/old/?p=372#comments</comments>
		<pubDate>Mon, 15 Dec 2008 20:49:56 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Connect]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[CAT.NET]]></category>
		<category><![CDATA[Code Analysis Tool]]></category>
		<category><![CDATA[CTP]]></category>

		<guid isPermaLink="false">http://www.windowswiki.info/?p=372</guid>
		<description><![CDATA[
Microsoft CAT.NET is a binary code analysis tool that helps identify common variants of certain prevailing vulnerabilities that can give rise to common attack vectors such as Cross-Site Scripting (XSS), SQL Injection and XPath Injection.
CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws within a managed code (C#, Visual [...]]]></description>
			<content:encoded><![CDATA[<p><img src="wp-content/uploads/msvisual_studio_logo.png" alt="Microsoft Visual Studio Logo" title="Microsoft Visual Studio Logo" width="180" height="115" class="alignright size-full wp-image-378" /></p>
<p>Microsoft CAT.NET is a binary code analysis tool that helps identify common variants of certain prevailing vulnerabilities that can give rise to common attack vectors such as Cross-Site Scripting (XSS), SQL Injection and XPath Injection.</p>
<p>CAT.NET is a snap-in to the Visual Studio IDE that helps you identify security flaws within a managed code (C#, Visual Basic .NET, J#)  application you are developing. It does so by scanning the binary and/or assembly of the application, and tracing the data flow among its statements, methods, and assemblies. This includes indirect data types such as property assignments and instance tainting operations. The engine works by reading the target assembly and all reference assemblies used in the application &#8211; module-by-module &#8211; and then analyzing all of the methods contained within each. It finally displays the issues its finds in a list that you can use to jump directly to the places in your application&#8217;s source code where those issues were found.</p>
<p>The following rules are currently supported by this version of the tool:</p>
<ul>
<li>Cross Site Scripting</li>
<li>SQL Injection</li>
<li>Process Command Injection</li>
<li>File Canonicalization</li>
<li>Exception Information</li>
<li>LDAP Injection</li>
<li>XPATH Injection</li>
<li>Redirection to User Controlled Site</li>
</ul>
<div class="download">Download <a href="/downloads/CATNETx32CTP.msi">Microsoft Code Analysis Tool .NET (CAT.NET) v1 CTP</a> 32-bit<br />
Download <a href="/downloads/CATNETx64CTP.exe">Microsoft Code Analysis Tool .NET (CAT.NET) v1 CTP</a> 64-bit</div>
]]></content:encoded>
			<wfw:commentRss>http://www.windowswiki.info/old/?feed=rss2&amp;p=372</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
