<?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"
	>
<channel>
	<title>Comments on: New Terminology</title>
	<atom:link href="http://www.gnucitizen.org/blog/new-terminology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnucitizen.org/blog/new-terminology/</link>
	<description>Information Security Think Tank</description>
	<pubDate>Sun, 23 Nov 2008 17:23:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/new-terminology/#comment-123912</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Wed, 01 Oct 2008 08:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/?p=1021#comment-123912</guid>
		<description>vahur, IMHO context scripting is the more generic name which describes all types of CSRF vulnerabilities. however, it is not up to me to make you use any new terminologies.</description>
		<content:encoded><![CDATA[<p>vahur, IMHO context scripting is the more generic name which describes all types of CSRF vulnerabilities. however, it is not up to me to make you use any new terminologies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vahur</title>
		<link>http://www.gnucitizen.org/blog/new-terminology/#comment-123896</link>
		<dc:creator>vahur</dc:creator>
		<pubDate>Tue, 30 Sep 2008 07:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/?p=1021#comment-123896</guid>
		<description>Cross-site Request Forgery suites just fine, no need for page/context/frame/...</description>
		<content:encoded><![CDATA[<p>Cross-site Request Forgery suites just fine, no need for page/context/frame/&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alcance Libre - Miguel Justo: Nueva TerminologÃ­a surgida de Black Hat 2008.</title>
		<link>http://www.gnucitizen.org/blog/new-terminology/#comment-123196</link>
		<dc:creator>Alcance Libre - Miguel Justo: Nueva TerminologÃ­a surgida de Black Hat 2008.</dc:creator>
		<pubDate>Tue, 05 Aug 2008 15:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/?p=1021#comment-123196</guid>
		<description>[...] personal de Miguel Justo, encontramos un interesante texto, basado sobre una publicaciÃ³n en Gnucitizen, acerca de nueva terminologÃ­a surgida de la conferencia de seguridad tÃ©cnica Black Hat 2008 y que [...]</description>
		<content:encoded><![CDATA[<p>[...] personal de Miguel Justo, encontramos un interesante texto, basado sobre una publicaciÃ³n en Gnucitizen, acerca de nueva terminologÃ­a surgida de la conferencia de seguridad tÃ©cnica Black Hat 2008 y que [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yousif</title>
		<link>http://www.gnucitizen.org/blog/new-terminology/#comment-123192</link>
		<dc:creator>Yousif</dc:creator>
		<pubDate>Tue, 05 Aug 2008 00:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/?p=1021#comment-123192</guid>
		<description>That's not too bad, at least it's not like Commercial, off-the-shelf (COTS) -- That's so annoying. Expanding unnecessary terminology is annoying.</description>
		<content:encoded><![CDATA[<p>That&#8217;s not too bad, at least it&#8217;s not like Commercial, off-the-shelf (COTS) &#8212; That&#8217;s so annoying. Expanding unnecessary terminology is annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdp</title>
		<link>http://www.gnucitizen.org/blog/new-terminology/#comment-123190</link>
		<dc:creator>pdp</dc:creator>
		<pubDate>Mon, 04 Aug 2008 20:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/?p=1021#comment-123190</guid>
		<description>you are absolutely right... and yes, not all generalizations fit everybody. so the terms are probably not the most suitable but they help me to define things I constantly see in my work. If I say that I've found an injection issue, the first question that emerges is &lt;q&gt;but what kind of injection issue?&lt;/q&gt; then you have to be specific. This is where these terms come into place.

From my prospective, Cross-context Scripting is much more accurate term then Cross-site Scripting, not only because the injection issue can occur between applications, not sites, but also because it fits very well to the concepts behind the same origin policies. Perhaps Cross-origin Scripting is better term. I don't know.</description>
		<content:encoded><![CDATA[<p>you are absolutely right&#8230; and yes, not all generalizations fit everybody. so the terms are probably not the most suitable but they help me to define things I constantly see in my work. If I say that I&#8217;ve found an injection issue, the first question that emerges is <q>but what kind of injection issue?</q> then you have to be specific. This is where these terms come into place.</p>
<p>From my prospective, Cross-context Scripting is much more accurate term then Cross-site Scripting, not only because the injection issue can occur between applications, not sites, but also because it fits very well to the concepts behind the same origin policies. Perhaps Cross-origin Scripting is better term. I don&#8217;t know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rvdh</title>
		<link>http://www.gnucitizen.org/blog/new-terminology/#comment-123188</link>
		<dc:creator>rvdh</dc:creator>
		<pubDate>Mon, 04 Aug 2008 19:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gnucitizen.org/?p=1021#comment-123188</guid>
		<description>For the sole purpose of dicussing to someone what a certain vulnerability does, such terminology is helpful granted that people still understand that there are basically two underlying principles that define pretty much al appsec problems:

- input vulnerabilities
For example: xss, sqli, code c.q. command injection.

- unauthorized request vulnerabilities
For example: CSRF, session fixation, SOP violatiions.

Since these are my generalizations, I understand the need for better terminology to explain each of them 'context' based, but how do you envisage the problem with people trying to understand the type of definition that lies beneath it? I found out that the more you coin new terms, the harder for peopl it is to look beyond them and see it's context while they disregard some of the other terminology. This happened with most old school security folks who are still under the firewall syndrome, it took some of them to realize that most of the vulnerabilities in a network layer also work in the software layer, but they had different terminology c.q. definitions which made them to reject the idea of appsec dangers while at the basis it's basically the same.</description>
		<content:encoded><![CDATA[<p>For the sole purpose of dicussing to someone what a certain vulnerability does, such terminology is helpful granted that people still understand that there are basically two underlying principles that define pretty much al appsec problems:</p>
<p>- input vulnerabilities<br />
For example: xss, sqli, code c.q. command injection.</p>
<p>- unauthorized request vulnerabilities<br />
For example: CSRF, session fixation, SOP violatiions.</p>
<p>Since these are my generalizations, I understand the need for better terminology to explain each of them &#8216;context&#8217; based, but how do you envisage the problem with people trying to understand the type of definition that lies beneath it? I found out that the more you coin new terms, the harder for peopl it is to look beyond them and see it&#8217;s context while they disregard some of the other terminology. This happened with most old school security folks who are still under the firewall syndrome, it took some of them to realize that most of the vulnerabilities in a network layer also work in the software layer, but they had different terminology c.q. definitions which made them to reject the idea of appsec dangers while at the basis it&#8217;s basically the same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
