<?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>Erata.NET &#187; member</title>
	<atom:link href="http://www.erata.net/tag/member/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erata.net</link>
	<description>If we don't have the solution you have the wrong problem</description>
	<lastBuildDate>Thu, 17 Nov 2011 11:12:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Virtual Destructors</title>
		<link>http://www.erata.net/programming/virtual-destructors/</link>
		<comments>http://www.erata.net/programming/virtual-destructors/#comments</comments>
		<pubDate>Sat, 18 Nov 2006 12:17:23 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[andrei alexandrescu]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[BAD]]></category>
		<category><![CDATA[c coding standards]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[destructor]]></category>
		<category><![CDATA[destructors]]></category>
		<category><![CDATA[Herb Sutter]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[mailing]]></category>
		<category><![CDATA[member]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[protected]]></category>
		<category><![CDATA[public]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[smart pointer]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[value semantics]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtual destructors]]></category>

		<guid isPermaLink="false">http://www.erata.net/weblog/programming/2006/11/18/virtual-destructors/</guid>
		<description><![CDATA[<h2>When do you need to declare a destructor virtual?</h2>
<p>Recently I’ve been involved in a thread on qt-interest mailing list about virtual destructors. A few people there suggested that you should always make the destructor of your class virtual. I strongly disagree. </p> <a href="http://www.erata.net/programming/virtual-destructors/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/programming/virtual-destructors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web application security flows</title>
		<link>http://www.erata.net/security/web-application-security-flows/</link>
		<comments>http://www.erata.net/security/web-application-security-flows/#comments</comments>
		<pubDate>Thu, 12 Oct 2006 12:07:06 +0000</pubDate>
		<dc:creator>Iulian Margarintescu</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[database server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[first security]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[member]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[server side programming]]></category>
		<category><![CDATA[server side programming language]]></category>
		<category><![CDATA[side programming language]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[Web application security]]></category>
		<category><![CDATA[web applications]]></category>
		<category><![CDATA[WHERE]]></category>

		<guid isPermaLink="false">http://www.erata.net/weblog/projects/2006/10/12/web-application-security-flows/</guid>
		<description><![CDATA[Here goes... my first security related post :)
<h3>Intro</h3>
First i must say that this will not be a way to prove that your application is secure, it will only be a quick &#38; dirty way of finding common bugs in web applications. The following will be a few techniques that i tend to use the first time i see an web application ( and generally a database application ). I will use PHP for the few code examples but the vulnerabilities presented are not limited to PHP, in fact are independent of the server-side programming language used.

 <a href="http://www.erata.net/security/web-application-security-flows/">read full article</a>]]></description>
		<wfw:commentRss>http://www.erata.net/security/web-application-security-flows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

