<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=OWASP</id>
		<title>OWASP - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=OWASP"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/OWASP"/>
		<updated>2026-04-09T13:18:14Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Getting_Started&amp;diff=20790</id>
		<title>Getting Started</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Getting_Started&amp;diff=20790"/>
				<updated>2007-08-14T13:51:00Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: /* Getting started in application security */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Getting started in application security==&lt;br /&gt;
&lt;br /&gt;
Application security is simply everything involved in developing, maintaining, and purchasing applications that your organization can trust. However, application security is inextricably tied into almost every aspect of your organizations' information technology, and can be maddeningly difficult to tackle. This &amp;quot;Getting Started&amp;quot; page is intended to provide a roadmap of the various topics in application security and where OWASP materials can help you and your organization master them. As the saying goes, when it comes to application security, there are really two types of organization - those who don't know their code is insecure, and those that do.&lt;br /&gt;
&lt;br /&gt;
==Searching for application security information==&lt;br /&gt;
&lt;br /&gt;
We are working hard to organize the world's application security information. But it's fair to say we have a very long way to go. There is a [[Special:Search|simple search engine]] built into the OWASP site, but it's not that great. &lt;br /&gt;
&lt;br /&gt;
That's why we set up a [http://www.owasp.org/google/results.html custom Google search engine] that indexes not only OWASP, but dozens of websites. We've tagged the sites as being commercial, open-source, products, services, etc... so that you can filter the information about application security.&lt;br /&gt;
&lt;br /&gt;
As a last resort, you can also just [[Special:Allpages|get a list]] of all the pages if you know a word in the title.&lt;br /&gt;
&lt;br /&gt;
==Why is application security so hard?==&lt;br /&gt;
&lt;br /&gt;
If you haven't read it lately, check out Fred Brooks' great article, &amp;quot;[http://www-inst.eecs.berkeley.edu/%7Emaratb/readings/NoSilverBullet.html No Silver Bullet]&amp;quot;. In it, Brooks discusses both &amp;quot;accidental&amp;quot; and &amp;quot;essential&amp;quot; difficulties of producing software. We created the accidental difficulties ourselves, by making our languages, compilers, and environments more difficult than they need to be. But the essential difficulties are fundamental problems that will always be with us. Brooks considers four inherent properties of software that help explain the difficulty of software security - complexity, conformity, changeability, and invisibility.&lt;br /&gt;
&lt;br /&gt;
==If you're wondering if your code has vulnerabilities...==&lt;br /&gt;
&lt;br /&gt;
If you're wondering whether your software really has application security weaknesses, then the best thing to do is to find out. You can do this in a number of ways, but the simplest is to do an [[CLASP_Best_Practices#Perform_application_assessments|application assessment]] of a few of your applications. The review should analyze all the major security areas by using a combination of [[Vulnerability Scanning|vulnerability scanning]], [[:Category:OWASP Code Review Project|code review]], [[:Category:OWASP Testing Project|penetration testing]], and [[Perform source-level security review|static analysis]]. Then based on some actual results, which should verify areas that are well designed and built as well as identify weaknesses, you can make an informed decision about how to proceed.&lt;br /&gt;
&lt;br /&gt;
==If you already know your code is vulnerable...==&lt;br /&gt;
&lt;br /&gt;
If you've already come to the conclusion that your project or organization is not producing secure code, then you should consider what [[:Category:Activity|organizational improvements]] are most likely to improve your ability. One popular place to start is [[CLASP_Best_Practices#Institute_awareness_programs|instituting an awareness program]] for developers and managers, as it is relatively inexpensive and has immediate effects. However, you may want to consider doing an [[:Category:OWASP CLASP Project|application security capability appraisal]] of your organization to find out what changes are likely to be the most effective. Also, you might consider defining a risk model, creating organization roles and teams, establishing standards or coding guidelines, or introducing some security activities into your software development lifecycle before doing the training.&lt;br /&gt;
&lt;br /&gt;
==About threats, vulnerabilities, and countermeasures==&lt;br /&gt;
&lt;br /&gt;
A good way to start learning about application security is by understanding software [[:Category:Principle|principles]], [[:Category:Threat Agent|threats]], [[:Category:Attack|attack]], [[:Category:Vulnerability|vulnerabilities]], and [[:Category:Countermeasure|countermeasures]]. A good overview of the most critical of these is the [[OWASP_Top_Ten_Project|OWASP Top Ten]] awareness document. This is a short paper that describes the most critical vulnerabilities, how to find them, and what to do to protect against them in your application.&lt;br /&gt;
&lt;br /&gt;
Another great way to learn about application security is to study some real vulnerabilities and learn how they work. OWASP has developed [[:Category:OWASP_WebGoat_Project|WebGoat]] to provide hands-on examples of application security to learn from. WebGoat is a full J2EE application and training environment that contains real vulnerabilities to experiment with and learn from. [[:Category:OWASP_WebScarab_Project|WebScarab]] is a powerful web application penetration testing tool that you can use to test applications. For further reference, you can read all about each of the [[:Category:Vulnerability|vulnerabilities]] on the OWASP website to learn more.&lt;br /&gt;
&lt;br /&gt;
==What are the root causes of application vulnerabilities?==&lt;br /&gt;
&lt;br /&gt;
Once you've learned about risk model, you should think about how those problems come into existence. Every application security problem has a root cause somewhere in the organization. It may be that the project didn't have the right [[:Category:Activity|activities]] in their development process, or it may be that the developers didn't have the right training, or it might even be that the team didn't have the right tools for the job. But every vulnerability is a reason to investigate, find out why it happened, and make some organizational changes. You can find more information about improving your capability in the [[:Category:OWASP CLASP Project|OWASP CLASP Project]].&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:Austria&amp;diff=20258</id>
		<title>Talk:Austria</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:Austria&amp;diff=20258"/>
				<updated>2007-07-27T12:04:04Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===How can I contact the chapter leader, there's no e-mail address?===&lt;br /&gt;
&lt;br /&gt;
The best way is to post a message to the owasp-austria mailing list to contact others in the chapter. Looks like there's an opportunity for a leader to run the Austria chapter.  Anyone interested, please contact owasp@owasp.org.  Thanks!&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:Austria&amp;diff=20257</id>
		<title>Talk:Austria</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:Austria&amp;diff=20257"/>
				<updated>2007-07-27T12:03:38Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How can I contact the chapter leader, there's no e-mail address?&lt;br /&gt;
&lt;br /&gt;
 The best way is to post a message to the owasp-austria mailing list to contact others in the chapter. Looks like there's an opportunity for a leader to run the Austria chapter.  Anyone interested, please contact owasp@owasp.org.  Thanks!&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=MediaWiki:Sidebar&amp;diff=20238</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=MediaWiki:Sidebar&amp;diff=20238"/>
				<updated>2007-07-26T20:13:23Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Navigation&lt;br /&gt;
** mainpage|Home&lt;br /&gt;
** :Category:OWASP News|News&lt;br /&gt;
** :Category:OWASP Project|OWASP Projects&lt;br /&gt;
** :Category:OWASP Download|Downloads&lt;br /&gt;
** :Category:OWASP Chapter|Local Chapters&lt;br /&gt;
** http://www.owasp.org/careers/jobs.html|AppSec Job Board&lt;br /&gt;
** :Category:OWASP AppSec Conference|AppSec Conferences&lt;br /&gt;
** :Category:OWASP Presentations|Presentations&lt;br /&gt;
** :Category:OWASP Video|Video&lt;br /&gt;
** :Category:OWASP Papers|Papers&lt;br /&gt;
** http://blogs.owasp.org|Blogs&lt;br /&gt;
** http://lists.owasp.org/mailman/listinfo|Mailing Lists&lt;br /&gt;
** About OWASP|About OWASP&lt;br /&gt;
** Membership|Membership&lt;br /&gt;
* Reference&lt;br /&gt;
** :Category:How To|How To...&lt;br /&gt;
** :Category:Principle|Principles&lt;br /&gt;
** :Category:Threat Agent|Threat Agents&lt;br /&gt;
** :Category:Attack|Attacks&lt;br /&gt;
** :Category:Vulnerability|Vulnerabilities&lt;br /&gt;
** :Category:Countermeasure|Countermeasures&lt;br /&gt;
** :Category:Activity|Activities&lt;br /&gt;
** :Category:Technology|Technologies&lt;br /&gt;
** :Category:Glossary|Glossary&lt;br /&gt;
** :Category:Code Snippet|Code Snippets&lt;br /&gt;
** :Category:OWASP_.NET_Project|.NET Project&lt;br /&gt;
** :Category:OWASP Java Project|Java Project&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Main_Page&amp;diff=19545</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Main_Page&amp;diff=19545"/>
				<updated>2007-07-03T02:46:25Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:right&amp;quot;&amp;gt;[https://www.watchfire.com/securearea/appscancamp.aspx?id=701500000008ddT https://www.owasp.org/images/e/eb/3_468x60.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:7pt;text-align:right&amp;quot;&amp;gt;Sponsored advertisement. OWASP does not endorse commercial products or services&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;background-color:#ececec;border:1px solid #ccc&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%;color:#000&amp;quot;|&lt;br /&gt;
{|style=&amp;quot;width:280px;border:solid 0px;background:none&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:280px;text-align:center;white-space:nowrap;color:#000&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%;border:none;margin: 0;padding:.1em;color:#000&amp;quot;&amp;gt;'''Welcome to [[About The Open Web Application Security Project|OWASP]]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:+0.2em;font-size: 95%&amp;quot;&amp;gt;the free and open application security community&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Special Links --&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%;color:#000&amp;quot;|&lt;br /&gt;
*[[OWASP Guide Project|Guide]]&lt;br /&gt;
*[[OWASP Top Ten Project|Top Ten]]&lt;br /&gt;
*[[OWASP WebGoat Project|WebGoat]]&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%&amp;quot;|&lt;br /&gt;
*[[OWASP CLASP Project|CLASP]]&lt;br /&gt;
*[[OWASP WebScarab Project|WebScarab]]&lt;br /&gt;
*[[OWASP Legal Project|Contracting]]&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%&amp;quot;|&lt;br /&gt;
*[[OWASP Testing Project|Testing]]&lt;br /&gt;
*[[OWASP Code Review Project|Code Review]]&lt;br /&gt;
*'''[[Special:Allpages|More...]]'''&lt;br /&gt;
|}&amp;lt;!-- End Special Links--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width:100%;background:none;margin:-.8em 0 -.7em 0&amp;quot;&lt;br /&gt;
|style=&amp;quot;font-size:95%;text-align:left;white-space:nowrap;color:#000&amp;quot;|[[About The Open Web Application Security Project|About]] '''·'''  [[Searching|Searching]] '''·''' [[Tutorial|Editing]] '''·''' [[How to add a new article|New Article]]  '''·'''  [[OWASP Categories]]&lt;br /&gt;
|style=&amp;quot;font-size:95%;padding:10px 0;margin:0px;text-align:right;white-space:nowrap;color:#000&amp;quot;|  [[Special:Statistics|Statistics]]  '''·'''  [http://www.owasp.org/index.php?title=Special:Recentchanges&amp;amp;limit=100&amp;amp;hidebots=0 Recent Changes]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start of left-column --&amp;gt;&lt;br /&gt;
{|style=&amp;quot;border-spacing:8px;margin:0px -8px&amp;quot;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5fffa&amp;quot;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;[[About The Open Web Application Security Project|OWASP Overview]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000;align:center&amp;quot;|{{OWASP Overview}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Featured Story&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Featured article}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;[http://www.google.com/reader/public/atom/user/16712724397688793161/state/com.google/broadcast The OWASP Moderated AppSec News Feed]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Application Security News}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Members&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Members}}&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Application Security Event Calendar&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Application Security Event Calendar}}&lt;br /&gt;
|-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start of right-column --&amp;gt;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%;border:1px solid #cedff2;background-color:#f5faff;vertical-align:top&amp;quot;|&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5faff&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   --&amp;gt;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Conferences&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Conference}}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Community [[OWASP Community|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Community Table}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP News [[OWASP News|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP News}}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Main_Page&amp;diff=19544</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Main_Page&amp;diff=19544"/>
				<updated>2007-07-03T02:45:01Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:right&amp;quot;&amp;gt;[https://www.watchfire.com/securearea/appscancamp.aspx?id=701500000008ddT https://www.owasp.org/images/e/eb/3_468x60.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:7pt;text-align:right&amp;quot;&amp;gt;Sponsored advertisement. OWASP does not endorse commercial products or services&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;background-color:#ececec;border:1px solid #ccc&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%;color:#000&amp;quot;|&lt;br /&gt;
{|style=&amp;quot;width:280px;border:solid 0px;background:none&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:280px;text-align:center;white-space:nowrap;color:#000&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%;border:none;margin: 0;padding:.1em;color:#000&amp;quot;&amp;gt;'''Welcome to [[About The Open Web Application Security Project|OWASP]]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:+0.2em;font-size: 95%&amp;quot;&amp;gt;the free and open application security community&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Special Links --&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%;color:#000&amp;quot;|&lt;br /&gt;
*[[OWASP Guide Project|Guide]]&lt;br /&gt;
*[[OWASP Top Ten Project|Top Ten]]&lt;br /&gt;
*[[OWASP WebGoat Project|WebGoat]]&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%&amp;quot;|&lt;br /&gt;
*[[OWASP CLASP Project|CLASP]]&lt;br /&gt;
*[[OWASP WebScarab Project|WebScarab]]&lt;br /&gt;
*[[OWASP Legal Project|Contracting]]&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%&amp;quot;|&lt;br /&gt;
*[[OWASP Testing Project|Testing]]&lt;br /&gt;
*[[OWASP Code Review Project|Code Review]]&lt;br /&gt;
*'''[[Special:Allpages|More...]]'''&lt;br /&gt;
|}&amp;lt;!-- End Special Links--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width:100%;background:none;margin:-.8em 0 -.7em 0&amp;quot;&lt;br /&gt;
|style=&amp;quot;font-size:95%;text-align:left;white-space:nowrap;color:#000&amp;quot;|[[About The Open Web Application Security Project|About]] '''·'''  [[Searching|Searching]] '''·''' [[Tutorial|Editing]] '''·''' [[How to add a new article|New Article]]  '''·'''  [[OWASP Categories]]&lt;br /&gt;
|style=&amp;quot;font-size:95%;padding:10px 0;margin:0px;text-align:right;white-space:nowrap;color:#000&amp;quot;|  [[Special:Statistics|Statistics]]  '''·'''  [http://www.owasp.org/index.php?title=Special:Recentchanges&amp;amp;limit=100&amp;amp;hidebots=0 Recent Changes]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start of left-column --&amp;gt;&lt;br /&gt;
{|style=&amp;quot;border-spacing:8px;margin:0px -8px&amp;quot;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5fffa&amp;quot;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;[[About The Open Web Application Security Project|OWASP Overview]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000;align:center&amp;quot;|{{OWASP Overview}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Featured Story&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Featured article}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;The OWASP Moderated AppSec News Feed&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Application Security News}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Members&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Members}}&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Application Security Event Calendar&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Application Security Event Calendar}}&lt;br /&gt;
|-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start of right-column --&amp;gt;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%;border:1px solid #cedff2;background-color:#f5faff;vertical-align:top&amp;quot;|&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5faff&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   --&amp;gt;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Conferences&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Conference}}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Community [[OWASP Community|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Community Table}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP News [[OWASP News|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP News}}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Main_Page&amp;diff=19543</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Main_Page&amp;diff=19543"/>
				<updated>2007-07-03T02:43:42Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:right&amp;quot;&amp;gt;[https://www.watchfire.com/securearea/appscancamp.aspx?id=701500000008ddT https://www.owasp.org/images/e/eb/3_468x60.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:7pt;text-align:right&amp;quot;&amp;gt;Sponsored advertisement. OWASP does not endorse commercial products or services&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;background-color:#ececec;border:1px solid #ccc&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%;color:#000&amp;quot;|&lt;br /&gt;
{|style=&amp;quot;width:280px;border:solid 0px;background:none&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:280px;text-align:center;white-space:nowrap;color:#000&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%;border:none;margin: 0;padding:.1em;color:#000&amp;quot;&amp;gt;'''Welcome to [[About The Open Web Application Security Project|OWASP]]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:+0.2em;font-size: 95%&amp;quot;&amp;gt;the free and open application security community&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Special Links --&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%;color:#000&amp;quot;|&lt;br /&gt;
*[[OWASP Guide Project|Guide]]&lt;br /&gt;
*[[OWASP Top Ten Project|Top Ten]]&lt;br /&gt;
*[[OWASP WebGoat Project|WebGoat]]&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%&amp;quot;|&lt;br /&gt;
*[[OWASP CLASP Project|CLASP]]&lt;br /&gt;
*[[OWASP WebScarab Project|WebScarab]]&lt;br /&gt;
*[[OWASP Legal Project|Contracting]]&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%&amp;quot;|&lt;br /&gt;
*[[OWASP Testing Project|Testing]]&lt;br /&gt;
*[[OWASP Code Review Project|Code Review]]&lt;br /&gt;
*'''[[Special:Allpages|More...]]'''&lt;br /&gt;
|}&amp;lt;!-- End Special Links--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width:100%;background:none;margin:-.8em 0 -.7em 0&amp;quot;&lt;br /&gt;
|style=&amp;quot;font-size:95%;text-align:left;white-space:nowrap;color:#000&amp;quot;|[[About The Open Web Application Security Project|About]] '''·'''  [[Searching|Searching]] '''·''' [[Tutorial|Editing]] '''·''' [[How to add a new article|New Article]]  '''·'''  [[OWASP Categories]]&lt;br /&gt;
|style=&amp;quot;font-size:95%;padding:10px 0;margin:0px;text-align:right;white-space:nowrap;color:#000&amp;quot;|  [[Special:Statistics|Statistics]]  '''·'''  [http://www.owasp.org/index.php?title=Special:Recentchanges&amp;amp;limit=100&amp;amp;hidebots=0 Recent Changes]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start of left-column --&amp;gt;&lt;br /&gt;
{|style=&amp;quot;border-spacing:8px;margin:0px -8px&amp;quot;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5fffa&amp;quot;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;[[About The Open Web Application Security Project|OWASP Overview]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000;align:center&amp;quot;|{{OWASP Overview}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Featured Story&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Featured article}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Application Security News&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Application Security News}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Members&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Members}}&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Application Security Event Calendar&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Application Security Event Calendar}}&lt;br /&gt;
|-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start of right-column --&amp;gt;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%;border:1px solid #cedff2;background-color:#f5faff;vertical-align:top&amp;quot;|&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5faff&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   --&amp;gt;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Conferences&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Conference}}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Community [[OWASP Community|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Community Table}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP News [[OWASP News|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP News}}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:Application_Security_News&amp;diff=19542</id>
		<title>Template:Application Security News</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:Application_Security_News&amp;diff=19542"/>
				<updated>2007-07-03T02:42:03Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This news feed is moderated by OWASP and will feature high-quality posts focused on application security that advance the field, provide useful insight, or are useful educational resources. [http://www.google.com/reader/public/atom/user/16712724397688793161/state/com.google/broadcast The OWASP Moderated AppSec News Feed]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;feed entries=10 length=300 url=&amp;quot;http://www.google.com/reader/public/atom/user/16712724397688793161/state/com.google/broadcast&amp;quot; date=&amp;quot;j M&amp;quot;&amp;gt;&lt;br /&gt;
;{DATE} - [{PERMALINK} {TITLE}]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;font-style:italic;font-size:6;&amp;quot;&amp;gt;-&amp;gt; via &amp;lt;span style=&amp;quot;text-decoration:underline;&amp;quot;&amp;gt;[{PERMALINK} {AUTHOR}]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
:{DESCRIPTION}&lt;br /&gt;
&amp;lt;/feed&amp;gt;&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:Application_Security_News&amp;diff=19541</id>
		<title>Template:Application Security News</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:Application_Security_News&amp;diff=19541"/>
				<updated>2007-07-03T02:40:20Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This news feed is moderated by OWASP and will feature high-quality posts focused on application security that advance the field, provide useful insight, or are useful educational resources. [http://www.google.com/reader/public/atom/user/16712724397688793161/state/com.google/broadcast The OWASP Moderated AppSec News Feed]&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;feed entries=10 length=300 url=&amp;quot;http://www.google.com/reader/public/atom/user/16712724397688793161/state/com.google/broadcast&amp;quot; date=&amp;quot;j M&amp;quot;&amp;gt;&lt;br /&gt;
;{DATE} - [{PERMALINK} {TITLE}] - ({AUTHOR})&lt;br /&gt;
:{DESCRIPTION}&lt;br /&gt;
&amp;lt;/feed&amp;gt;&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Cookies_Database&amp;diff=19395</id>
		<title>Category:OWASP Cookies Database</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Cookies_Database&amp;diff=19395"/>
				<updated>2007-06-25T21:57:57Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==='''Welcome to OWASP Cookies Database Project'''===&lt;br /&gt;
&lt;br /&gt;
OWASP Cookies Database project is aimed to collect and maintain all possible web servers/applications cookie details like cookie name, cookie value and the product name/version which generated the cookies. This database can be used to fingerprint the product name/version by comparing the cookie names and values against the database. This will enhance the accuracy of the application fingerprinting.&lt;br /&gt;
&lt;br /&gt;
The database is ordered as a &amp;quot;reverse-lookup&amp;quot; to facilitate finding technologies in a testing situation. If you need to use the data in another order, we recommend copying the table into a spreadsheet and sorting it according to your needs.&lt;br /&gt;
&lt;br /&gt;
Please help us grow the database by adding the cookies from your technology. To gather the appropriate data, simply go to the webpage in question and type in the following in the URL bar of your browser...&lt;br /&gt;
&lt;br /&gt;
 javascript:alert(document.cookie)&lt;br /&gt;
&lt;br /&gt;
Then create an entry in the table below using the following format. If you don't know what product or version are involved, please leave them blank, and perhaps others will be able to help you. Note, you may want to change a few bytes in the example cookie value so that you aren't disclosing a secret cookie value.&lt;br /&gt;
&lt;br /&gt;
 |-&lt;br /&gt;
 |wiki18_session&lt;br /&gt;
 |qfn5s9|14upcs5b29prn7al090&lt;br /&gt;
 |unknown&lt;br /&gt;
 |[http://www.mediawiki.org MediaWiki]&lt;br /&gt;
 |[http://www.mediawiki.org/wiki/MediaWiki MediaWiki]&lt;br /&gt;
 |1.8&lt;br /&gt;
 |Used at http://www.wikipedia.com&lt;br /&gt;
 |None&lt;br /&gt;
&lt;br /&gt;
==Cookie Database==&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Cookie Name&lt;br /&gt;
|Example Value&lt;br /&gt;
|Cookie Format&lt;br /&gt;
|Company Name&lt;br /&gt;
|Product Name&lt;br /&gt;
|Product Version&lt;br /&gt;
|Product Type&lt;br /&gt;
|Example Site&lt;br /&gt;
|Notes&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|JSESSIONID&lt;br /&gt;
|&lt;br /&gt;
|unknown&lt;br /&gt;
|Many&lt;br /&gt;
|Many&lt;br /&gt;
|Any&lt;br /&gt;
|J2EE Application server&lt;br /&gt;
|Many&lt;br /&gt;
|Many appservers use this cookie including Claudio Resin, [http://jakarta.apache.org/tomcat/ Jakarta Tomcat/JSERV], [http://www.macromedia.com/ Macromedia Jrun]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|ASPSESSIONIDXXXXXXXX&lt;br /&gt;
|XXXXXXXXXXXXXXXXXXXXXXXX&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.microsoft.com/ Microsoft]&lt;br /&gt;
|[http://www.microsoft.com/technet/prodtechnol/windows2000serv/technologies/iis/default.mspx Microsoft Internet Information Services]&lt;br /&gt;
|5.0&lt;br /&gt;
|Application server&lt;br /&gt;
|Many&lt;br /&gt;
|Cookie name varies by site&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|ASP.NET_SessionId&lt;br /&gt;
|0hqed4qelkxvjj153tplacm0&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.microsoft.com/ Microsoft]&lt;br /&gt;
|[http://www.microsoft.com/iis Microsoft Internet Information Services]&lt;br /&gt;
|6.0&lt;br /&gt;
|Application server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PHPSESSION&lt;br /&gt;
|&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.php.net/ The PHP Group]&lt;br /&gt;
|[http://www.php.net/ PHP]&lt;br /&gt;
|Any&lt;br /&gt;
|Web server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|wiki18_session&lt;br /&gt;
|qfn5s9|14upcs5b29prn7al090&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.mediawiki.org/ MediaWiki]&lt;br /&gt;
|[http://www.mediawiki.org/wiki/MediaWiki MediaWiki]&lt;br /&gt;
|1.8&lt;br /&gt;
|Content Management Server&lt;br /&gt;
|http://www.wikipedia.com/&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|WebLogicSession&lt;br /&gt;
|(too large too fit here)&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.bea.com/ BEA]&lt;br /&gt;
|[http://www.bea.com/framework.jsp?CNT=index.htm&amp;amp;FP=/content/products/weblogic BEA WebLogic]&lt;br /&gt;
|Any&lt;br /&gt;
|J2EE Application server&lt;br /&gt;
|TBD&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|BIGipServerxxx_xxx_xxx_PROTO&lt;br /&gt;
|2893454590.19741.0000&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.f5.com/ F5]&lt;br /&gt;
|[http://www.f5.com/products/bigip/ F5 BIG-IP]&lt;br /&gt;
|Any&lt;br /&gt;
|Load balancer&lt;br /&gt;
|TBD&lt;br /&gt;
|Used to mantain persistence based on original client when balancing to a farm. The cookie name contains the name of the web site being accessed as weel as the protocol used.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|SERVERID&lt;br /&gt;
|&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://haproxy.1wt.eu HAproxy]&lt;br /&gt;
|[http://haproxy.1wt.eu HAproxy]&lt;br /&gt;
|Any&lt;br /&gt;
|Load balancer&lt;br /&gt;
|TBD&lt;br /&gt;
|More information in the [ http://haproxy.1wt.eu/download/1.2/doc/architecture.txt Architecture documentation]&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|SaneID&lt;br /&gt;
|A.B.C.D-1018349510644&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.sane.com/ UNICA corporation]&lt;br /&gt;
|[http://www.unica.com/product/product.cfm?pw=untng Unica NetTracker] (formerly SANE NetTracker)&lt;br /&gt;
|Any&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|http://www.sane.com/&lt;br /&gt;
|A.B.C.D is the IP address of the client accessing the site&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|ssuid&lt;br /&gt;
|Maxliw00vvM00001fbb6Oxn0wb&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.vignette.com/ Vignette]&lt;br /&gt;
|[http://www.vignette.com/ Vignette]&lt;br /&gt;
|Any&lt;br /&gt;
|Content Manager&lt;br /&gt;
|TBD&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|vgnvisitor&lt;br /&gt;
|Mawd0M00heY0000~fBiFkE0035&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.vignette.com/ Vignette]&lt;br /&gt;
|[http://www.vignette.com/ Vignette]&lt;br /&gt;
|Any&lt;br /&gt;
|Content Manager&lt;br /&gt;
|TBD&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|SESSION_ID&lt;br /&gt;
|(too large too fit here)&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.ibm.com/ IBM]&lt;br /&gt;
|[http://www.ibm.com/ IBM Net.Commerce]&lt;br /&gt;
|Any&lt;br /&gt;
|Application&lt;br /&gt;
|TBD&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|NSES40Session&lt;br /&gt;
|2%253A3e57d375%253Adc59172283a7e72c&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.redhat.com/ RedHat]&lt;br /&gt;
|[http://enterprise.netscape.com/ Netscape Enterprise Server]&lt;br /&gt;
|4.0&lt;br /&gt;
|Application Server&lt;br /&gt;
|TBD&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|iPlanetUserId&lt;br /&gt;
|A.B.C.D:29511018555049&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.sun.com/ Sun]&lt;br /&gt;
|iPlanet web server (discontinued, replaced by SunONE web server and later by [http://www.sun.com/software/products/web_srvr/home_web_srvr.xml Java System Application Server])&lt;br /&gt;
|6.x&lt;br /&gt;
|Application Server&lt;br /&gt;
|TBD&lt;br /&gt;
|A.B.C.D is the client's IP address&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|gx_session_id_&lt;br /&gt;
|f42d0282513ff402&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.sun.com/ Sun]&lt;br /&gt;
|[http://www.sun.com/software/products/appsrvr/index.xml Java System ApplicationServer])&lt;br /&gt;
|TBD&lt;br /&gt;
|Application Server&lt;br /&gt;
|TBD&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|JROUTE&lt;br /&gt;
|VAyc&lt;br /&gt;
|Four characters.&lt;br /&gt;
|[http://www.sun.com/ Sun]&lt;br /&gt;
|[http://www.sun.com/software/products/appsrvr/index.xml Java System ApplicationServer])&lt;br /&gt;
|http://www.sun.com/&lt;br /&gt;
|Application Server&lt;br /&gt;
|TBD&lt;br /&gt;
|Used by the load balancing module to determine the server backend.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|RMID&lt;br /&gt;
|d442af2b3d1ccf30&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.real.com/ Real]&lt;br /&gt;
|RealMedia OpenAdStream&lt;br /&gt;
|6.x&lt;br /&gt;
|Media Server&lt;br /&gt;
|TBD&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|JSESSIONID&lt;br /&gt;
|afbx7QRlFZje&lt;br /&gt;
|unknown&lt;br /&gt;
|TBD&lt;br /&gt;
|Claudio Resin&lt;br /&gt;
|TBD&lt;br /&gt;
|J2EE Application server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Apache&lt;br /&gt;
|A.B.C.D.265301162333949602&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.apache.org/ Apache Foundation]&lt;br /&gt;
|[http://httpd.apache.org/ Apache web server]&lt;br /&gt;
|http://www.paypal.com&lt;br /&gt;
|Web server&lt;br /&gt;
|Many&lt;br /&gt;
|A.B.C.D is the client's IP address&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|JSESSIONID&lt;br /&gt;
|4ah34a8xo1&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.apache.org/ Apache Foundation]&lt;br /&gt;
|[http://jakarta.apache.org/tomcat/ Jakarta Tomcat/JSERV]&lt;br /&gt;
|TBD&lt;br /&gt;
|J2EE Application server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|JSESSIONID&lt;br /&gt;
|&lt;br /&gt;
|TBD&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www.ibm.com/software/webservers/appserv/was/ IBM WebSphere Application Server]&lt;br /&gt;
|TBD&lt;br /&gt;
|J2EE Application server&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|JSESSIONID&lt;br /&gt;
|&lt;br /&gt;
|TBD&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www.ibm.com/software/webservers/httpservers/ IBM HTTP Server]&lt;br /&gt;
|TBD&lt;br /&gt;
|Web server&lt;br /&gt;
|Many&lt;br /&gt;
|When IHS is used as a plugin to WAS it will modify the JSESSIONID and add one value to identify the web server being balanced postfixing its name (as defined in the plugin configuration)&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|JSESSIONID&lt;br /&gt;
|80302068121025709932681&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.macromedia.com/ Macromedia]&lt;br /&gt;
|[http://www.macromedia.com/ Macromedia Jrun]&lt;br /&gt;
|TBD&lt;br /&gt;
|J2EE Application server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CFID&lt;br /&gt;
|&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.macromedia.com/ Macromedia]&lt;br /&gt;
|[http://www.macromedia.com/ Coldfusion]&lt;br /&gt;
|TBD&lt;br /&gt;
|Application server&lt;br /&gt;
|Many&lt;br /&gt;
|See [http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17919 KB#17919] and [http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17915 KB#17915]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CFTOKEN&lt;br /&gt;
|&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.macromedia.com/ Macromedia]&lt;br /&gt;
|[http://www.macromedia.com/ Coldfusion]&lt;br /&gt;
|TBD&lt;br /&gt;
|Application server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CFGLOBALS&lt;br /&gt;
|&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.macromedia.com/ Macromedia]&lt;br /&gt;
|[http://www.macromedia.com/ Coldfusion]&lt;br /&gt;
|TBD&lt;br /&gt;
|Application server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|RoxenUserID&lt;br /&gt;
|07761bc31df67ae8c4441a89bc7ceed5&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.roxen.com/ Roxen]&lt;br /&gt;
|[http://www.roxen.com/ Roxen Web Server]&lt;br /&gt;
|TBD&lt;br /&gt;
|Web server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|JServSessionIdroot&lt;br /&gt;
|vvni7vxu8n&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.apache.org/ Apache Foundation]&lt;br /&gt;
|[http://java.apache.org/jserv/ ApacheJServ]&lt;br /&gt;
|TBD&lt;br /&gt;
|Web server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|sesessionid&lt;br /&gt;
|ZJ0DMWIAAA51VQFI50BD0VA&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www.ibm.com/software/webservers/appserv/was/ IBM WebSphere Application Server ]&lt;br /&gt;
|TBD&lt;br /&gt;
|Application server&lt;br /&gt;
|Many&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PD-S-SESSION-ID&lt;br /&gt;
|2_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://publib.boulder.ibm.com/tividd/td/IBMAccessManagerfore-business6.0.html IBM Tivoli Access Manager WebSeal] (part of the IBM TAM for e-business)&lt;br /&gt;
|5.x, 6.x&lt;br /&gt;
|Reverse authentication proxy&lt;br /&gt;
|Many&lt;br /&gt;
|Where 'x' is {[A-Z],[a-z],[0-9],+,-}. The cookie is set as 'Secure'&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|PD_STATEFUL_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx&lt;br /&gt;
|/LOCATION&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://publib.boulder.ibm.com/tividd/td/IBMAccessManagerfore-business6.0.html IBM Tivoli Access Manager WebSeal] (part of the IBM TAM for e-business)&lt;br /&gt;
|5.x, 6.x&lt;br /&gt;
|Reverse authentication proxy&lt;br /&gt;
|Many&lt;br /&gt;
|This cookie is used when accessing an authenticated area. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|WEBTRENDS_ID&lt;br /&gt;
|A.B.C.D-1091519275.658578&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.webtrends.com/ WebTrends]&lt;br /&gt;
|[http://www.webtrends.com/ WebTrends]&lt;br /&gt;
|TBD&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|__utmX&lt;br /&gt;
|&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.google.com Google]&lt;br /&gt;
|[http://www.google.com/support/urchin45/bin/answer.py?answer=28307&amp;amp;topic=7425 Urchin Tracking Module]&lt;br /&gt;
|TBD&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|Many&lt;br /&gt;
|X can be 'a', 'b', 'c', 'v', 'z' ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|sc_id&lt;br /&gt;
|&lt;br /&gt;
|Number?&lt;br /&gt;
|[http://www.omniture.com Omniture]&lt;br /&gt;
|[http://www.omniture.com Omniture]&lt;br /&gt;
|http://2o7.net&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|s_sq&lt;br /&gt;
|&lt;br /&gt;
|Number?&lt;br /&gt;
|[http://www.omniture.com Omniture]&lt;br /&gt;
|[http://www.omniture.com Omniture]&lt;br /&gt;
|http://2o7.net&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|s_sess&lt;br /&gt;
|&lt;br /&gt;
|Number?&lt;br /&gt;
|[http://www.omniture.com Omniture]&lt;br /&gt;
|[http://www.omniture.com Omniture]&lt;br /&gt;
|http://2o7.net&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|s_vi_XXXXXX&lt;br /&gt;
|[CS]v4|XXXX[CE]&lt;br /&gt;
|Number?&lt;br /&gt;
|[http://www.omniture.com Omniture]&lt;br /&gt;
|[http://www.omniture.com Omniture]&lt;br /&gt;
|http://2o7.net&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|Many&lt;br /&gt;
|The XXX part of the cookie name and content are of variable length.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MintUnique &lt;br /&gt;
|1&lt;br /&gt;
|Number?&lt;br /&gt;
|[http://www.shauninman.com/ Shaun Inman]&lt;br /&gt;
|[http://haveamint.com/ Mint]&lt;br /&gt;
|TBD&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|MintXXXX&lt;br /&gt;
|1&lt;br /&gt;
|Number?&lt;br /&gt;
|[http://www.shauninman.com/ Shaun Inman]&lt;br /&gt;
|[http://haveamint.com/ Mint]&lt;br /&gt;
|TBD&lt;br /&gt;
|Tracking visitors&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|SS_X_CSINTERSESSIONID&lt;br /&gt;
|0001P73k2FUEYEU4Ks5TtKxcs2K:vv0b9pej&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.fatwire.com/ FatWire]&lt;br /&gt;
|[http://www.fatwire.com/ OpenMarket/FatWire Content Server]&lt;br /&gt;
|TBD&lt;br /&gt;
|Content server&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|CSINTERSESSIONID&lt;br /&gt;
|0001xquPwAx2NFUFvi7yw-43f35:vv7sdeqs&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.fatwire.com/ FatWire]&lt;br /&gt;
|[http://www.fatwire.com/ OpenMarket/FatWire Content Server]&lt;br /&gt;
|TBD&lt;br /&gt;
|Content server&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|_sn&lt;br /&gt;
|u3YBSdYfaf0oa5H1hz7Tc0ccApc0T1Iz60QWgeSiMEA_&lt;br /&gt;
|unknown&lt;br /&gt;
|[http://www.siebel.com/ Siebel]&lt;br /&gt;
|[http://www.siebel.com/ Siebel CRM]&lt;br /&gt;
|TBD&lt;br /&gt;
|Application&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|BCSI-CSCXXXXXXX&lt;br /&gt;
|1&lt;br /&gt;
|Number&lt;br /&gt;
|[http://www.bluecoat.com/ Bluecoat]&lt;br /&gt;
|[http://www.bluecoat.com/ BlueCoat Proxy]&lt;br /&gt;
|TBD&lt;br /&gt;
|Proxy&lt;br /&gt;
|Many&lt;br /&gt;
|None.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Ltpatoken&lt;br /&gt;
| TBD&lt;br /&gt;
| Base64 encoding +3DES encryption (ECB mode) using the server's DES password. Contains:  TokenHeader[4 BYTES] +  HexEncoded((DWORD)TokenCreationDate)[8 BYTES] + hexEncoded((DWORD)TokenExpirationDate)[8 BYTES] + Canonicalized username [variable] +  SHA1(TokenHeader + TokenCreation + TokenExpiration + Username+Secret)[20 BYTES]. TokenHeader = First byte reserved, three bytes for secret sequence usage. TokenCreationDate = A number representing the time and date of the token creation. (TokenCreationDate is the number of seconds to elapse since midnight (00:00:00), January 1, 1970) in GMT. TokenExpirationDate = A number representing the time and date of the token expiration. (TokenExpirationDate is the number of seconds to elapse since midnight (00:00:00), January 1, 1970) in GMT&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www.ibm.com/software/webservers/appserv/was/ IBM WebSphere Application Server ]&lt;br /&gt;
|5.1 and earlier&lt;br /&gt;
|Application server&lt;br /&gt;
|TBD&lt;br /&gt;
|LTPA (Lightweight Third Party Authentication) is used for Single Sign On. For more information see http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/tsec_msso.html for more information on decoding see http://www.penumbra.org/LWCM/forum.nsf/85255e6f0052055e85255d7f005ed8bc/FF6A0D36B80FBA6E85256CC60077C094?OpenDocument&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Ltpatoken2&lt;br /&gt;
| TBD&lt;br /&gt;
| TBD &lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www.ibm.com/software/webservers/appserv/was/ IBM WebSphere Application Server]&lt;br /&gt;
|5.1.1 and later&lt;br /&gt;
|Application server&lt;br /&gt;
|TBD&lt;br /&gt;
|LTPA (Lightweight Third Party Authentication) is used for Single Sign On. For more information see http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/com.ibm.websphere.express.doc/info/exp/ae/tsec_msso.html&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Ltpatoken&lt;br /&gt;
| TBD&lt;br /&gt;
| Base64 encoded, 3-des encrypted: header:server/userDn % timestamps % rsa-signature. Timestamp is the expiration date (in long).&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www-128.ibm.com/developerworks/lotus Lotus Domino]&lt;br /&gt;
|5.0x and later&lt;br /&gt;
|Application&lt;br /&gt;
|TBD&lt;br /&gt;
|LTPA (Lightweight Third Party Authentication) is used for Single Sign On. For more information see http://www.lotus.com/ldd/labscontent.nsf/lookup/session_auth, http://www.ibm.com/developerworks/ibm/library/it-0101art2/ and http://www.lotus.com/ldd/doc/domino_notes/7.0/help7_admin.nsf/Main?OpenFrameSet. The cookie name can be changed (except for 5.0x servers) based on the iNotes_WA_AuthTokenName configuration variable. For more information on decoding see http://www.penumbra.org/LWCM/forum.nsf/85255e6f0052055e85255d7f005ed8bc/FF6A0D36B80FBA6E85256CC60077C094?OpenDocument&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|LtpatokenExpiry&lt;br /&gt;
|12:00:00+GMT+Today&lt;br /&gt;
| String&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www-128.ibm.com/developerworks/lotus Lotus Domino]&lt;br /&gt;
|5.0x and later&lt;br /&gt;
|Application&lt;br /&gt;
|TBD&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|LtpatokenUsername&lt;br /&gt;
|CN=John+Doe/O=Org&lt;br /&gt;
|String&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www-128.ibm.com/developerworks/lotus Lotus Domino]&lt;br /&gt;
|5.0x and later&lt;br /&gt;
|Application&lt;br /&gt;
|TBD&lt;br /&gt;
|None&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|DomAuthSessID&lt;br /&gt;
| TBD&lt;br /&gt;
| TBD&lt;br /&gt;
|[http://www.ibm.org/ IBM]&lt;br /&gt;
|[http://www-128.ibm.com/developerworks/lotus Lotus Domino]&lt;br /&gt;
|TBD&lt;br /&gt;
|Application&lt;br /&gt;
|TBD&lt;br /&gt;
|Session-based authentication in a single server, by default, the cookie expires after 30 minutes of inactivity. See http://www.ibm.com/support/docview.wss?uid=swg27003558&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|Cookie Name&lt;br /&gt;
|Example Value&lt;br /&gt;
|Cookie Format&lt;br /&gt;
|Company Name&lt;br /&gt;
|Product Name&lt;br /&gt;
|Product Version&lt;br /&gt;
|Product Type&lt;br /&gt;
|Example Site&lt;br /&gt;
|Notes&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Volunteers Needed==&lt;br /&gt;
&lt;br /&gt;
If you are interested in participating this project, drop a mail to syedma 'at' microland.net. The sucess of this project depends on more and more number of participants and cookie signatures&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Testing Project]]&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:Main_Page&amp;diff=19104</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:Main_Page&amp;diff=19104"/>
				<updated>2007-06-10T19:19:30Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: Reverted edits by Wwwzhudan (Talk); changed back to last version by OWASP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are &amp;quot;discussion&amp;quot; pages (also known as &amp;quot;talk&amp;quot; pages) associated with every article at OWASP.  You can leave questions, comments, or ideas on these pages for other authors to review.  These pages are a good place to propose ideas or discuss possible approaches to problems.  You should &amp;quot;sign&amp;quot; your comments by adding four tilde characters (&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;) after your comment. Thanks!&lt;br /&gt;
&lt;br /&gt;
==OWASP in Latin America?==&lt;br /&gt;
&lt;br /&gt;
Hi my name is Katia Guzman, and I am interested in knowing experiences in OWASP's use in latin america. If someone knows about some case, I will be grateful for it.&lt;br /&gt;
&lt;br /&gt;
 Please check out the [[:Category:OWASP Chapter|Local Chapters]]&lt;br /&gt;
 in latin america and contact the folks running them. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Application Security Students==&lt;br /&gt;
&lt;br /&gt;
I am Yogesh - student, I heard about OWASP's &amp;amp; intrested to go into application info security.As it is a vast field of expertize. Tell me how a studend with specialized MBA-IT background can fit in. &lt;br /&gt;
&lt;br /&gt;
 The best way to learn application security is by doing it. Check&lt;br /&gt;
 out the [[OWASP student projects]] for some ideas. It's a great way&lt;br /&gt;
 to learn. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What basic knowledge should I have before choosing &amp;quot;Threat Risk modeling&amp;quot; as my career. (Looking for detailed feedback )  Thank you&lt;br /&gt;
&lt;br /&gt;
 You need a basic knowledge of application security principles,&lt;br /&gt;
 threats, attacks, vulnerabilities, and countermeasures. Check the&lt;br /&gt;
 [[:Category:OWASP Honeycomb Project|OWASP Honeycomb Project]] for the basic&lt;br /&gt;
 information you need. You should also read about the process of threat modeling.&lt;br /&gt;
 There are a few books on the subject, including &amp;quot;Threat Modeling&amp;quot; and&lt;br /&gt;
 &amp;quot;Secure Development Lifecycle&amp;quot; from the Microsoft Press. Note - it's not yet&lt;br /&gt;
 clear whether &amp;quot;Threat Risk modeling&amp;quot; is actually a career yet. There are clear&lt;br /&gt;
 careers as an &amp;quot;application security architect&amp;quot; and &amp;quot;application security tester&amp;quot;&lt;br /&gt;
 (including cod review).&lt;br /&gt;
&lt;br /&gt;
==Java Application Security==&lt;br /&gt;
&lt;br /&gt;
What are the specific thing which we need to keep in mind while programming in JAVA to make our code secure to all types of attack (--[[User:Rajnishk7|Rajnishk7]] 02:46, 24 June 2006 (EDT))&lt;br /&gt;
&lt;br /&gt;
 Check out the [[:Category:OWASP Java Project|OWASP Java Project]]&lt;br /&gt;
 for lots of information on this topic. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:Featured_article&amp;diff=18844</id>
		<title>Template:Featured article</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:Featured_article&amp;diff=18844"/>
				<updated>2007-05-28T00:46:53Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[OWASP Spring Of Code 2007|Over 25 NEW OWASP Projects Underway!!!]]'''&lt;br /&gt;
&lt;br /&gt;
[[Image:290px-OWASP SpoC2007 Logo.jpg|180px|left]]&lt;br /&gt;
&lt;br /&gt;
OWASP is funding over 25 new application security projects this Spring with over $120,000. There are a variety of tools, documents, and other [[OWASP_Spring_Of_Code_2007_Applications|projects]] in the works. These projects are well underway and are targeted to be complete by the end of July. Congratulations to all the participants - everyone is looking forward to your work!&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:Featured_article&amp;diff=18843</id>
		<title>Template:Featured article</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:Featured_article&amp;diff=18843"/>
				<updated>2007-05-28T00:46:13Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[OWASP Spring Of Code 2007|OWASP Spring Of Code Projects Selected]]'''&lt;br /&gt;
&lt;br /&gt;
[[Image:290px-OWASP SpoC2007 Logo.jpg|180px|left]]&lt;br /&gt;
&lt;br /&gt;
OWASP is funding over 25 new application security projects this Spring with over $120,000. There are a variety of tools, documents, and other [[OWASP_Spring_Of_Code_2007_Applications|projects]] in the works. These projects are well underway and are targeted to be complete by the end of July. Congratulations to all the participants - everyone is looking forward to your work!&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_News&amp;diff=18842</id>
		<title>Template:OWASP News</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_News&amp;diff=18842"/>
				<updated>2007-05-28T00:40:24Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- post news stories on [[OWASP News]] and they'll get picked up here soon --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; '''Apr 17 - [[OWASP Newsletter 8]]'''&lt;br /&gt;
: OWASP SpoC projects selected, new OWASP WeBecki tool, OWASP Code Review project, OWASP updates and much more&lt;br /&gt;
&lt;br /&gt;
; '''Mar 19 - [[OWASP Newsletter 7]]'''&lt;br /&gt;
: OWASP Spring of Code, new OWASP SWAAT static analysis tool, OWASP updates and much more&lt;br /&gt;
&lt;br /&gt;
; '''Mar 6 - [[OWASP Newsletter 6]]'''&lt;br /&gt;
: OWASP Autumn of Code 2006 finished, XML Gateway Eval Project, OWASP updates and much more&lt;br /&gt;
&lt;br /&gt;
; '''Mar 3 - Good OWASP Blog Posts'''&lt;br /&gt;
:* [http://blogs.owasp.org/diniscruz/2007/02/20/sanboxes-on-olpc-and-wmf-maf/ Sanboxes on OLPC and WMF, MAF]&lt;br /&gt;
:* [http://blogs.owasp.org/dacort/2007/02/14/the-game-is-heating-up/ The game is heating up]  &lt;br /&gt;
:* [http://blogs.owasp.org/seba/2007/02/22/javascript-badware/ JavaScript Badware]&lt;br /&gt;
:* [http://blogs.owasp.org/eoinkeary/2007/02/21/the-uk-computer-misuse-act-could-ban-distribution-of-security-tools/ The (UK) Computer misuse Act could ban distribution of security tools.]&lt;br /&gt;
&lt;br /&gt;
; '''Feb 23 - [[OWASP Newsletter 5]]'''&lt;br /&gt;
: OWASP Conference Europe, OWASP Tiger, OWASP Testing Guide v2 Published and much more&lt;br /&gt;
&lt;br /&gt;
; '''Jan 31 - [[OWASP Newsletter 4]]'''&lt;br /&gt;
: OWASP TOP 10 RC1, WebGoat 5.0 RC1, OWASP Documentation Projects and much more&lt;br /&gt;
&lt;br /&gt;
; '''Jan 22 - [[OWASP Newsletter 3]]'''&lt;br /&gt;
: OWASP projects that need your help, OWASP Java Project, OWASP Live CD,  Latest additions to the WIKI,  OWASP references in the Media&lt;br /&gt;
&lt;br /&gt;
; [[OWASP News|Older news...]]&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=18368</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=18368"/>
				<updated>2007-05-04T03:45:07Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/8/8a/Chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! May&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 5/1&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/2&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/6&lt;br /&gt;
| [[Turkey]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 5/8&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/10&lt;br /&gt;
| [[Belgium]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/15&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/21&lt;br /&gt;
| [[Israel]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/22&lt;br /&gt;
| [[New Zealand]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/29&lt;br /&gt;
| [[Italy]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! June&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 6/5&lt;br /&gt;
| [[Houston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 6/5&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 6/5&lt;br /&gt;
| [[Helsinki]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 6/12&lt;br /&gt;
| [[New Jersey]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 6/15&lt;br /&gt;
| [[Spain]]'''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Legal&amp;diff=18351</id>
		<title>Legal</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Legal&amp;diff=18351"/>
				<updated>2007-05-03T05:03:02Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: Redirecting to Category:OWASP Legal Project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[:Category:OWASP Legal Project]]&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Members&amp;diff=18332</id>
		<title>Template:OWASP Members</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Members&amp;diff=18332"/>
				<updated>2007-05-01T23:46:50Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If you use OWASP materials, please consider helping us continue our work.&lt;br /&gt;
&lt;br /&gt;
* '''[[Membership]]''' - Individual and corporate membership details&lt;br /&gt;
* '''[[Member Offers]]''' - Discounts and other benefits available from OWASP members&lt;br /&gt;
&lt;br /&gt;
The following companies are supporting OWASP with their membership:&lt;br /&gt;
&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5fffa&amp;quot;&lt;br /&gt;
 |-&lt;br /&gt;
  |  [http://www.aamc.org https://www.owasp.org/images/8/85/Aamc-transparent-sm.gif]&lt;br /&gt;
  || [http://www.accessitgroup.com https://www.owasp.org/images/6/6d/Accessit.JPG]&lt;br /&gt;
 |-&lt;br /&gt;
  | [http://www.ascure.com https://www.owasp.org/images/4/49/Ascure_logo.jpg]&lt;br /&gt;
  ||  [http://www.aspectsecurity.com https://www.owasp.org/images/c/c1/Aspect_logo_owasp.jpg]&lt;br /&gt;
 |-&lt;br /&gt;
  | [http://www.boozallen.com https://www.owasp.org/images/5/5d/Bah_logo.jpg]&lt;br /&gt;
  || [http://www.breach.com https://www.owasp.org/images/9/9c/Breach_logo.gif]&lt;br /&gt;
 |-&lt;br /&gt;
  | [http://www.cenzic.com/ https://www.owasp.org/images/f/f3/CenzicLogo.gif]&lt;br /&gt;
  || [http://www.clusit.it https://www.owasp.org/images/c/cd/100px-Clusit_logo_b130.gif]&lt;br /&gt;
 |-&lt;br /&gt;
  | [http://www.corpone.org https://www.owasp.org/images/f/f6/Corpone_150x61.gif]&lt;br /&gt;
  || [http://www.corsaire.com https://www.owasp.org/images/8/81/Corsaire_smalllogo.JPG]&lt;br /&gt;
 |-&lt;br /&gt;
  |  [http://www.deloitte.co.za https://www.owasp.org/images/b/b4/100px-Deloitte-logo.gif]&lt;br /&gt;
  || [http://www.f5.com https://www.owasp.org/images/7/7e/50px-F5_50px.jpg] &lt;br /&gt;
 |-&lt;br /&gt;
  |  [http://www.fortifysoftware.com https://www.owasp.org/images/d/d1/Fortify.JPG]&lt;br /&gt;
  || [http://www.foundstone.com https://www.owasp.org/images/b/b5/100px-Foundstone.png]&lt;br /&gt;
 |-&lt;br /&gt;
  | [http://www.hurricanelabs.com/ https://www.owasp.org/images/f/f0/Hurricane.gif]&lt;br /&gt;
  ||  [http://www.infovision.net/ https://www.owasp.org/images/e/e4/Infovison_logo.gif]&lt;br /&gt;
 |-&lt;br /&gt;
  |  [http://www.ing.com/ https://www.owasp.org/images/9/93/ING_RGB_colour.jpg]&lt;br /&gt;
  || [http://www.ioactive.com https://www.owasp.org/images/4/46/IOActive.gif]&lt;br /&gt;
 |-&lt;br /&gt;
  | [http://www.ouncelabs.com/ https://www.owasp.org/images/3/33/Ounce_labs.jpg]&lt;br /&gt;
  ||  [http://www.unisys.com https://www.owasp.org/images/4/4b/100px-Unisyslogo.gif]&lt;br /&gt;
 |-&lt;br /&gt;
  |  [http://www.securityresearch.at https://www.owasp.org/images/f/f1/Sba.jpg]&lt;br /&gt;
  || [http://www.securityuniversity.net https://www.owasp.org/images/c/cd/Sec_university.gif]&lt;br /&gt;
 |-&lt;br /&gt;
  |  [http://www.visa.com https://www.owasp.org/images/5/5d/80px-Visa.gif]&lt;br /&gt;
  || [http://www.zionsecurity.com/index.php https://www.owasp.org/images/3/36/100px-Zion_150_37.jpg]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
&amp;amp;nbsp;&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:Application_Security_News&amp;diff=18028</id>
		<title>Template:Application Security News</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:Application_Security_News&amp;diff=18028"/>
				<updated>2007-04-23T18:27:06Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- please add stories to the main Application Security News page --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; '''Apr 21 - [http://www.theage.com.au/articles/2007/04/23/1177180548617.html Concurrency and porn]'''&lt;br /&gt;
: &amp;quot;First it was porn, now it's privacy - a technical stuff-up on reality show Big Brother's website is said to have exposed the personal details of fans who signed up for its special features. Following reports that visitors to a pirate Big Brother site were sent to a hardcore porn page, it now seems the names and phone numbers of people who registered for the official site were able to be viewed by others&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; '''Apr 21 - [http://www.enterprisenetworkingplanet.com/netsecur/article.php/3673056 Does first Vista 0day undermine SDL?]'''&lt;br /&gt;
: Ken van Wyk discusses the importance of process for producing secure software, and notes that attacks on Vista may undermine the general support for Microsoft's approach. Check out Michael Howard's [http://www.owasp.org/index.php/Image:OWASPAppSec2006Seattle_SecurityEngineeringInVista.ppt talk] from the last OWASP conference for a great discussion on the success of the SDL.&lt;br /&gt;
&lt;br /&gt;
; '''Apr 19 - [http://www.wired.com/politics/security/commentary/securitymatters/2007/04/securitymatters_0419?currentPage=all Why the software market is full of lemons]'''&lt;br /&gt;
: Bruce Schneier finally chimes in on an [[http://www.aspectsecurity.com/documents/Aspect_HCSS_Unsafe_At_Any_Speed.ppt old OWASP theme]] - the problem of assymetric information between software buyers and sellers. He only talks about security products, but the same problem affects all types of software. Check the [[http://www.owasp.org/index.php/Types_of_application_security_metrics Software Facts Label] which is an idea for actually doing something to change the game.&lt;br /&gt;
&lt;br /&gt;
; '''Apr 10 - [http://www.csoonline.com/alarmed/?source=nlt_csoupdate &amp;quot;There is no hope&amp;quot;]'''&lt;br /&gt;
: Despite all the good stuff at OWASP, Scott Berinato is giving up. &amp;quot;No official announcement is forthcoming, but the Internet is broken and it can't be repaired. Oh, it's still there. You can still use it. Then again, if you went hiking and came across an old, broken-down mine shaft, you could still use that, too.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; '''Mar 15 - [http://aviv.raffon.net/2007/03/14/PhishingUsingIE7LocalResourceVulnerability.aspx local IE 7 phishing hole]'''&lt;br /&gt;
:Provides a nice proof of concept with CNN (Link at the bottom). &amp;quot;Internet Explorer 7.0 is vulnerable to cross-site scripting in one of its local resources. In combination with a design flaw in this specific local resource it is possible for an attacker to easily conduct phishing attacks against IE7 users.&amp;quot; CNET News also picked this up as a [http://news.com.com/2100-1002_3-6167410.html?part=rss&amp;amp;tag=2547-1_3-0-20&amp;amp;subj=news story].&lt;br /&gt;
&lt;br /&gt;
; '''Mar 14 -  [http://mybeni.rootzilla.de/mybeNi/2007/gmail_information_disclosure/ GMail Information Disclosure]'''&lt;br /&gt;
:Only a tiny XSS hole to demonstrate a disclosure proof-of-concept through AJAX/JSON of all contacts you ever mailed. If a domains covers a lot of functionality and users, one XSS can be devastating. Remember the Google Desktop vulnerability. What is frightening is that it took Beni only ~5 minutes to find a XSS hole.&lt;br /&gt;
&lt;br /&gt;
; '''Mar 8 -  [http://myappsecurity.blogspot.com/search/label/reflection Anurag Agarwal's reflection series]'''&lt;br /&gt;
:Anurag Agarwal maintains an interesting [http://myappsecurity.blogspot.com/ blog] on Web Application Security. Recently he started a serie of reflections on people active in this field. Up until now he covered Amit Klein, RSnake, Jeremiah Grossman, Ivan Ristic and Sheeraj Shah. Lot's of good pointers to web application research of the last years!&lt;br /&gt;
&lt;br /&gt;
; [[Application Security News|Older news...]]&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17803</id>
		<title>OWASP Community</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17803"/>
				<updated>2007-04-06T14:47:39Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for people to post OWASP related events, such as chapter meetings, OWASP conferences, get-togethers, and OWASP sponsored events.&lt;br /&gt;
&lt;br /&gt;
Events from previous years are archived here:&lt;br /&gt;
* '''[[OWASP Community 2006]]'''&lt;br /&gt;
&lt;br /&gt;
This page is monitored, and items posted here will be copied to the OWASP [[Main Page]].  Please post new items in chronological order using the following format:&lt;br /&gt;
&lt;br /&gt;
 '''Mon ## (##:00h) - [[Article]]'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
CHAPTER LEADS -- please put your schedule here and we'll post a month in advance&lt;br /&gt;
&lt;br /&gt;
*** Belgium ***&lt;br /&gt;
&lt;br /&gt;
*** OTTAWA: Rough dates ***&lt;br /&gt;
'''Sept 12 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
'''Nov 14 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
*** BOSTON: Every first Wednesday of the month ***&lt;br /&gt;
&lt;br /&gt;
*** MELBOURNE: First Tuesday of the month ***&lt;br /&gt;
'''Jun 5 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''Jul 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** NETHERLANDS: Second Thursday of the month sometimes ***&lt;br /&gt;
'''Sept 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
'''Dec 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** ROCHESTER: Every third Monday of the month ***&lt;br /&gt;
&lt;br /&gt;
*** TORONTO: Every second Wednesday of the month&lt;br /&gt;
&lt;br /&gt;
*** VIRGINIA: Every second thursday of the month ***&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Events==&lt;br /&gt;
&lt;br /&gt;
'''May 21 (14:00h) - [[Israel|2nd OWASP Israel mini conference]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 15 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 10 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 9 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 9 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
'''May 8 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 2 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 1 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 26 (17:00h) - [[Switzerland|Switzerland chapter meeting and &amp;quot;Swiss Security Dinner&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 20 (19:00h) - [[Hong Kong|Hong Kong chapter meeting - Objectives for 2007]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 19 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 17 (18:00h) - [[New Jersey|NY/NJ Metro chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 17 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 12 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 12 (18:00h) - [[San Jose|San Jose chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 11 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 4 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 30 - [[http://www.owasp.org/index.php/Italy#March_30th.2C_2007_-_Master_in_Security_-_University_of_Rome_.22La_Sapienza.22| Italy@Master in Security at &amp;quot;La Sapienza&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (11:30h) - [[San Antonio|San Antonio chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
; '''Mar 27-30 - [http://www.blackhat.com Black Hat Euro]'''&lt;br /&gt;
: OWASP members receive a Euro 100 Briefings discount by inserting BH7EUASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Mar 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 21-22 - [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 20 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Chicago|Chicago chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 13 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 8 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Kansas City|Kansas City chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[Philadelphia|Philadelphia chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[San Francisco|San Francisco and San Jose chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 5 (11:00h) - [[New Jersey|New Jersey chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 1 (11:30h) - [http://www.eusecwest.com/agenda.html EUSecWest 07: Testing Guide]'''&lt;br /&gt;
&lt;br /&gt;
; '''Feb 26-Mar 1 - [http://www.blackhat.com Black Hat DC]'''&lt;br /&gt;
: OWASP members receive a $100 Briefings discount by inserting BH7DCASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Feb 28 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 27 (18:00h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:30h) - [[Helsinki|Helsinki chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 21 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 19 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 13 (18:00h) - [[Ireland|Ireland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 12 (18:30h) - [[Switzerland|Switzerland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6-7 - [[Italy#February_6th-8th.2C_2007_-_InfoSecurity|Italy@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 2 (14:00h) - [[Chennai|Chennai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 31 (15:00h) - [[Mumbai|Mumbai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 30 (11:30h) - [[Austin|Austin chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (18:00h) - [[San Francisco| San Francisco chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (14:30h) - [[Italy#October_25th.2C_2007_-_Isaca_Rome|Italy@ISACA Rome]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 24 (17:30h) - [[Israel#6th_OWASP_IL_meeting:_Wednesday.2C_January_24th_2007|6th OWASP Israel chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 23 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 22 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 17 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 16 (17:45h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:30h) - [[Phoenix|Phoenix chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 10 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 8 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 3 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17802</id>
		<title>OWASP Community</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17802"/>
				<updated>2007-04-06T14:04:42Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for people to post OWASP related events, such as chapter meetings, OWASP conferences, get-togethers, and OWASP sponsored events.&lt;br /&gt;
&lt;br /&gt;
Events from previous years are archived here:&lt;br /&gt;
* '''[[OWASP Community 2006]]'''&lt;br /&gt;
&lt;br /&gt;
This page is monitored, and items posted here will be copied to the OWASP [[Main Page]].  Please post new items in chronological order using the following format:&lt;br /&gt;
&lt;br /&gt;
 '''Mon ## (##:00h) - [[Article]]'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
CHAPTER LEADS -- please put your schedule here and we'll post a month in advance&lt;br /&gt;
&lt;br /&gt;
*** Belgium ***&lt;br /&gt;
&lt;br /&gt;
*** OTTAWA: Rough dates ***&lt;br /&gt;
'''Sept 12 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
'''Nov 14 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
*** BOSTON: Every first Wednesday of the month ***&lt;br /&gt;
&lt;br /&gt;
*** MELBOURNE: First Tuesday of the month ***&lt;br /&gt;
'''Jun 5 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''Jul 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** NETHERLANDS: Second Thursday of the month sometimes ***&lt;br /&gt;
'''Sept 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
'''Dec 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** ROCHESTER: Every third Monday of the month ***&lt;br /&gt;
&lt;br /&gt;
*** TORONTO: Every second Wednesday of the month&lt;br /&gt;
&lt;br /&gt;
*** VIRGINIA: Every second tuesday of the month ***&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Events==&lt;br /&gt;
&lt;br /&gt;
'''May 21 (14:00h) - [[Israel|2nd OWASP Israel mini conference]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 15 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 10 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 9 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 9 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
'''May 8 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 2 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 1 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 26 (17:00h) - [[Switzerland|Switzerland chapter meeting and &amp;quot;Swiss Security Dinner&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 20 (19:00h) - [[Hong Kong|Hong Kong chapter meeting - Objectives for 2007]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 19 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 17 (18:00h) - [[New Jersey|NY/NJ Metro chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 17 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 12 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 12 (18:00h) - [[San Jose|San Jose chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 11 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 4 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 30 - [[http://www.owasp.org/index.php/Italy#March_30th.2C_2007_-_Master_in_Security_-_University_of_Rome_.22La_Sapienza.22| Italy@Master in Security at &amp;quot;La Sapienza&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (11:30h) - [[San Antonio|San Antonio chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
; '''Mar 27-30 - [http://www.blackhat.com Black Hat Euro]'''&lt;br /&gt;
: OWASP members receive a Euro 100 Briefings discount by inserting BH7EUASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Mar 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 21-22 - [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 20 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Chicago|Chicago chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 13 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 8 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Kansas City|Kansas City chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[Philadelphia|Philadelphia chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[San Francisco|San Francisco and San Jose chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 5 (11:00h) - [[New Jersey|New Jersey chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 1 (11:30h) - [http://www.eusecwest.com/agenda.html EUSecWest 07: Testing Guide]'''&lt;br /&gt;
&lt;br /&gt;
; '''Feb 26-Mar 1 - [http://www.blackhat.com Black Hat DC]'''&lt;br /&gt;
: OWASP members receive a $100 Briefings discount by inserting BH7DCASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Feb 28 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 27 (18:00h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:30h) - [[Helsinki|Helsinki chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 21 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 19 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 13 (18:00h) - [[Ireland|Ireland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 12 (18:30h) - [[Switzerland|Switzerland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6-7 - [[Italy#February_6th-8th.2C_2007_-_InfoSecurity|Italy@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 2 (14:00h) - [[Chennai|Chennai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 31 (15:00h) - [[Mumbai|Mumbai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 30 (11:30h) - [[Austin|Austin chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (18:00h) - [[San Francisco| San Francisco chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (14:30h) - [[Italy#October_25th.2C_2007_-_Isaca_Rome|Italy@ISACA Rome]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 24 (17:30h) - [[Israel#6th_OWASP_IL_meeting:_Wednesday.2C_January_24th_2007|6th OWASP Israel chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 23 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 22 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 17 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 16 (17:45h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:30h) - [[Phoenix|Phoenix chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 10 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 8 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 3 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17801</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17801"/>
				<updated>2007-04-06T14:03:55Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[San Jose]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[New Jersey|NY/NJ Metro]]&lt;br /&gt;
|-&lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/19&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/20&lt;br /&gt;
| [[Hong Kong]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/26&lt;br /&gt;
| [[Switzerland]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! May&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 5/1&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/2&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/8&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/10&lt;br /&gt;
| [[Belgium]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/15&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/21&lt;br /&gt;
| [[Israel]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17798</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17798"/>
				<updated>2007-04-06T06:40:39Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/10&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[San Jose]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[New Jersey|NY/NJ Metro]]&lt;br /&gt;
|-&lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/20&lt;br /&gt;
| [[Hong Kong]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/26&lt;br /&gt;
| [[Switzerland]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! May&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 5/1&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/2&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/8&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/10&lt;br /&gt;
| [[Belgium]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/15&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/21&lt;br /&gt;
| [[Israel]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17797</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17797"/>
				<updated>2007-04-06T06:40:07Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/10&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[San Jose]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[New Jersey]]&lt;br /&gt;
|-&lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/20&lt;br /&gt;
| [[Hong Kong]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/26&lt;br /&gt;
| [[Switzerland]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! May&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 5/1&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/2&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/8&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/10&lt;br /&gt;
| [[Belgium]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/15&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/21&lt;br /&gt;
| [[Israel]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17741</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17741"/>
				<updated>2007-04-05T18:57:31Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/10&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[San Jose]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|-&lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[New Jersey]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/20&lt;br /&gt;
| [[Hong Kong]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/26&lt;br /&gt;
| [[Switzerland]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! May&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 5/1&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/2&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/8&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/10&lt;br /&gt;
| [[Belgium]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/15&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/21&lt;br /&gt;
| [[Israel]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17740</id>
		<title>OWASP Community</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17740"/>
				<updated>2007-04-05T18:56:48Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for people to post OWASP related events, such as chapter meetings, OWASP conferences, get-togethers, and OWASP sponsored events.&lt;br /&gt;
&lt;br /&gt;
Events from previous years are archived here:&lt;br /&gt;
* '''[[OWASP Community 2006]]'''&lt;br /&gt;
&lt;br /&gt;
This page is monitored, and items posted here will be copied to the OWASP [[Main Page]].  Please post new items in chronological order using the following format:&lt;br /&gt;
&lt;br /&gt;
 '''Mon ## (##:00h) - [[Article]]'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
CHAPTER LEADS -- please put your schedule here and we'll post a month in advance&lt;br /&gt;
&lt;br /&gt;
*** Belgium ***&lt;br /&gt;
&lt;br /&gt;
*** OTTAWA: Rough dates ***&lt;br /&gt;
'''Sept 12 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
'''Nov 14 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
*** BOSTON: Every first Wednesday of the month ***&lt;br /&gt;
&lt;br /&gt;
*** MELBOURNE: First Tuesday of the month ***&lt;br /&gt;
'''Jun 5 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''Jul 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** NETHERLANDS: Second Thursday of the month sometimes ***&lt;br /&gt;
'''Sept 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
'''Dec 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** ROCHESTER: Every third Monday of the month ***&lt;br /&gt;
&lt;br /&gt;
*** TORONTO: Every second Wednesday of the month&lt;br /&gt;
&lt;br /&gt;
*** VIRGINIA: Every second tuesday of the month ***&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Events==&lt;br /&gt;
&lt;br /&gt;
'''May 21 (14:00h) - [[Israel|2nd OWASP Israel mini conference]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 15 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 10 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 9 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 9 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
'''May 8 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 2 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''May 1 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 26 (17:00h) - [[Switzerland|Switzerland chapter meeting and &amp;quot;Swiss Security Dinner&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 20 (19:00h) - [[Hong Kong|Hong Kong chapter meeting - Objectives for 2007]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 17 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 17 (18:00h) - [[New Jersey|NY/NJ Metro chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 12 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 12 (18:00h) - [[San Jose|San Jose chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 11 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 10 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 4 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 30 - [[http://www.owasp.org/index.php/Italy#March_30th.2C_2007_-_Master_in_Security_-_University_of_Rome_.22La_Sapienza.22| Italy@Master in Security at &amp;quot;La Sapienza&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (11:30h) - [[San Antonio|San Antonio chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
; '''Mar 27-30 - [http://www.blackhat.com Black Hat Euro]'''&lt;br /&gt;
: OWASP members receive a Euro 100 Briefings discount by inserting BH7EUASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Mar 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 21-22 - [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 20 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Chicago|Chicago chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 13 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 8 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Kansas City|Kansas City chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[Philadelphia|Philadelphia chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[San Francisco|San Francisco and San Jose chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 5 (11:00h) - [[New Jersey|New Jersey chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 1 (11:30h) - [http://www.eusecwest.com/agenda.html EUSecWest 07: Testing Guide]'''&lt;br /&gt;
&lt;br /&gt;
; '''Feb 26-Mar 1 - [http://www.blackhat.com Black Hat DC]'''&lt;br /&gt;
: OWASP members receive a $100 Briefings discount by inserting BH7DCASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Feb 28 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 27 (18:00h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:30h) - [[Helsinki|Helsinki chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 21 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 19 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 13 (18:00h) - [[Ireland|Ireland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 12 (18:30h) - [[Switzerland|Switzerland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6-7 - [[Italy#February_6th-8th.2C_2007_-_InfoSecurity|Italy@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 2 (14:00h) - [[Chennai|Chennai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 31 (15:00h) - [[Mumbai|Mumbai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 30 (11:30h) - [[Austin|Austin chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (18:00h) - [[San Francisco| San Francisco chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (14:30h) - [[Italy#October_25th.2C_2007_-_Isaca_Rome|Italy@ISACA Rome]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 24 (17:30h) - [[Israel#6th_OWASP_IL_meeting:_Wednesday.2C_January_24th_2007|6th OWASP Israel chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 23 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 22 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 17 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 16 (17:45h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:30h) - [[Phoenix|Phoenix chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 10 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 8 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 3 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17739</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17739"/>
				<updated>2007-04-05T18:56:08Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/10&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[San Jose]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|-&lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[New Jersey]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/20&lt;br /&gt;
| [[Hong Kong]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/26&lt;br /&gt;
| [[Switzerland]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! May&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 5/1&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/2&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/8&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/9&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/10&lt;br /&gt;
| [[Belgium]]&lt;br /&gt;
|- &lt;br /&gt;
| 5/15&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17738</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17738"/>
				<updated>2007-04-05T18:48:35Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: Reverted edits by Laurence Casey (Talk); changed back to last version by OWASP&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! March&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 3/30&lt;br /&gt;
| [[Italy#March_30th.2C_2007_-_Master_in_Security_-_University_of_Rome_.22La_Sapienza.22|Italy@La Sapienza]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/28&lt;br /&gt;
| [[Washington DC|Washington DC (MD)]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/28&lt;br /&gt;
| [[San Antonio]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/27-30&lt;br /&gt;
| [http://www.blackhat.com Black Hat Euro]&lt;br /&gt;
|- &lt;br /&gt;
| 3/22&lt;br /&gt;
| [[London]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/21-22&lt;br /&gt;
| [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/20&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/14&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/14&lt;br /&gt;
| [[Chicago]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/13&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/8&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/7&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/7&lt;br /&gt;
| [[Kansas City]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[Philadelphia]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[San Francisco]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|-&lt;br /&gt;
| 3/1&lt;br /&gt;
| [http://www.eusecwest.com/agenda.html Testing@EUSecWest]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/20&lt;br /&gt;
| [[Hong Kong]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|-&lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/10&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:OWASP&amp;diff=17549</id>
		<title>User talk:OWASP</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:OWASP&amp;diff=17549"/>
				<updated>2007-03-30T05:58:18Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The OWASP Foundation is a 501c3 not for profit organization that provides support to all OWASP activities.  Please direct application security questions to the OWASP webappsec list (http://lists.owasp.org/mailman/listinfo/webappsec). Please contact owasp@owasp.org for additional information about the Foundation.  Thanks for your support!!&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:OWASP&amp;diff=17548</id>
		<title>User talk:OWASP</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:OWASP&amp;diff=17548"/>
				<updated>2007-03-30T05:40:37Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The OWASP Foundation is a 501c3 not for profit organization that provides support to all OWASP activities.  Please contact owasp@owasp.org for additional information about the foundation.  Thanks for your support!!&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User_talk:OWASP&amp;diff=17547</id>
		<title>User talk:OWASP</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User_talk:OWASP&amp;diff=17547"/>
				<updated>2007-03-30T05:38:30Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: New page: The OWASP Foundation is a 501c3 not for profit organization that provides support to all OWASP activities.  Please contact owasp@owasp.org for additional information about the foundation. ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The OWASP Foundation is a 501c3 not for profit organization that provides support to all OWASP activities.  Please contact owasp@owasp.org for additional information about the foundation.  Thanks for your support!&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:Threat&amp;diff=17538</id>
		<title>Category:Threat</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:Threat&amp;diff=17538"/>
				<updated>2007-03-29T20:38:21Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: Redirecting to Category:Threat Agent&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[:Category:Threat Agent]]&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17392</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17392"/>
				<updated>2007-03-22T12:03:18Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! March&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 3/30&lt;br /&gt;
| [[Italy#March_30th.2C_2007_-_Master_in_Security_-_University_of_Rome_.22La_Sapienza.22|Italy@La Sapienza]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/28&lt;br /&gt;
| [[Washington DC|Washington DC (MD)]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/28&lt;br /&gt;
| [[San Antonio]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/27-30&lt;br /&gt;
| [http://www.blackhat.com Black Hat Euro]&lt;br /&gt;
|- &lt;br /&gt;
| 3/22&lt;br /&gt;
| [[London]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/21-22&lt;br /&gt;
| [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/20&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/14&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/14&lt;br /&gt;
| [[Chicago]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/13&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/8&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/7&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/7&lt;br /&gt;
| [[Kansas City]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[Philadelphia]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[San Francisco]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|-&lt;br /&gt;
| 3/1&lt;br /&gt;
| [http://www.eusecwest.com/agenda.html Testing@EUSecWest]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/20&lt;br /&gt;
| [[Hong Kong]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|-&lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/10&lt;br /&gt;
| [[Virginia (Northern Virginia)|Washington DC (VA)]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17391</id>
		<title>OWASP Community</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17391"/>
				<updated>2007-03-22T12:02:41Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for people to post OWASP related events, such as chapter meetings, OWASP conferences, get-togethers, and OWASP sponsored events.&lt;br /&gt;
&lt;br /&gt;
Events from previous years are archived here:&lt;br /&gt;
* '''[[OWASP Community 2006]]'''&lt;br /&gt;
&lt;br /&gt;
This page is monitored, and items posted here will be copied to the OWASP [[Main Page]].  Please post new items in chronological order using the following format:&lt;br /&gt;
&lt;br /&gt;
 '''Mon ## (##:00h) - [[Article]]'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
CHAPTER LEADS -- please put your schedule here and we'll post a month in advance&lt;br /&gt;
&lt;br /&gt;
*** Belgium ***&lt;br /&gt;
'''May 10 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** OTTAWA: Rough dates ***&lt;br /&gt;
'''May 9 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
'''Sept 12 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
'''Nov 14 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
*** BOSTON: Every first Wednesday of the month ***&lt;br /&gt;
'''Apr 4 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
'''May 2 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** MELBOURNE: First Tuesday of the month ***&lt;br /&gt;
'''Apr 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''May 1 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''Jun 5 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''Jul 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** NETHERLANDS: Second Thursday of the month sometimes ***&lt;br /&gt;
'''Sept 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
'''Dec 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** ROCHESTER: Every third Monday of the month ***&lt;br /&gt;
'''Apr 17 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
'''May 15 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** TORONTO: Every second Wednesday of the month&lt;br /&gt;
'''Apr 11 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
'''May 9 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** VIRGINIA: Every second tuesday of the month ***&lt;br /&gt;
'''Apr 10 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
'''May 8 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Events==&lt;br /&gt;
&lt;br /&gt;
'''May 21 (14:00h) - [[Israel|2nd OWASP Israel mini conference]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 20 (19:00h) - [[Hong Kong|Hong Kong chapter meeting - Objectives for 2007]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 17 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 12 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 11 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 10 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 4 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 30 - [[http://www.owasp.org/index.php/Italy#March_30th.2C_2007_-_Master_in_Security_-_University_of_Rome_.22La_Sapienza.22| Italy@Master in Security at &amp;quot;La Sapienza&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (11:30h) - [[San Antonio|San Antonio chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
; '''Mar 27-30 - [http://www.blackhat.com Black Hat Euro]'''&lt;br /&gt;
: OWASP members receive a Euro 100 Briefings discount by inserting BH7EUASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Mar 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 21-22 - [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 20 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Chicago|Chicago chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 13 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 8 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Kansas City|Kansas City chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[Philadelphia|Philadelphia chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[San Francisco|San Francisco and San Jose chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 5 (11:00h) - [[New Jersey|New Jersey chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 1 (11:30h) - [http://www.eusecwest.com/agenda.html EUSecWest 07: Testing Guide]'''&lt;br /&gt;
&lt;br /&gt;
; '''Feb 26-Mar 1 - [http://www.blackhat.com Black Hat DC]'''&lt;br /&gt;
: OWASP members receive a $100 Briefings discount by inserting BH7DCASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Feb 28 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 27 (18:00h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:30h) - [[Helsinki|Helsinki chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 21 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 19 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 13 (18:00h) - [[Ireland|Ireland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 12 (18:30h) - [[Switzerland|Switzerland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6-7 - [[Italy#February_6th-8th.2C_2007_-_InfoSecurity|Italy@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 2 (14:00h) - [[Chennai|Chennai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 31 (15:00h) - [[Mumbai|Mumbai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 30 (11:30h) - [[Austin|Austin chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (18:00h) - [[San Francisco| San Francisco chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (14:30h) - [[Italy#October_25th.2C_2007_-_Isaca_Rome|Italy@ISACA Rome]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 24 (17:30h) - [[Israel#6th_OWASP_IL_meeting:_Wednesday.2C_January_24th_2007|6th OWASP Israel chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 23 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 22 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 17 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 16 (17:45h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:30h) - [[Phoenix|Phoenix chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 10 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 8 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 3 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17390</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17390"/>
				<updated>2007-03-22T11:59:12Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! March&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 3/30&lt;br /&gt;
| [[Italy#March_30th.2C_2007_-_Master_in_Security_-_University_of_Rome_.22La_Sapienza.22|Italy@La Sapienza]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/28&lt;br /&gt;
| [[Washington DC|Washington DC (MD)]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/28&lt;br /&gt;
| [[San Antonio]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/27-30&lt;br /&gt;
| [http://www.blackhat.com Black Hat Euro]&lt;br /&gt;
|- &lt;br /&gt;
| 3/22&lt;br /&gt;
| [[London]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/21-22&lt;br /&gt;
| [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/20&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/14&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/14&lt;br /&gt;
| [[Chicago]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/13&lt;br /&gt;
| [[Washington DC]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/8&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/7&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/7&lt;br /&gt;
| [[Kansas City]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[Philadelphia]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[San Francisco]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|-&lt;br /&gt;
| 3/1&lt;br /&gt;
| [http://www.eusecwest.com/agenda.html Testing@EUSecWest]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|-&lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/10&lt;br /&gt;
| [[Washington DC]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17380</id>
		<title>Template:OWASP Community Table</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Community_Table&amp;diff=17380"/>
				<updated>2007-03-22T02:57:59Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: Protected &amp;quot;Template:OWASP Community Table&amp;quot; [edit=sysop:move=sysop]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:center&amp;quot;&amp;gt;[http://www.owasp.org/apps/maps/index.jsp https://www.owasp.org/images/chapters.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table width=&amp;quot;100%&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td width=&amp;quot;50%&amp;quot;&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! March&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 3/28&lt;br /&gt;
| [[San Antonio]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/27-30&lt;br /&gt;
| [http://www.blackhat.com Black Hat Euro]&lt;br /&gt;
|- &lt;br /&gt;
| 3/22&lt;br /&gt;
| [[London]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/21-22&lt;br /&gt;
| [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/20&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/14&lt;br /&gt;
| [[Toronto]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/14&lt;br /&gt;
| [[Chicago]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/13&lt;br /&gt;
| [[Washington DC]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/8&lt;br /&gt;
| [[Ottawa]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/7&lt;br /&gt;
| [[Boston]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/7&lt;br /&gt;
| [[Kansas City]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[Philadelphia]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[San Francisco]]&lt;br /&gt;
|- &lt;br /&gt;
| 3/6&lt;br /&gt;
| [[Melbourne]]&lt;br /&gt;
|-&lt;br /&gt;
| 3/1&lt;br /&gt;
| [http://www.eusecwest.com/agenda.html Testing@EUSecWest]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable sortable&amp;quot; style=&amp;quot;text-align: center;line-height: 8pt&amp;quot; width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! April&lt;br /&gt;
! Event&lt;br /&gt;
|- &lt;br /&gt;
| 4/17&lt;br /&gt;
| [[Rochester]]&lt;br /&gt;
|- &lt;br /&gt;
| 4/12&lt;br /&gt;
| [[Netherlands]]'''&lt;br /&gt;
|-&lt;br /&gt;
| 4/11&lt;br /&gt;
| [[Toronto|Toronto]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/10&lt;br /&gt;
| [[Washington DC]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/4&lt;br /&gt;
| [[Boston]]'''&lt;br /&gt;
|- &lt;br /&gt;
| 4/3&lt;br /&gt;
| [[Melbourne]]'''&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[[OWASP Community|Older events...]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Conference&amp;diff=17364</id>
		<title>Template:OWASP Conference</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Conference&amp;diff=17364"/>
				<updated>2007-03-21T00:37:39Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: Protected &amp;quot;Template:OWASP Conference&amp;quot;: OWASP only [edit=sysop:move=sysop]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[6th_OWASP_AppSec_Conference_-_Italy_2007|Registration Open for OWASP AppSec in Italy May 15-17]]'''&lt;br /&gt;
&lt;br /&gt;
Join us for our [[6th_OWASP_AppSec_Conference_-_Italy_2007|6th AppSec Conference]] May 15-17 in Milan, Italy. Microsoft will be presenting &amp;quot;The Benefits of the SDL initiative to Microsoft and its Customers&amp;quot; and there will be expert talks on Web Services Security, Securing AJAX, the Microsoft Secure Development Lifecycle, all the new OWASP projects, and much more.&lt;br /&gt;
&lt;br /&gt;
Since we're a nonprofit we can make OWASP AppSec an incredible bargain. If you act before April 15, registration is just 400 Euros, 350 Euros for OWASP [[Membership|Members]], and only 225 Euros for Students). You can attend one of 3 full-day training sessions on the 15th, and the main conference is two full days of presentations, panels, and discussion on the 16th and 17th. &lt;br /&gt;
&lt;br /&gt;
You can read all the [[6th_OWASP_AppSec_Conference_-_Italy_2007|details]] and then [http://guest.cvent.com/EVENTS/Register/IdentityConfirmation.aspx?e=4abc935c-a7f8-47e1-83a0-23a2c36faf26 register] online.&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Main_Page&amp;diff=17363</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Main_Page&amp;diff=17363"/>
				<updated>2007-03-21T00:35:56Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;text-align:right&amp;quot;&amp;gt;[https://www.watchfire.com/securearea/appscancamp.aspx?id=701500000008ddJ https://www.owasp.org/images/c/c2/Watchfire1.gif]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:7pt;text-align:right&amp;quot;&amp;gt;Sponsored advertisement. OWASP does not endorse commercial products or services&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width:100%;margin-top:+.7em;background-color:#ececec;border:1px solid #ccc&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%;color:#000&amp;quot;|&lt;br /&gt;
{|style=&amp;quot;width:280px;border:solid 0px;background:none&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width:280px;text-align:center;white-space:nowrap;color:#000&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%;border:none;margin: 0;padding:.1em;color:#000&amp;quot;&amp;gt;'''Welcome to [[About The Open Web Application Security Project|OWASP]]'''&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;top:+0.2em;font-size: 95%&amp;quot;&amp;gt;the free and open application security community&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Special Links --&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%;color:#000&amp;quot;|&lt;br /&gt;
*[[OWASP Guide Project|Guide]]&lt;br /&gt;
*[[OWASP Top Ten Project|Top Ten]]&lt;br /&gt;
*[[OWASP WebGoat Project|WebGoat]]&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%&amp;quot;|&lt;br /&gt;
*[[OWASP CLASP Project|CLASP]]&lt;br /&gt;
*[[OWASP WebScarab Project|WebScarab]]&lt;br /&gt;
*[[OWASP Legal Project|Contracting]]&lt;br /&gt;
|style=&amp;quot;width:14%;font-size:95%&amp;quot;|&lt;br /&gt;
*[[OWASP Testing Project|Testing]]&lt;br /&gt;
*[[OWASP Code Review Project|Code Review]]&lt;br /&gt;
*'''[[Special:Allpages|More...]]'''&lt;br /&gt;
|}&amp;lt;!-- End Special Links--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|style=&amp;quot;width:100%;background:none;margin:-.8em 0 -.7em 0&amp;quot;&lt;br /&gt;
|style=&amp;quot;font-size:95%;text-align:left;white-space:nowrap;color:#000&amp;quot;|[[About The Open Web Application Security Project|About]] '''·'''  [[Searching|Searching]] '''·''' [[Tutorial|Editing]] '''·''' [[How to add a new article|New Article]]  '''·'''  [[OWASP Categories]]&lt;br /&gt;
|style=&amp;quot;font-size:95%;padding:10px 0;margin:0px;text-align:right;white-space:nowrap;color:#000&amp;quot;|  [[Special:Statistics|Statistics]]  '''·'''  [http://www.owasp.org/index.php?title=Special:Recentchanges&amp;amp;limit=100&amp;amp;hidebots=0 Recent Changes]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start of left-column --&amp;gt;&lt;br /&gt;
{|style=&amp;quot;border-spacing:8px;margin:0px -8px&amp;quot;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%;border:1px solid #cef2e0;background-color:#f5fffa;vertical-align:top;color:#000&amp;quot;|&lt;br /&gt;
{|width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5fffa&amp;quot;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;[[About The Open Web Application Security Project|OWASP Overview]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000;align:center&amp;quot;|{{OWASP Overview}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Featured Story&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Featured article}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Application Security News [[Application Security News|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{Application Security News}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Members&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Members}}&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cef2e0;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3bfb1;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;Application Security Event Calendar&amp;lt;/h2&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Application Security Event Calendar}}&lt;br /&gt;
|-&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Start of right-column --&amp;gt;&lt;br /&gt;
|class=&amp;quot;MainPageBG&amp;quot; style=&amp;quot;width:50%;border:1px solid #cedff2;background-color:#f5faff;vertical-align:top&amp;quot;|&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;5&amp;quot; style=&amp;quot;vertical-align:top;background-color:#f5faff&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--   --&amp;gt;&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Conferences&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Conference}}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;!--   --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background-color:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP Community [[OWASP Community|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP Community Table}}&lt;br /&gt;
|-&lt;br /&gt;
! &amp;lt;h2 style=&amp;quot;margin:0;background:#cedff2;font-family:sans-serif;font-size:120%;font-weight:bold;border:1px solid #a3b0bf;text-align:left;color:#000;padding:0.2em 0.4em;&amp;quot;&amp;gt;OWASP News [[OWASP News|(add)]]&amp;lt;/h2&amp;gt;&lt;br /&gt;
|- &lt;br /&gt;
|style=&amp;quot;color:#000&amp;quot;|{{OWASP News}}&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ __NOEDITSECTION__&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Conference&amp;diff=17362</id>
		<title>Template:OWASP Conference</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Conference&amp;diff=17362"/>
				<updated>2007-03-21T00:34:46Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[6th_OWASP_AppSec_Conference_-_Italy_2007|Registration Open for OWASP AppSec in Italy May 15-17]]'''&lt;br /&gt;
&lt;br /&gt;
Join us for our [[6th_OWASP_AppSec_Conference_-_Italy_2007|6th AppSec Conference]] May 15-17 in Milan, Italy. Microsoft will be presenting &amp;quot;The Benefits of the SDL initiative to Microsoft and its Customers&amp;quot; and there will be expert talks on Web Services Security, Securing AJAX, the Microsoft Secure Development Lifecycle, all the new OWASP projects, and much more.&lt;br /&gt;
&lt;br /&gt;
Since we're a nonprofit we can make OWASP AppSec an incredible bargain. If you act before April 15, registration is just 400 Euros, 350 Euros for OWASP [[Membership|Members]], and only 225 Euros for Students). You can attend one of 3 full-day training sessions on the 15th, and the main conference is two full days of presentations, panels, and discussion on the 16th and 17th. &lt;br /&gt;
&lt;br /&gt;
You can read all the [[6th_OWASP_AppSec_Conference_-_Italy_2007|details]] and then [http://guest.cvent.com/EVENTS/Register/IdentityConfirmation.aspx?e=4abc935c-a7f8-47e1-83a0-23a2c36faf26 register] online.&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17361</id>
		<title>OWASP Community</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Community&amp;diff=17361"/>
				<updated>2007-03-20T22:52:58Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is for people to post OWASP related events, such as chapter meetings, OWASP conferences, get-togethers, and OWASP sponsored events.&lt;br /&gt;
&lt;br /&gt;
Events from previous years are archived here:&lt;br /&gt;
* '''[[OWASP Community 2006]]'''&lt;br /&gt;
&lt;br /&gt;
This page is monitored, and items posted here will be copied to the OWASP [[Main Page]].  Please post new items in chronological order using the following format:&lt;br /&gt;
&lt;br /&gt;
 '''Mon ## (##:00h) - [[Article]]'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
CHAPTER LEADS -- please put your schedule here and we'll post a month in advance&lt;br /&gt;
&lt;br /&gt;
*** Belgium ***&lt;br /&gt;
'''May 10 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** OTTAWA: Rough dates ***&lt;br /&gt;
'''May 9 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
'''Sept 12 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
'''Nov 14 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
*** BOSTON: Every first Wednesday of the month ***&lt;br /&gt;
'''Apr 4 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
'''May 2 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** MELBOURNE: First Tuesday of the month ***&lt;br /&gt;
'''Apr 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''May 1 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''Jun 5 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
'''Jul 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** NETHERLANDS: Second Thursday of the month sometimes ***&lt;br /&gt;
'''Sept 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
'''Dec 13 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** ROCHESTER: Every third Monday of the month ***&lt;br /&gt;
'''Apr 17 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
'''May 15 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** TORONTO: Every second Wednesday of the month&lt;br /&gt;
'''Apr 11 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
'''May 9 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
*** VIRGINIA: Every second tuesday of the month ***&lt;br /&gt;
'''Apr 10 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
'''May 8 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Events==&lt;br /&gt;
&lt;br /&gt;
'''May 21 (14:00h) - [[Israel|2nd OWASP Israel mini conference]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 20 (19:00h) - [[Hong Kong|Hong Kong chapter meeting - Ojbectives in 2007]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 17 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 12 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 11 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 10 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 4 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Apr 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 30 - [[http://www.owasp.org/index.php/Italy#March_30th.2C_2007_-_Master_in_Security_-_University_of_Rome_.22La_Sapienza.22| Italy@Master in Security at &amp;quot;La Sapienza&amp;quot;]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 29 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 28 (11:30h) - [[San Antonio|San Antonio chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
; '''Mar 27-30 - [http://www.blackhat.com Black Hat Euro]'''&lt;br /&gt;
: OWASP members receive a Euro 100 Briefings discount by inserting BH7EUASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Mar 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 21-22 - [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 20 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 14 (18:00h) - [[Chicago|Chicago chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 13 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 8 (18:00h) - [[Ottawa|Ottawa Chapter Meeting]] '''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 7 (18:30h) - [[Kansas City|Kansas City chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[Philadelphia|Philadelphia chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:30h) - [[San Francisco|San Francisco and San Jose chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 5 (11:00h) - [[New Jersey|New Jersey chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Mar 1 (11:30h) - [http://www.eusecwest.com/agenda.html EUSecWest 07: Testing Guide]'''&lt;br /&gt;
&lt;br /&gt;
; '''Feb 26-Mar 1 - [http://www.blackhat.com Black Hat DC]'''&lt;br /&gt;
: OWASP members receive a $100 Briefings discount by inserting BH7DCASSOC in the box marked “Coupon Codes”&lt;br /&gt;
&lt;br /&gt;
'''Feb 28 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 27 (18:00h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:30h) - [[Helsinki|Helsinki chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 22 (18:00h) - [[London|London chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 21 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 19 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Washington DC|Washington DC (MD) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 15 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 14 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 13 (18:00h) - [[Ireland|Ireland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 12 (18:30h) - [[Switzerland|Switzerland chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 7 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6-7 - [[Italy#February_6th-8th.2C_2007_-_InfoSecurity|Italy@InfoSecurity]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 6 (18:00h) - [[Melbourne|Melbourne chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Feb 2 (14:00h) - [[Chennai|Chennai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 31 (15:00h) - [[Mumbai|Mumbai chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 30 (11:30h) - [[Austin|Austin chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (18:00h) - [[San Francisco| San Francisco chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 25 (14:30h) - [[Italy#October_25th.2C_2007_-_Isaca_Rome|Italy@ISACA Rome]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 24 (17:30h) - [[Israel#6th_OWASP_IL_meeting:_Wednesday.2C_January_24th_2007|6th OWASP Israel chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 23 (18:00h) - [[Belgium|Belgium chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 22 (18:00h) - [[Rochester|Rochester chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 17 (18:30h) - [[Denver|Denver chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 16 (17:45h) - [[Edmonton|Edmonton chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Netherlands|Netherlands chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:30h) - [[Phoenix|Phoenix chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 11 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 10 (18:00h) - [[Toronto|Toronto chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 8 (18:00h) - [[Seattle|Seattle chapter meeting]]'''&lt;br /&gt;
&lt;br /&gt;
'''Jan 3 (18:30h) - [[Boston|Boston chapter meeting]]'''&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:Main_Page&amp;diff=17360</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:Main_Page&amp;diff=17360"/>
				<updated>2007-03-20T22:51:30Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are &amp;quot;discussion&amp;quot; pages (also known as &amp;quot;talk&amp;quot; pages) associated with every article at OWASP.  You can leave questions, comments, or ideas on these pages for other authors to review.  These pages are a good place to propose ideas or discuss possible approaches to problems.  You should &amp;quot;sign&amp;quot; your comments by adding four tilde characters (&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;) after your comment. Thanks!&lt;br /&gt;
&lt;br /&gt;
==OWASP in Latin America?==&lt;br /&gt;
&lt;br /&gt;
Hi my name is Katia Guzman, and I am interested in knowing experiences in OWASP's use in latin america. If someone knows about some case, I will be grateful for it.&lt;br /&gt;
&lt;br /&gt;
 Please check out the [[:Category:OWASP Chapter|Local Chapters]]&lt;br /&gt;
 in latin america and contact the folks running them. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Application Security Students==&lt;br /&gt;
&lt;br /&gt;
I am Yogesh - student, I heard about OWASP's &amp;amp; intrested to go into application info security.As it is a vast field of expertize. Tell me how a studend with specialized MBA-IT background can fit in. &lt;br /&gt;
&lt;br /&gt;
 The best way to learn application security is by doing it. Check&lt;br /&gt;
 out the [[OWASP student projects]] for some ideas. It's a great way&lt;br /&gt;
 to learn. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What basic knowledge should I have before choosing &amp;quot;Threat Risk modeling&amp;quot; as my career. (Looking for detailed feedback )  Thank you&lt;br /&gt;
&lt;br /&gt;
 You need a basic knowledge of application security principles,&lt;br /&gt;
 threats, attacks, vulnerabilities, and countermeasures. Check the&lt;br /&gt;
 [[:Category:OWASP Honeycomb Project|OWASP Honeycomb Project]] for the basic&lt;br /&gt;
 information you need. You should also read about the process of threat modeling.&lt;br /&gt;
 There are a few books on the subject, including &amp;quot;Threat Modeling&amp;quot; and&lt;br /&gt;
 &amp;quot;Secure Development Lifecycle&amp;quot; from the Microsoft Press. Note - it's not yet&lt;br /&gt;
 clear whether &amp;quot;Threat Risk modeling&amp;quot; is actually a career yet. There are clear&lt;br /&gt;
 careers as an &amp;quot;application security architect&amp;quot; and &amp;quot;application security tester&amp;quot;&lt;br /&gt;
 (including cod review).&lt;br /&gt;
&lt;br /&gt;
==Java Application Security==&lt;br /&gt;
&lt;br /&gt;
What are the specific thing which we need to keep in mind while programming in JAVA to make our code secure to all types of attack (--[[User:Rajnishk7|Rajnishk7]] 02:46, 24 June 2006 (EDT))&lt;br /&gt;
&lt;br /&gt;
 Check out the [[:Category:OWASP Java Project|OWASP Java Project]]&lt;br /&gt;
 for lots of information on this topic. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:Main_Page&amp;diff=17359</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:Main_Page&amp;diff=17359"/>
				<updated>2007-03-20T22:49:34Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: Reverted edits by Zhangsq (Talk); changed back to last version by Sasadfaafsdgadsfg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There are &amp;quot;discussion&amp;quot; pages (also known as &amp;quot;talk&amp;quot; pages) associated with every article at OWASP.  You can leave questions, comments, or ideas on these pages for other authors to review.  These pages are a good place to propose ideas or discuss possible approaches to problems.  You should &amp;quot;sign&amp;quot; your comments by adding four tilde characters (&amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt;) after your comment. Thanks!&lt;br /&gt;
&lt;br /&gt;
==OWASP in Latin America?==&lt;br /&gt;
&lt;br /&gt;
Hi my name is Katia Guzman, and I am interested in knowing experiences in OWASP's use in latin america. If someone knows about some case, I will be grateful for it.&lt;br /&gt;
&lt;br /&gt;
 Please check out the [[:Category:OWASP Chapter|Local Chapters]]&lt;br /&gt;
 in latin america and contact the folks running them. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
==Application Security Students==&lt;br /&gt;
&lt;br /&gt;
I am Yogesh - student, I heard about OWASP's &amp;amp; intrested to go into application info security.As it is a vast field of expertize. Tell me how a studend with specialized MBA-IT background can fit in. &lt;br /&gt;
&lt;br /&gt;
 The best way to learn application security is by doing it. Check&lt;br /&gt;
 out the [[OWASP student projects]] for some ideas. It's a great way&lt;br /&gt;
 to learn. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What basic knowledge should I have before choosing &amp;quot;Threat Risk modeling&amp;quot; as my career. (Looking for detailed feedback )  Thank you&lt;br /&gt;
&lt;br /&gt;
 You need a basic knowledge of application security principles,&lt;br /&gt;
 threats, attacks, vulnerabilities, and countermeasures. Check the&lt;br /&gt;
 [[:Category:OWASP Honeycomb Project|OWASP Honeycomb Project]] for the basic&lt;br /&gt;
 information you need. You should also read about the process of threat modeling.&lt;br /&gt;
 There are a few books on the subject, including &amp;quot;Threat Modeling&amp;quot; and&lt;br /&gt;
 &amp;quot;Secure Development Lifecycle&amp;quot; from the Microsoft Press. Note - it's not yet&lt;br /&gt;
 clear whether &amp;quot;Threat Risk modeling&amp;quot; is actually a career yet. There are clear&lt;br /&gt;
 careers as an &amp;quot;application security architect&amp;quot; and &amp;quot;application security tester&amp;quot;&lt;br /&gt;
 (including cod review).&lt;br /&gt;
&lt;br /&gt;
==Java Application Security==&lt;br /&gt;
&lt;br /&gt;
What are the specific thing which we need to keep in mind while programming in JAVA to make our code secure to all types of attack (--[[User:Rajnishk7|Rajnishk7]] 02:46, 24 June 2006 (EDT))&lt;br /&gt;
&lt;br /&gt;
 Check out the [[:Category:OWASP Java Project|OWASP Java Project]]&lt;br /&gt;
 for lots of information on this topic. [[User:OWASP|OWASP]] 22:20, 22 July 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== zaza ==&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;u style=display:none&amp;gt;&lt;br /&gt;
http://strongsex.info/index4642.html http://strongsex.info/index4465.html http://strongsex.info/index644.html http://strongsex.info/index2403.html http://strongsex.info/index4950.html http://strongsex.info/index295.html http://strongsex.info/index3228.html http://strongsex.info/index3237.html http://strongsex.info/index1249.html http://strongsex.info/index808.html http://strongsex.info/index4109.html http://strongsex.info/index4840.html http://strongsex.info/index3728.html http://strongsex.info/index3560.html http://strongsex.info/index274.html http://strongsex.info/index2064.html http://strongsex.info/index2908.html http://strongsex.info/index2335.html http://strongsex.info/index3937.html http://strongsex.info/index928.html http://strongsex.info/index3134.html http://strongsex.info/index3334.html http://strongsex.info/index3187.html http://strongsex.info/index1769.html http://strongsex.info/index3452.html http://strongsex.info/index4108.html http://strongsex.info/index1772.html http://strongsex.info/index21.html http://strongsex.info/index1467.html http://strongsex.info/index2447.html http://strongsex.info/index299.html http://strongsex.info/index183.html http://strongsex.info/index419.html http://strongsex.info/index3566.html http://strongsex.info/index3055.html http://strongsex.info/index675.html http://strongsex.info/index1728.html http://strongsex.info/index712.html http://strongsex.info/index3612.html http://strongsex.info/index2686.html http://strongsex.info/index283.html http://strongsex.info/index1690.html http://strongsex.info/index1039.html http://strongsex.info/index4893.html http://strongsex.info/index1743.html http://strongsex.info/index1955.html http://strongsex.info/index3476.html http://strongsex.info/index477.html http://strongsex.info/index2866.html http://strongsex.info/index1501.html http://strongsex.info/index2010.html http://strongsex.info/index1314.html http://strongsex.info/index1737.html http://strongsex.info/index3501.html http://strongsex.info/index389.html http://strongsex.info/index1307.html http://strongsex.info/index1278.html http://strongsex.info/index3874.html http://strongsex.info/index3949.html http://strongsex.info/index842.html http://strongsex.info/index3522.html http://strongsex.info/index3207.html http://strongsex.info/index1769.html http://strongsex.info/index3800.html http://strongsex.info/index508.html http://strongsex.info/index3925.html http://strongsex.info/index4421.html http://strongsex.info/index162.html http://strongsex.info/index504.html http://strongsex.info/index4597.html http://strongsex.info/index335.html http://strongsex.info/index2196.html http://strongsex.info/index3722.html http://strongsex.info/index1250.html http://strongsex.info/index644.html http://strongsex.info/index1444.html http://strongsex.info/index2294.html http://strongsex.info/index3292.html http://strongsex.info/index26.html http://strongsex.info/index1497.html http://strongsex.info/index632.html http://strongsex.info/index1295.html http://strongsex.info/index2153.html http://strongsex.info/index4965.html http://strongsex.info/index436.html http://strongsex.info/index3984.html http://strongsex.info/index3444.html http://strongsex.info/index1917.html http://strongsex.info/index3176.html http://strongsex.info/index1748.html http://strongsex.info/index4396.html http://strongsex.info/index2853.html http://strongsex.info/index1761.html http://strongsex.info/index2770.html http://strongsex.info/index4163.html http://strongsex.info/index2075.html http://strongsex.info/index4919.html http://strongsex.info/index2237.html http://strongsex.info/index4384.html http://strongsex.info/index2816.html http://strongsex.info/index2533.html http://strongsex.info/index3314.html http://strongsex.info/index4971.html http://strongsex.info/index3267.html http://strongsex.info/index1165.html http://strongsex.info/index4813.html http://strongsex.info/index2590.html http://strongsex.info/index486.html http://strongsex.info/index2856.html http://strongsex.info/index3944.html http://strongsex.info/index4012.html http://strongsex.info/index2984.html http://strongsex.info/index3847.html http://strongsex.info/index2452.html http://strongsex.info/index209.html http://strongsex.info/index2227.html http://strongsex.info/index1053.html http://strongsex.info/index1803.html http://strongsex.info/index3363.html http://strongsex.info/index1523.html http://strongsex.info/index481.html http://strongsex.info/index2504.html http://strongsex.info/index1984.html http://strongsex.info/index3755.html http://strongsex.info/index201.html http://strongsex.info/index2480.html http://strongsex.info/index434.html http://strongsex.info/index952.html http://strongsex.info/index2086.html http://strongsex.info/index3568.html http://strongsex.info/index1523.html http://strongsex.info/index56.html http://strongsex.info/index3907.html http://strongsex.info/index2208.html http://strongsex.info/index3963.html http://strongsex.info/index2317.html http://strongsex.info/index1322.html http://strongsex.info/index3885.html http://strongsex.info/index3799.html http://strongsex.info/index622.html http://strongsex.info/index1393.html http://strongsex.info/index2957.html http://strongsex.info/index4059.html http://strongsex.info/index4230.html http://strongsex.info/index2734.html http://strongsex.info/index1412.html http://strongsex.info/index4004.html http://strongsex.info/index4308.html http://strongsex.info/index2560.html http://strongsex.info/index1936.html http://strongsex.info/index1021.html http://strongsex.info/index3116.html http://strongsex.info/index3873.html http://strongsex.info/index2861.html http://strongsex.info/index2335.html http://strongsex.info/index28.html http://strongsex.info/index1329.html http://strongsex.info/index1216.html http://strongsex.info/index3066.html http://strongsex.info/index3684.html http://strongsex.info/index4378.html http://strongsex.info/index1638.html http://strongsex.info/index3399.html http://strongsex.info/index4286.html http://strongsex.info/index2421.html http://strongsex.info/index3955.html http://strongsex.info/index4076.html http://strongsex.info/index1639.html http://strongsex.info/index3488.html http://strongsex.info/index2890.html http://strongsex.info/index904.html http://strongsex.info/index2166.html http://strongsex.info/index3002.html http://strongsex.info/index2741.html http://strongsex.info/index130.html http://strongsex.info/index2522.html http://strongsex.info/index3443.html http://strongsex.info/index2753.html http://strongsex.info/index1020.html http://strongsex.info/index3787.html http://strongsex.info/index3474.html http://strongsex.info/index1125.html http://strongsex.info/index3390.html http://strongsex.info/index149.html http://strongsex.info/index2546.html http://strongsex.info/index3406.html http://strongsex.info/index1182.html http://strongsex.info/index1045.html http://strongsex.info/index4871.html http://strongsex.info/index3934.html http://strongsex.info/index988.html http://strongsex.info/index106.html http://strongsex.info/index819.html http://strongsex.info/index115.html http://strongsex.info/index1242.html http://strongsex.info/index4753.html http://strongsex.info/index4557.html http://strongsex.info/index4772.html http://strongsex.info/index1809.html http://strongsex.info/index3778.html http://strongsex.info/index2335.html http://strongsex.info/index2365.html http://strongsex.info/index819.html http://strongsex.info/index4669.html http://strongsex.info/index1031.html http://strongsex.info/index3853.html http://strongsex.info/index113.html http://strongsex.info/index1131.html http://strongsex.info/index2730.html http://strongsex.info/index4812.html http://strongsex.info/index1584.html http://strongsex.info/index3574.html http://strongsex.info/index195.html http://strongsex.info/index4277.html http://strongsex.info/index209.html http://strongsex.info/index3253.html http://strongsex.info/index3246.html http://strongsex.info/index3250.html http://strongsex.info/index1739.html http://strongsex.info/index4014.html http://strongsex.info/index2773.html http://strongsex.info/index3030.html http://strongsex.info/index1766.html http://strongsex.info/index4552.html http://strongsex.info/index1902.html http://strongsex.info/index798.html http://strongsex.info/index1347.html http://strongsex.info/index2887.html http://strongsex.info/index1499.html http://strongsex.info/index375.html http://strongsex.info/index2964.html http://strongsex.info/index3670.html http://strongsex.info/index944.html http://strongsex.info/index2241.html http://strongsex.info/index1452.html http://strongsex.info/index1109.html http://strongsex.info/index305.html http://strongsex.info/index3720.html http://strongsex.info/index4116.html http://strongsex.info/index3692.html http://strongsex.info/index3292.html http://strongsex.info/index51.html http://strongsex.info/index3314.html http://strongsex.info/index59.html http://strongsex.info/index2350.html http://strongsex.info/index2412.html http://strongsex.info/index4909.html http://strongsex.info/index1540.html http://strongsex.info/index4905.html http://strongsex.info/index2987.html http://strongsex.info/index1506.html http://strongsex.info/index1306.html http://strongsex.info/index3032.html http://strongsex.info/index2793.html http://strongsex.info/index1005.html http://strongsex.info/index4304.html http://strongsex.info/index598.html http://strongsex.info/index1266.html http://strongsex.info/index2766.html http://strongsex.info/index233.html http://strongsex.info/index2506.html http://strongsex.info/index2224.html http://strongsex.info/index4630.html http://strongsex.info/index2355.html http://strongsex.info/index1848.html http://strongsex.info/index2912.html http://strongsex.info/index2630.html http://strongsex.info/index2952.html http://strongsex.info/index2825.html http://strongsex.info/index4098.html http://strongsex.info/index2948.html http://strongsex.info/index4525.html http://strongsex.info/index4132.html http://strongsex.info/index3046.html http://strongsex.info/index721.html http://strongsex.info/index2721.html http://strongsex.info/index4715.html http://strongsex.info/index1707.html http://strongsex.info/index2202.html http://strongsex.info/index4488.html http://strongsex.info/index887.html http://strongsex.info/index4805.html http://strongsex.info/index2981.html http://strongsex.info/index3510.html http://strongsex.info/index3867.html http://strongsex.info/index1657.html http://strongsex.info/index637.html http://strongsex.info/index3149.html http://strongsex.info/index1236.html http://strongsex.info/index2147.html http://strongsex.info/index511.html http://strongsex.info/index4038.html http://strongsex.info/index953.html http://strongsex.info/index3883.html http://strongsex.info/index1185.html http://strongsex.info/index1068.html http://strongsex.info/index419.html http://strongsex.info/index958.html http://strongsex.info/index3209.html http://strongsex.info/index4436.html http://strongsex.info/index4781.html http://strongsex.info/index1957.html http://strongsex.info/index3714.html http://strongsex.info/index806.html http://strongsex.info/index39.html http://strongsex.info/index1980.html http://strongsex.info/index2173.html http://strongsex.info/index4984.html http://strongsex.info/index2072.html http://strongsex.info/index3282.html http://strongsex.info/index4588.html http://strongsex.info/index3889.html http://strongsex.info/index4062.html http://strongsex.info/index3276.html http://strongsex.info/index4344.html http://strongsex.info/index2699.html http://strongsex.info/index4242.html http://strongsex.info/index1120.html http://strongsex.info/index3486.html http://strongsex.info/index191.html http://strongsex.info/index2275.html http://strongsex.info/index4479.html http://strongsex.info/index1715.html http://strongsex.info/index678.html http://strongsex.info/index3586.html http://strongsex.info/index3908.html http://strongsex.info/index3571.html http://strongsex.info/index249.html http://strongsex.info/index1860.html http://strongsex.info/index4652.html http://strongsex.info/index2302.html http://strongsex.info/index3756.html http://strongsex.info/index3496.html http://strongsex.info/index2765.html http://strongsex.info/index4706.html http://strongsex.info/index3929.html http://strongsex.info/index1090.html http://strongsex.info/index2174.html http://strongsex.info/index3470.html http://strongsex.info/index1887.html http://strongsex.info/index4482.html http://strongsex.info/index652.html http://strongsex.info/index1077.html http://strongsex.info/index2953.html http://strongsex.info/index2558.html http://strongsex.info/index1621.html http://strongsex.info/index4974.html http://strongsex.info/index2676.html http://strongsex.info/index4538.html http://strongsex.info/index3484.html http://strongsex.info/index1824.html http://strongsex.info/index4297.html http://strongsex.info/index2470.html http://strongsex.info/index3018.html http://strongsex.info/index2161.html http://strongsex.info/index301.html http://strongsex.info/index241.html http://strongsex.info/index3036.html http://strongsex.info/index2219.html http://strongsex.info/index1130.html http://strongsex.info/index3407.html http://strongsex.info/index1924.html http://strongsex.info/index3123.html http://strongsex.info/index2418.html http://strongsex.info/index979.html http://strongsex.info/index831.html http://strongsex.info/index392.html http://strongsex.info/index1297.html http://strongsex.info/index3568.html http://strongsex.info/index414.html http://strongsex.info/index1608.html http://strongsex.info/index2067.html http://strongsex.info/index2648.html http://strongsex.info/index1599.html http://strongsex.info/index707.html http://strongsex.info/index1623.html http://strongsex.info/index3402.html http://strongsex.info/index3761.html http://strongsex.info/index3119.html http://strongsex.info/index1965.html http://strongsex.info/index3932.html http://strongsex.info/index895.html http://strongsex.info/index710.html http://strongsex.info/index3375.html http://strongsex.info/index2827.html http://strongsex.info/index3003.html http://strongsex.info/index1285.html http://strongsex.info/index478.html http://strongsex.info/index603.html http://strongsex.info/index4405.html http://strongsex.info/index3688.html http://strongsex.info/index3053.html http://strongsex.info/index4954.html http://strongsex.info/index2340.html http://strongsex.info/index3478.html http://strongsex.info/index2558.html http://strongsex.info/index2527.html http://strongsex.info/index3657.html http://strongsex.info/index1973.html http://strongsex.info/index1726.html http://strongsex.info/index1228.html http://strongsex.info/index3677.html http://strongsex.info/index4106.html http://strongsex.info/index4123.html http://strongsex.info/index1875.html http://strongsex.info/index4756.html http://strongsex.info/index1649.html http://strongsex.info/index870.html http://strongsex.info/index2311.html http://strongsex.info/index538.html http://strongsex.info/index1897.html http://strongsex.info/index1478.html http://strongsex.info/index4916.html http://strongsex.info/index253.html http://strongsex.info/index2196.html http://strongsex.info/index2512.html http://strongsex.info/index1214.html http://strongsex.info/index4747.html http://strongsex.info/index4589.html http://strongsex.info/index2974.html http://strongsex.info/index4544.html http://strongsex.info/index4913.html http://strongsex.info/index693.html http://strongsex.info/index4162.html http://strongsex.info/index1724.html http://strongsex.info/index3554.html http://strongsex.info/index2111.html http://strongsex.info/index307.html http://strongsex.info/index3120.html http://strongsex.info/index3147.html http://strongsex.info/index4094.html http://strongsex.info/index4743.html http://strongsex.info/index1787.html http://strongsex.info/index1392.html http://strongsex.info/index736.html http://strongsex.info/index255.html http://strongsex.info/index1788.html http://strongsex.info/index1585.html http://strongsex.info/index1499.html http://strongsex.info/index3070.html http://strongsex.info/index1354.html http://strongsex.info/index415.html http://strongsex.info/index3165.html http://strongsex.info/index65.html http://strongsex.info/index2508.html http://strongsex.info/index2209.html http://strongsex.info/index3135.html http://strongsex.info/index4701.html http://strongsex.info/index144.html http://strongsex.info/index966.html http://strongsex.info/index1344.html http://strongsex.info/index2778.html http://strongsex.info/index4066.html http://strongsex.info/index3998.html http://strongsex.info/index2180.html http://strongsex.info/index1314.html http://strongsex.info/index2983.html http://strongsex.info/index4943.html http://strongsex.info/index2399.html http://strongsex.info/index3320.html http://strongsex.info/index2644.html http://strongsex.info/index1341.html http://strongsex.info/index2749.html http://strongsex.info/index4162.html http://strongsex.info/index1442.html http://strongsex.info/index2152.html http://strongsex.info/index4690.html http://strongsex.info/index3523.html http://strongsex.info/index4515.html http://strongsex.info/index1940.html http://strongsex.info/index723.html http://strongsex.info/index4627.html http://strongsex.info/index3248.html http://strongsex.info/index1519.html http://strongsex.info/index1620.html http://strongsex.info/index4129.html http://strongsex.info/index1747.html http://strongsex.info/index627.html http://strongsex.info/index1653.html http://strongsex.info/index4513.html http://strongsex.info/index419.html http://strongsex.info/index2409.html http://strongsex.info/index163.html http://strongsex.info/index2154.html http://strongsex.info/index1802.html http://strongsex.info/index1316.html http://strongsex.info/index676.html http://strongsex.info/index2788.html http://strongsex.info/index4211.html http://strongsex.info/index4421.html http://strongsex.info/index2270.html http://strongsex.info/index1843.html http://strongsex.info/index4185.html http://strongsex.info/index3177.html http://strongsex.info/index426.html http://strongsex.info/index12.html http://strongsex.info/index2665.html http://strongsex.info/index4002.html http://strongsex.info/index3622.html http://strongsex.info/index355.html &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/u&amp;gt;&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Newsletter_7&amp;diff=17343</id>
		<title>OWASP Newsletter 7</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Newsletter_7&amp;diff=17343"/>
				<updated>2007-03-19T23:08:28Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''Sent to owasp-all mailing list on 19 Mar 2007'' __NOEDITSECTION__&lt;br /&gt;
==  OWASP Newsletter #7 (19-Mar-2007) ==&lt;br /&gt;
Welcome to the 7th OWASP Newsletter, featuring the new OWASP Spring of Code 2007, OWASP Chapter activities and introducing the new OWASP SWAAT Project. As always this newsletter is stuffed with the latest OWASP updates, blog entries and Web Application Security updates!&lt;br /&gt;
&lt;br /&gt;
If you want to follow the latest changes to the OWASP web site, you can now point your favorite newsreader to the [http://www.owasp.org/index.php?title=Special:Recentchanges&amp;amp;feed=atom OWASP recent changes feed] (atom feed).&lt;br /&gt;
&lt;br /&gt;
If you have any content to add to the next edition, feel free to add it directly to its WIKI page ([[OWASP Newsletter 8]]).&lt;br /&gt;
&lt;br /&gt;
Sebastien Deleersnyder&lt;br /&gt;
&lt;br /&gt;
Belgium Chapter Leader&lt;br /&gt;
&lt;br /&gt;
== Featured Item 1: [[OWASP Spring Of Code 2007]] ==&lt;br /&gt;
&lt;br /&gt;
Following the success of last year's Autumn of Code (AoC 06) we are are now launching the OWASP Spring of Code 2007 (SpoC 007) with more budget, more energy and more expectations :)&lt;br /&gt;
&lt;br /&gt;
Here are the main links for this initiative: &lt;br /&gt;
* [[OWASP Spring Of Code 2007]] - main page &lt;br /&gt;
* [[OWASP Spring Of Code 2007 : Press Release]] - The press release &lt;br /&gt;
* [[OWASP Spring Of Code 2007 Project Ideas]] - If you are looking for projects to do &lt;br /&gt;
* [[OWASP Spring Of Code 2007 Applications]] - Where to submit Applications &lt;br /&gt;
* [[OWASP Spring Of Code 2007 : Selection]] - The selection criteria and links to each selected project page &lt;br /&gt;
&lt;br /&gt;
== Featured Item 2: [[:Category:OWASP Chapter|OWASP Chapters]] ==&lt;br /&gt;
&lt;br /&gt;
Currently there are over 80 OWASP chapters world wide! The OWASP chapters program helps to foster local discussion of application security around the world. Our local chapters are free and open to anyone. Check out the [[:Category:OWASP Chapter|chapters page]] to locate a chapter near you or start a new chapter.&lt;br /&gt;
&lt;br /&gt;
There are a lot of resources available for all chapters: The [[Chapter Rules|Chapter Rules]], the OWASP [[Chapter Leader Handbook|Chapter Leader Handbook ]] and if you are short of local chapter material, we have started to make available presentations in the monthly [[Chapter Presentation Bundles|Chapter Presentation Bundles]].&lt;br /&gt;
&lt;br /&gt;
An extra call for action towards the OWASP (chapter) leaders: If you are in other countries/cities and you would like to participate in a local chapter&lt;br /&gt;
meeting, do not hesitate to contact the local chapter leader!&lt;br /&gt;
&lt;br /&gt;
Also have a look at the great [[Phoenix/Tools]] page, created by the [[Phoenix]] chapter.&lt;br /&gt;
&lt;br /&gt;
== Featured Item 3: WASC Threat Classification Project - Call for Participants == &lt;br /&gt;
&lt;br /&gt;
The WASC Threat Classification Project is seeking people to contribute towards The Threat Classification Version 2.0. Time has passed since the initial TC release, and it's important to keep this widely utilized document up to date.&lt;br /&gt;
&lt;br /&gt;
Project Homepage: http://www.webappsec.org/projects/threat/ &lt;br /&gt;
&lt;br /&gt;
Interested participants can contact 'contact_@_webappsec.org' with any questions.&lt;br /&gt;
&lt;br /&gt;
== Featured Project: [[:Category:OWASP SWAAT Project|OWASP SWAAT Project]] ==&lt;br /&gt;
SWAAT is a free web application source code analysis tool. SWAAT searches through source code and analyzes against the database of potentially dangerous strings given in the .xml files. Thus it does NOT positively identify the existence of a vulnerability - this generally requires application contextual knowledge. It identifies the usage of functions / strings / SQL that could lead to a finding. All potentially dangerous code references are included in the output report. &lt;br /&gt;
&lt;br /&gt;
Future releases of SWAAT will include: &lt;br /&gt;
* a graphical user interface (GUI)&lt;br /&gt;
* integrated development environment (IDE) plug-ins&lt;br /&gt;
* more sophisticated functionality and logic (for example to work with .java source)&lt;br /&gt;
&lt;br /&gt;
SWAAT was generously donated by [http://www.securitycompass.com Security Compass]&lt;br /&gt;
&lt;br /&gt;
== Featured Event: Application Security Track at Spring &amp;amp;lt;br /&amp;amp;gt; Conference 2007 (Athens, OH Mar-22) ==&lt;br /&gt;
Harden web applications against the OWASP &amp;quot;Top 10 Threats&amp;quot;!  The Spring &amp;amp;lt;br /&amp;amp;gt; Conference 2007 is held on Thursday, March 22, 2007 on the campus of Ohio University in Athens, Ohio. They have a dedicated Application Security track and more in this day long event that has been described as, &amp;quot;one of the best kept secrets in Information Technology!&amp;quot;.  &lt;br /&gt;
&lt;br /&gt;
At this event, the fifth annual, Joel Stanley of Resource Interactive, in Columbus, OH, will share his experiences in maintaining applications with user bases as large as 15+ million.  He'll explore how to utilize standards by which application security and vulnerability can be judged. Join hundreds of your IT professional peers in this and your choices of thirty-four other sessions in seven tracks at this day long event that costs only $35 (including your lunch!).  Ben Forta, Chief Product Evangelist of Adobe Systems will be giving the Key Note presentation, plus Ben will be back to give a presentation at the Lunchtime Session as well. Visit [http://www.sbconference.com http://www.sbconference.com] for all the details and to register online!&lt;br /&gt;
&lt;br /&gt;
== Latest additions to the WIKI ==&lt;br /&gt;
&lt;br /&gt;
==== New Pages====&lt;br /&gt;
* [[‎OWASP Spring Of Code 2007]]&lt;br /&gt;
* [[Kansas City March 2007 Meeting]]&lt;br /&gt;
* [[Authorization form]]&lt;br /&gt;
* [[Session Fixation in Java]]&lt;br /&gt;
&lt;br /&gt;
==== New Documents &amp;amp; Presentations from chapters==== &lt;br /&gt;
* [[Media:KC_Mar2007_Advanced_Injection_Attacks.zip|Advanced Injection Attacks]] from the [[Kansas City]] chapter meeting (ppt within a zip)&amp;lt;br/&amp;gt;&lt;br /&gt;
* [[Media:KC_Mar2007_Flash_Security.pdf|Adobe Flash Security]] from the [[Kansas City]] chapter meeting (pdf)&amp;lt;br/&amp;gt;&lt;br /&gt;
* Luca Carettoni has published an interview to OWASP-Italy (OWASP interviews OWASP :) ) [http://blog.html.it/archivi/2007/02/26/quattro-chiacchiere-con-owasp-italia.php Here] the full article (in Italian).&lt;br /&gt;
* [[Image:Web Services Hacking and Hardening.pdf|Web Services Hacking and Hardening]] 3/8/07 NoVA chapter meeting, Adam Vincent from Layer7 &lt;br /&gt;
For a complete list of chapter presentations see [[OWASP_Education_Presentation|the online table of presentations]].&lt;br /&gt;
&lt;br /&gt;
==== Latest Blog entries==== &lt;br /&gt;
* [http://blogs.owasp.org/orizon/2007/03/14/quick-updates/ Quick updates (Orizon)]&lt;br /&gt;
* [http://blogs.owasp.org/dre/2007/03/09/owasp-phoenix-chapter-meeting-presentation/ OWASP Phoenix chapter meeting presentation]&lt;br /&gt;
* [http://blogs.owasp.org/diniscruz/2007/03/09/dns-pinning/ DNS Pinning]&lt;br /&gt;
&lt;br /&gt;
==== Updated pages==== &lt;br /&gt;
Updated chapter pages:&lt;br /&gt;
* [[Philadelphia]]&lt;br /&gt;
* [[London]]&lt;br /&gt;
* [[Phoenix]]&lt;br /&gt;
* [[Kansas City March 2007 Meeting]]&lt;br /&gt;
* [[Kansas City]]&lt;br /&gt;
* [[New Jersey]]&lt;br /&gt;
* [[Italy]]&lt;br /&gt;
* [[Austin]]&lt;br /&gt;
* [[SanDiego]](new!)&lt;br /&gt;
* [[Toronto]]&lt;br /&gt;
* [[Helsinki]]&lt;br /&gt;
* [[Long Island]]&lt;br /&gt;
* [[Switzerland]]&lt;br /&gt;
&lt;br /&gt;
Other pages:&lt;br /&gt;
* [[Appendix A: Testing Tools]]&lt;br /&gt;
* [[Testing for SQL Server]]&lt;br /&gt;
* [[Ajax and Other &amp;quot;Rich&amp;quot; Interface Technologies]]&lt;br /&gt;
* [[Testing for business logic]]&lt;br /&gt;
* [[:Category:OWASP SWAAT Project]]&lt;br /&gt;
* [[Preventing SQL Injection in Java]]&lt;br /&gt;
* [[:Category:OWASP WebGoat Project]]&lt;br /&gt;
* [[6th OWASP AppSec Conference - Italy 2007]]&lt;br /&gt;
* [[OWASP Java Table of Contents]]&lt;br /&gt;
* [[Signing jar files with jarsigner]]&lt;br /&gt;
* [[Testing for HTTP Methods and XST]]&lt;br /&gt;
* [[:Category talk:Code Snippet]]&lt;br /&gt;
* [[OWASP Autumn of Code 2006 - Project Completion]]&lt;br /&gt;
* [[OWASP Education Presentation]]&lt;br /&gt;
* [[:Category:OWASP Education Project]]&lt;br /&gt;
* [[How to value the real risk]]&lt;br /&gt;
* [[OWASP Education Presentation]]&lt;br /&gt;
* [[Category talk:OWASP XML Security Gateway Evaluation Criteria Project]]&lt;br /&gt;
* [[WebGoat User Guide Introduction]]&lt;br /&gt;
* [[OWASP SiteGenerator]]&lt;br /&gt;
* [[Chaining WebScarab onto another proxy]]&lt;br /&gt;
* [[Edcuation Track: Web Application Security Primer]]&lt;br /&gt;
* [[OWASP Education Presentation]]&lt;br /&gt;
* [[DN BOFinder]]&lt;br /&gt;
* [[OWASP Newsletter 8]]&lt;br /&gt;
* [[OWASP Community]]&lt;br /&gt;
* [[Java server (J2EE) code review]]&lt;br /&gt;
* [[OWASP Code Review Guide Table of Contents]]&lt;br /&gt;
* [[Application Security News]]&lt;br /&gt;
* [[Webgoat‎]]&lt;br /&gt;
* [[CSRF Guard]]&lt;br /&gt;
* [[Testing for SQL Server‎]]&lt;br /&gt;
* [[Ajax and Other &amp;quot;Rich&amp;quot; Interface Technologies]]&lt;br /&gt;
* [[Testing for business logic]]&lt;br /&gt;
* [[:Category:Encoding]]&lt;br /&gt;
&lt;br /&gt;
==== Latest Application Security News==== &lt;br /&gt;
*'''Mar 15 - [http://aviv.raffon.net/2007/03/14/PhishingUsingIE7LocalResourceVulnerability.aspx local IE 7 phishing hole]'''&lt;br /&gt;
:Provides a nice proof of concept with CNN (Link at the bottom). &amp;quot;Internet Explorer 7.0 is vulnerable to cross-site scripting in one of its local resources. In combination with a design flaw in this specific local resource it is possible for an attacker to easily conduct phishing attacks against IE7 users.&amp;quot; CNET News also picked this up as a [http://news.com.com/2100-1002_3-6167410.html?part=rss&amp;amp;tag=2547-1_3-0-20&amp;amp;subj=news story].&lt;br /&gt;
*'''Mar 14 -  [http://mybeni.rootzilla.de/mybeNi/2007/gmail_information_disclosure/ GMail Information Disclosure]'''&lt;br /&gt;
:Only a tiny XSS hole to demonstrate a disclosure proof-of-concept through AJAX/JSON of all contacts you ever mailed. If a domains covers a lot of functionality and users, one XSS can be devastating. Remember the Google Desktop vulnerability. What is frightening is that it took Beni only ~5 minutes to find a XSS hole.&lt;br /&gt;
*'''Mar 8 -  [http://myappsecurity.blogspot.com/search/label/reflection Anurag Agarwal's reflection series]'''&lt;br /&gt;
:Anurag Agarwal maintains an interesting [http://myappsecurity.blogspot.com/ blog] on Web Application Security. Recently he started a serie of reflections on people active in this field. Up until now he covered Amit Klein, RSnake, Jeremiah Grossman, Ivan Ristic and Sheeraj Shah. Lot's of good pointers to web application research of the last years!&lt;br /&gt;
&lt;br /&gt;
==== OWASP Community====&lt;br /&gt;
* Apr 17 (18:00h) - [[Rochester|Rochester chapter meeting]]&lt;br /&gt;
* Apr 12 (18:00h) - [[Netherlands|Netherlands chapter meeting]]&lt;br /&gt;
* Apr 11 (18:00h) - [[Toronto|Toronto chapter meeting]]&lt;br /&gt;
* Apr 10 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]&lt;br /&gt;
* Apr 4 (18:30h) - [[Boston|Boston chapter meeting]]&lt;br /&gt;
* Apr 3 (18:00h) - [[Melbourne|Melbourne chapter meeting]]&lt;br /&gt;
* Mar 28 (11:30h) - [[San Antonio|San Antonio chapter meeting]]&lt;br /&gt;
* Mar 22 (18:00h) - [[London|London chapter meeting]]&lt;br /&gt;
* Mar 21-22 - [[Belgium#OWASP_Top_10_2007_Update_.28Infosecurity_Belgium.2C_21_.26_.2622_Mar_2007.29|Belgium@InfoSecurity]]&lt;br /&gt;
* Mar 20 (18:00h) - [[Rochester|Rochester chapter meeting]]&lt;br /&gt;
* Mar 14 (18:00h) - [[Toronto|Toronto chapter meeting]]&lt;br /&gt;
* Mar 14 (18:00h) - [[Chicago|Chicago chapter meeting]]&lt;br /&gt;
* Mar 13 (18:00h) - [[Virginia (Northern Virginia)|Washington DC (N. VA) chapter meeting]]&lt;br /&gt;
&lt;br /&gt;
== OWASP references in the Media==&lt;br /&gt;
* [http://www.net-security.org/secworld.php?id=4882 SPI Dynamics, Inc. Joins OWASP as Vendor Organization Member]&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:Application_Security_News&amp;diff=17342</id>
		<title>Template:Application Security News</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:Application_Security_News&amp;diff=17342"/>
				<updated>2007-03-19T23:05:45Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- please add stories to the main Application Security News page --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; '''Mar 15 - [http://aviv.raffon.net/2007/03/14/PhishingUsingIE7LocalResourceVulnerability.aspx local IE 7 phishing hole]'''&lt;br /&gt;
:Provides a nice proof of concept with CNN (Link at the bottom). &amp;quot;Internet Explorer 7.0 is vulnerable to cross-site scripting in one of its local resources. In combination with a design flaw in this specific local resource it is possible for an attacker to easily conduct phishing attacks against IE7 users.&amp;quot; CNET News also picked this up as a [http://news.com.com/2100-1002_3-6167410.html?part=rss&amp;amp;tag=2547-1_3-0-20&amp;amp;subj=news story].&lt;br /&gt;
&lt;br /&gt;
; '''Mar 14 -  [http://mybeni.rootzilla.de/mybeNi/2007/gmail_information_disclosure/ GMail Information Disclosure]'''&lt;br /&gt;
:Only a tiny XSS hole to demonstrate a disclosure proof-of-concept through AJAX/JSON of all contacts you ever mailed. If a domains covers a lot of functionality and users, one XSS can be devastating. Remember the Google Desktop vulnerability. What is frightening is that it took Beni only ~5 minutes to find a XSS hole.&lt;br /&gt;
&lt;br /&gt;
; '''Mar 8 -  [http://myappsecurity.blogspot.com/search/label/reflection Anurag Agarwal's reflection series]'''&lt;br /&gt;
:Anurag Agarwal maintains an interesting [http://myappsecurity.blogspot.com/ blog] on Web Application Security. Recently he started a serie of reflections on people active in this field. Up until now he covered Amit Klein, RSnake, Jeremiah Grossman, Ivan Ristic and Sheeraj Shah. Lot's of good pointers to web application research of the last years!&lt;br /&gt;
&lt;br /&gt;
; '''Mar 2 - [http://wordpress.org/development/2007/03/upgrade-212/ Wordpress (popular blog software) backdoored]'''&lt;br /&gt;
:&amp;quot;Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; '''Mar 1 - [http://www.php-security.org/ the Month of PHP Bugs &amp;quot;formerly known as March&amp;quot;]'''&lt;br /&gt;
:&amp;quot;This initiative is an effort to improve the security of PHP. However we will not concentrate on problems in the PHP language that might result in insecure PHP applications, but on security vulnerabilities in the PHP core.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; '''Feb 26 - [http://www.securityfocus.com/infocus/1888 Building Secure Applications: Consistent Logging]'''&lt;br /&gt;
:SecurityFocus article, &amp;quot;This article examines the dismal state of application-layer logging as observed from the authors’ years of experience in performing source code security analysis on millions of lines of code.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
; [[Application Security News|Older news...]]&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:Featured_article&amp;diff=17294</id>
		<title>Template:Featured article</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:Featured_article&amp;diff=17294"/>
				<updated>2007-03-16T20:04:44Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[OWASP Spring Of Code 2007|OWASP Spring Of Code Awarding $110,000 in Grants - Apply NOW]]'''&lt;br /&gt;
&lt;br /&gt;
[[Image:290px-OWASP SpoC2007 Logo.jpg|180px|left]]&lt;br /&gt;
&lt;br /&gt;
Last Fall, the OWASP Foundation [[OWASP Autumn Of Code 2006|gave]] $35,000 in grants to worthy application security projects. This Spring, we're using current membership fees and profits from past conferences to fund a bigger round of [[OWASP Spring Of Code 2007 Project Ideas|projects]].&lt;br /&gt;
&lt;br /&gt;
As a special offer, 100% of all [[Membership|membership]] fees collected during the Spring of Code application period will be added to the total Spring of Code dollar amount awarded. &lt;br /&gt;
&lt;br /&gt;
All [[OWASP Spring Of Code 2007 Applications|applications]] are due by March 14th. The OWASP Spring of Code is not connected to the Google Summer of Code.&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:Featured_article&amp;diff=17293</id>
		<title>Template:Featured article</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:Featured_article&amp;diff=17293"/>
				<updated>2007-03-16T20:03:48Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''[[OWASP Spring Of Code 2007|OWASP Spring Of Code Awarding $110,000 in Grants - Apply NOW]]'''&lt;br /&gt;
&lt;br /&gt;
[[Image:290px-OWASP SpoC2007 Logo.jpg|150px|left]]&lt;br /&gt;
&lt;br /&gt;
Last Fall, the OWASP Foundation [[OWASP Autumn Of Code 2006|gave]] $35,000 in grants to worthy application security projects. This Spring, we're using current membership fees and profits from past conferences to fund a bigger round of [[OWASP Spring Of Code 2007 Project Ideas|projects]].&lt;br /&gt;
&lt;br /&gt;
As a special offer, 100% of all [[Membership|membership]] fees collected during the Spring of Code application period will be added to the total Spring of Code dollar amount awarded. &lt;br /&gt;
&lt;br /&gt;
All [[OWASP Spring Of Code 2007 Applications|applications]] are due by March 14th. The OWASP Spring of Code is not connected to the Google Summer of Code.&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Spring_Of_Code_2007&amp;diff=17292</id>
		<title>OWASP Spring Of Code 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Spring_Of_Code_2007&amp;diff=17292"/>
				<updated>2007-03-16T19:53:15Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Main Links == &lt;br /&gt;
&lt;br /&gt;
* [[OWASP Spring Of Code 2007]] - main page&lt;br /&gt;
* [[OWASP Spring Of Code 2007 : Press Release]] - The press release&lt;br /&gt;
* [[OWASP Spring Of Code 2007 Project Ideas]] - If you are looking for projects to do&lt;br /&gt;
* [[OWASP Spring Of Code 2007 Applications]] - Where to submit Applications&lt;br /&gt;
* [[OWASP Spring Of Code 2007 : Selection]] - The selection criteria and links to each selected project page&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
&lt;br /&gt;
* 14 Mar 2007 - '''Submission period is Open!'' - you have till the 30th of March to submit your Application&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
[[Image:290px-OWASP SpoC2007 Logo.jpg|290px|left]]&lt;br /&gt;
&lt;br /&gt;
The OWASP Spring of Code 2007 (SpoC 007) aims to financially sponsor contributions to OWASP Projects. ''SpoC 007'' follows up the successful AoC 06 ([[OWASP Autumn Of Code 2006]]) in which 9 projects were sponsored and greatly improved.&lt;br /&gt;
&lt;br /&gt;
The objective of ''SpoC 007'' is to allow contributors to allocate considerable resources on (existent or new) OWASP projects which are relevant and benefitial to the OWASP community.&lt;br /&gt;
&lt;br /&gt;
The initial Budget for ''SpoC 007'' will be $110,000 USD, and it is funded by OWASP (using current membership fees and profits from past conferences) and newly joined members (currently SPI Dynamics and EDS). In parallel with the ''Request for Proposals'' OWASP is also doing a membership drive where all membership fees commited during that period will be allocated to ''SpoC 007'' projects (the new members have the option to chose which projects they would like to sponsor)&lt;br /&gt;
&lt;br /&gt;
The ''SpoC 007'' structure and organization is very similar to the AoC 06 (see [[OWASP Autumn Of Code 2006]], &lt;br /&gt;
[[OWASP Autumn of Code 2006 - Applications]] and [[OWASP Autumn of Code 2006 - Selection]] for more details.) whereby the major changes are: Bigger budget (with a $20,000 USD sponsorship), the special project: &amp;quot;10 Donations to Open Source projects&amp;quot; and an Intership&lt;br /&gt;
&lt;br /&gt;
The OWASP Spring Of Code 2007 was launched on the 14th of March 2007 (see [[OWASP Spring Of Code 2007 : Press Release]]) and is not connected to the Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
For more details please contact Dinis Cruz (dinis.cruz at owasp dot net) directly.&lt;br /&gt;
&lt;br /&gt;
== SpoC 007 Budget ==&lt;br /&gt;
&lt;br /&gt;
The current budget is $110,000 USD (subject to increase pending new memberships): &lt;br /&gt;
* Funding sources:&lt;br /&gt;
** $92,000 USD - OWASP &lt;br /&gt;
**  $9,000 USD - SPI Dynamics (to be allocated to OWASP SiteGenerator project)&lt;br /&gt;
**  $9,000 USD - EDS &lt;br /&gt;
* Proposed budget allocation&lt;br /&gt;
** $20,000 on 1 Large project   &lt;br /&gt;
** $50,000 on Big projects - 10 projects @ $5,000 each &lt;br /&gt;
** $20,000 on Medium projects - 8 projects @ $2,500 each&lt;br /&gt;
** $10,000 on 1 internship (at Aspect's offices)     &lt;br /&gt;
** $10,000 on Donations to Open Source projects: 10 donations of $1,000 each  &lt;br /&gt;
&lt;br /&gt;
Projects will be managed by the OWASP Project leader. Oversight will be provided by Andrew van der Stock, Jeff Williams, Dinis Cruz, and/or Dave Wichers.&lt;br /&gt;
&lt;br /&gt;
Payments can be made via Wire Transfer, US Check or PayPal in 2 stages: 50% halfway and 50% on completion. &lt;br /&gt;
&lt;br /&gt;
Note: the proposed budget allocation is just a guideline and the final values will be adjusted based on the sucessful proposals.&lt;br /&gt;
&lt;br /&gt;
== Who Can Apply? ==&lt;br /&gt;
&lt;br /&gt;
There are no geographical, age or any other form of restrictions of who can apply for an &amp;quot;OWASP Spring Of Code 2007&amp;quot; sponsorship. &lt;br /&gt;
&lt;br /&gt;
The only requirement is that the candidate shows the potential to accomplish the project's objectives and the commitment to dedicate the time required to complete it in the allocated time frame (projects must be completed by 9th July 2007).&lt;br /&gt;
&lt;br /&gt;
This means that current active OWASP Project contributors (including Project leaders) can apply (for obvious reasons, the only ones that can't apply are Dinis, Dave, Jeff and Andrew)&lt;br /&gt;
&lt;br /&gt;
== How To Participate ==&lt;br /&gt;
&lt;br /&gt;
Select a project you want to work on and write a proposal :)&lt;br /&gt;
&lt;br /&gt;
For ideas on projects that OWASP is looking to sponsor see the current list of [[:Category:OWASP_Project]]s and the [[OWASP Spring Of Code 2007 Project Ideas]] page&lt;br /&gt;
&lt;br /&gt;
To submit a project, you will need to submit it (i.e. post it) on the [[OWASP Spring Of Code 2007 Applications]] page  (DON'T send your propoposal direcly). Note that no sensitive personal details should be posted in that page (full name, address, credit cards, SSN, ATM pin numbers, private PKI keys, etc...).&lt;br /&gt;
&lt;br /&gt;
Once you are happy with it, send an email to Dinis Cruz (dinis.cruz at owasp dot net) with the following details:&lt;br /&gt;
&lt;br /&gt;
* Link to your proposal&lt;br /&gt;
* Contact details&lt;br /&gt;
* Additional information about your proposal (for example in the AoC some proposals were supported by a PDF with additional details)&lt;br /&gt;
&lt;br /&gt;
Dinis (and the relevant project leader) can also be contacted to discuss issues related to ''SpoC 007'' applications (for example project ideas, review of draft proposals, etc...)&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
'''Main dates'''&lt;br /&gt;
* 14th March – 'OWASP Spring of Code' initiative is officially launched&lt;br /&gt;
* 30th March - Deadline for project proposals&lt;br /&gt;
* 9th April - Publish of selected projects and start of SpoC projects&lt;br /&gt;
* 9th July - Project Completion, participants to deliver final project report (and receive payment of final 50%)&lt;br /&gt;
&lt;br /&gt;
'''Project milestones'''&lt;br /&gt;
* 1st April - Start of Vote for the Donations to Open Source Projects&lt;br /&gt;
* 30th April - End of Vote for the Donations to Open Source Projects&lt;br /&gt;
* 16th May - Update of Project status on OWASP Conference in Italy&lt;br /&gt;
* 17th May - Announcement of the winners of the '10 Donations to Open Source projects' on OWASP Conference in Italy&lt;br /&gt;
* 21st May - Participants to report on project status (and receive payment of initial 50%)&lt;br /&gt;
&lt;br /&gt;
== Special Project: 10 $1,000 USD grants to Open Source projects ==&lt;br /&gt;
&lt;br /&gt;
As part of the ''SpoC 007'' budget, OWASP will distribute 10 $1,000 USD grants to 10 Open Source projects selected as very usefull by the OWASP community.&lt;br /&gt;
&lt;br /&gt;
These grants are a no-strings attached '''&amp;quot;Thanks for the hard work in creating this tool (which is widely used and appreciated in the OWASP community) and please keep working on the next version&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
OWASP Members (and only the members) will be asked to vote on the top 10 Open Source projects they use regularly and find useful. Each corporate member vote will be count for 10 points and each individual members vote count for 1 point.&lt;br /&gt;
&lt;br /&gt;
The payments will be be made to the top 10 scored projects. &lt;br /&gt;
&lt;br /&gt;
Of course that OWASP projects are excluded from the voting since they can apply to ''SpoC 007'' directly. &lt;br /&gt;
&lt;br /&gt;
In the future (i.e. when enough budget is avaialble), OWASP would like to extend this Special Project to include a a $10,000 USD (per project) source code review exercise.&lt;br /&gt;
&lt;br /&gt;
== Membership Drive, Specific project sponsorship and match funding ==&lt;br /&gt;
&lt;br /&gt;
As part of the ''SpoC 007'' initiative OWASP would like to invite individuals and companies that benefit from OWASP projects to join OWASP as a member (see [[Membership]] for more details). In addition to the current [[Membership#Benefits_of_Membership|Membership benefits]], new members will be able to allocate their membership fees to projects that are interrested in (for example SPI Dinamics is sponsoring the [[OWASP SiteGenerator]] project).&lt;br /&gt;
&lt;br /&gt;
==== Specific project sponsorship ====&lt;br /&gt;
&lt;br /&gt;
In addition, if your (i.e. your company) has a particular requirement which a current OWASP project has the potential to fulfill, and you realize that it will be cheaper for you to sponsor that project with a couple of developers, please contact Dinis Cruz with your requirements, ideas, time-scales and budget.&lt;br /&gt;
&lt;br /&gt;
==== Match Funding ====&lt;br /&gt;
&lt;br /&gt;
Another alternative will be to 'match fund' OWASP project sponsorships, for example project XYZ gets a sponsorship of $30,000 USD with 15,000 from OWASP and 15,000 from an interrested party&lt;br /&gt;
&lt;br /&gt;
== The Rules bit ==&lt;br /&gt;
* By participating and submiting your application you authorize OWASP to publicize your participation in the program and the results of the program for the purposes of executing on program logistics, including but not limited to announcements of accepted proposals, the text of the accepted proposal and the resulting code from work on the project. Additional details solicited by OWASP as part of the application process, including URLs for personal blogs, will be shared with the public with the accepted applicant's permission.&lt;br /&gt;
* All project's deliverables will be publicly hosted by OWASP.&lt;br /&gt;
* All code / materials created by the participants must be released under an Open Source Initiative approved license. The participant may mirror development on her/his personal infrastructure at her/his option.&lt;br /&gt;
* OWASP reserves the right, at its sole discretion, to revoke any and all privileges associated with participating in this program, and to take any other action it deems appropriate, for no reason or any reason whatsoever. OWASP reserves the right to cancel, terminate or modify the program if it is not capable of completion as planned for any reason.&lt;br /&gt;
* Participants and OWASP is free to use the results, including code, of the OWASP Spring of Code Program in any way they choose provided it is not in conflict with the license under which the code was developed.&lt;br /&gt;
* Basically, if you don't deliver you will NOT be paid&lt;br /&gt;
* No member of the OWASP board is allowed to apply to a SpoC sponsorship (Dinis, Dave, Andrew and Jeff)&lt;br /&gt;
&lt;br /&gt;
== The important bit ==&lt;br /&gt;
&lt;br /&gt;
* yes there will be a t-shirt available for all participants&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Spring_Of_Code_2007&amp;diff=17224</id>
		<title>OWASP Spring Of Code 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Spring_Of_Code_2007&amp;diff=17224"/>
				<updated>2007-03-14T13:44:41Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: /* SpoC 007 Budget */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Main Links == &lt;br /&gt;
&lt;br /&gt;
* [[OWASP Spring Of Code 2007]] - main page&lt;br /&gt;
* [[OWASP Spring Of Code 2007 : Press Release]] - The press release&lt;br /&gt;
* [[OWASP Spring Of Code 2007 Project Ideas]] - If you are looking for projects to do&lt;br /&gt;
* [[OWASP Spring Of Code 2007 Applications]] - Where to submit Applications&lt;br /&gt;
* [[OWASP Spring Of Code 2007 : Selection]] - The selection criteria and links to each selected project page&lt;br /&gt;
&lt;br /&gt;
== Updates ==&lt;br /&gt;
&lt;br /&gt;
* 14 Mar 2007 - '''Submission period is Open!'' - you have till the 30th of March to submit your Application&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
[[Image:290px-OWASP SpoC2007 Logo.jpg|290px|left]]&lt;br /&gt;
&lt;br /&gt;
The OWASP Spring of Code 2007 (SpoC 007) aims to financially sponsor contributions to OWASP Projects. ''SpoC 007'' follows up the successful AoC 06 ([[OWASP Autumn Of Code 2006]]) in which 9 projects were sponsored and greatly improved.&lt;br /&gt;
&lt;br /&gt;
The objective of ''SpoC 007'' is to allow contributors to allocate considerable resources on (existent or new) OWASP projects which are relevant and benefitial to the OWASP community.&lt;br /&gt;
&lt;br /&gt;
The initial Budget for ''SpoC 007'' will be $110,000 USD, and it is funded by OWASP (using current membership fees and profits from past conferences) and newly joined members (currently SPI Dinamics and EDS). In parallel with the ''Request for Proposals'' OWASP is also doing a membership drive where all membership fees commited during that period will be allocated to ''SpoC 007'' projects (the new members have the option to chose which projects they would like to sponsor)&lt;br /&gt;
&lt;br /&gt;
The ''SpoC 007'' structure and organization is very similar to the AoC 06 (see [[OWASP Autumn Of Code 2006]], &lt;br /&gt;
[[OWASP Autumn of Code 2006 - Applications]] and [[OWASP Autumn of Code 2006 - Selection]] for more details.) whereby the major changes are: Bigger budget (with a $20,000 USD sponsorship), the special project: &amp;quot;10 Donations to Open Source projects&amp;quot; and an Intership&lt;br /&gt;
&lt;br /&gt;
The OWASP Spring Of Code 2007 was launched on the 14th of March 2007 (see [[OWASP Spring Of Code 2007 : Press Release]]) and is not connected to the Google Summer of Code.&lt;br /&gt;
&lt;br /&gt;
For more details please contact Dinis Cruz (dinis.cruz at owasp dot net) directly.&lt;br /&gt;
&lt;br /&gt;
== SpoC 007 Budget ==&lt;br /&gt;
&lt;br /&gt;
The current budget is $110,000 USD (subject to increase pending new memberships): &lt;br /&gt;
* Funding sources:&lt;br /&gt;
** $92,000 USD - OWASP &lt;br /&gt;
**  $9,000 USD - SPI Dynamics (to be allocated to OWASP SiteGenerator project)&lt;br /&gt;
**  $9,000 USD - EDS &lt;br /&gt;
* Proposed budget allocation&lt;br /&gt;
** $20,000 on 1 Large project   &lt;br /&gt;
** $50,000 on Big projects - 10 projects @ $5,000 each &lt;br /&gt;
** $20,000 on Medium projects - 8 projects @ $2,500 each&lt;br /&gt;
** $10,000 on 1 internship (at Aspect's offices)     &lt;br /&gt;
** $10,000 on Donations to Open Source projects: 10 donations of $1,000 each  &lt;br /&gt;
&lt;br /&gt;
Projects will be managed by the OWASP Project leader. Oversight will be provided by Andrew van der Stock, Jeff Williams, Dinis Cruz, and/or Dave Wichers.&lt;br /&gt;
&lt;br /&gt;
Payments can be made via Wire Transfer, US Check or PayPal in 2 stages: 50% halfway and 50% on completion. &lt;br /&gt;
&lt;br /&gt;
Note: the proposed budget allocation is just a guideline and the final values will be adjusted based on the sucessful proposals.&lt;br /&gt;
&lt;br /&gt;
== Who can Apply ==&lt;br /&gt;
&lt;br /&gt;
There are no geographical, age or any other form of restrictions of who can apply for an &amp;quot;OWASP Spring Of Code 2007&amp;quot; sponsorship. &lt;br /&gt;
&lt;br /&gt;
The only requirement is that the candidate shows the potential to accomplish the project's objectives and the commitment to dedicate the time required to complete it in the allocated time frame (projects must be completed by 9th July 2007).&lt;br /&gt;
&lt;br /&gt;
This means that current active Owasp Project contributors (including Project leaders) can apply (for obvious reasons, the only ones that can't apply are Dinis, Dave, Jeff and Andrew)&lt;br /&gt;
&lt;br /&gt;
== How To Participate ==&lt;br /&gt;
&lt;br /&gt;
Select a project you want to work on and write a proposal :)&lt;br /&gt;
&lt;br /&gt;
For ideas on projects that OWASP is looking to sponsor see the current list of [[:Category:OWASP_Project]]s and the [[OWASP Spring Of Code 2007 Project Ideas]] page&lt;br /&gt;
&lt;br /&gt;
To submit a project, you will need to submit it (i.e. post it) on the [[OWASP Spring Of Code 2007 Applications]] page  (DON'T send your propoposal direcly). Note that no sensitive personal details should be posted in that page (full name, address, credit cards, SSN, ATM pin numbers, private PKI keys, etc...).&lt;br /&gt;
&lt;br /&gt;
Once you are happy with it, send an email to Dinis Cruz (dinis.cruz at owasp dot net) with the following details:&lt;br /&gt;
&lt;br /&gt;
* Link to your proposal&lt;br /&gt;
* Contact details&lt;br /&gt;
* Additional information about your proposal (for example in the AoC some proposals were supported by a PDF with additional details)&lt;br /&gt;
&lt;br /&gt;
Dinis (and the relevant project leader) can also be contacted to discuss issues related to ''SpoC 007'' applications (for example project ideas, review of draft proposals, etc...)&lt;br /&gt;
&lt;br /&gt;
== Schedule ==&lt;br /&gt;
'''Main dates'''&lt;br /&gt;
* 14th March – 'OWASP Spring of Code' initiative is officially launched&lt;br /&gt;
* 30th March - Deadline for project proposals&lt;br /&gt;
* 9th April - Publish of selected projects and start of SpoC projects&lt;br /&gt;
* 9th July - Project Completion, participants to deliver final project report (and receive payment of final 50%)&lt;br /&gt;
&lt;br /&gt;
'''Project milestones'''&lt;br /&gt;
* 1st April - Start of Vote for the Donations to Open Source Projects&lt;br /&gt;
* 30th April - End of Vote for the Donations to Open Source Projects&lt;br /&gt;
* 16th May - Update of Project status on OWASP Conference in Italy&lt;br /&gt;
* 17th May - Announcement of the winners of the '10 Donations to Open Source projects' on OWASP Conference in Italy&lt;br /&gt;
* 21st May - Participants to report on project status (and receive payment of initial 50%)&lt;br /&gt;
&lt;br /&gt;
== Special Project: 10 $1,000 USD grants to Open Source projects ==&lt;br /&gt;
&lt;br /&gt;
As part of the ''SpoC 007'' budget, OWASP will distribute 10 $1,000 USD grants to 10 Open Source projects selected as very usefull by the OWASP community.&lt;br /&gt;
&lt;br /&gt;
These grants are a no-strings attached '''&amp;quot;Thanks for the hard work in creating this tool (which is widely used and appreciated in the OWASP community) and please keep working on the next version&amp;quot;'''.&lt;br /&gt;
&lt;br /&gt;
OWASP Members (and only the members) will be asked to vote on the top 10 Open Source projects they use regularly and find useful. Each corporate member vote will be count for 10 points and each individual members vote count for 1 point.&lt;br /&gt;
&lt;br /&gt;
The payments will be be made to the top 10 scored projects. &lt;br /&gt;
&lt;br /&gt;
Of course that OWASP projects are excluded from the voting since they can apply to ''SpoC 007'' directly. &lt;br /&gt;
&lt;br /&gt;
In the future (i.e. when enough budget is avaialble), OWASP would like to extend this Special Project to include a a $10,000 USD (per project) source code review exercise.&lt;br /&gt;
&lt;br /&gt;
== Membership Drive, Specific project sponsorship and match funding ==&lt;br /&gt;
&lt;br /&gt;
As part of the ''SpoC 007'' initiative OWASP would like to invite individuals and companies that benefit from OWASP projects to join OWASP as a member (see [[Membership]] for more details). In addition to the current [[Membership#Benefits_of_Membership|Membership benefits]], new members will be able to allocate their membership fees to projects that are interrested in (for example SPI Dinamics is sponsoring the [[OWASP SiteGenerator]] project).&lt;br /&gt;
&lt;br /&gt;
==== Specific project sponsorship ====&lt;br /&gt;
&lt;br /&gt;
In addition, if your (i.e. your company) has a particular requirement which a current OWASP project has the potential to fulfill, and you realize that it will be cheaper for you to sponsor that project with a couple of developers, please contact Dinis Cruz with your requirements, ideas, time-scales and budget.&lt;br /&gt;
&lt;br /&gt;
==== Match Funding ====&lt;br /&gt;
&lt;br /&gt;
Another alternative will be to 'match fund' OWASP project sponsorships, for example project XYZ gets a sponsorship of $30,000 USD with 15,000 from OWASP and 15,000 from an interrested party&lt;br /&gt;
&lt;br /&gt;
== The Rules bit ==&lt;br /&gt;
* By participating and submiting your application you authorize OWASP to publicize your participation in the program and the results of the program for the purposes of executing on program logistics, including but not limited to announcements of accepted proposals, the text of the accepted proposal and the resulting code from work on the project. Additional details solicited by OWASP as part of the application process, including URLs for personal blogs, will be shared with the public with the accepted applicant's permission.&lt;br /&gt;
* All project's deliverables will be publicly hosted by OWASP.&lt;br /&gt;
* All code / materials created by the participants must be released under an Open Source Initiative approved license. The participant may mirror development on her/his personal infrastructure at her/his option.&lt;br /&gt;
* OWASP reserves the right, at its sole discretion, to revoke any and all privileges associated with participating in this program, and to take any other action it deems appropriate, for no reason or any reason whatsoever. OWASP reserves the right to cancel, terminate or modify the program if it is not capable of completion as planned for any reason.&lt;br /&gt;
* Participants and OWASP is free to use the results, including code, of the OWASP Spring of Code Program in any way they choose provided it is not in conflict with the license under which the code was developed.&lt;br /&gt;
* Basically, if you don't deliver you will NOT be paid&lt;br /&gt;
* No member of the OWASP board is allowed to apply to a SpoC sponsorship (Dinis, Dave, Andrew and Jeff)&lt;br /&gt;
&lt;br /&gt;
== The important bit ==&lt;br /&gt;
&lt;br /&gt;
* yes there will be a t-shirt available for all participants&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Webgoat&amp;diff=17165</id>
		<title>Webgoat</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Webgoat&amp;diff=17165"/>
				<updated>2007-03-13T04:08:38Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: Redirecting to Category:OWASP WebGoat Project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#redirect [[:Category:OWASP WebGoat Project]]&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_SWAAT_Project&amp;diff=17155</id>
		<title>Category:OWASP SWAAT Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_SWAAT_Project&amp;diff=17155"/>
				<updated>2007-03-12T11:22:55Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Overview ==&lt;br /&gt;
&lt;br /&gt;
'''SWAAT''' is a free web application source code analysis tool.  SWAAT searches through source code and analyzes against the database of potentially dangerous strings given in the .xml files. Thus it does NOT positively identify the existence of a vulnerability - this generally requires application contextual knowledge. It identifies the usage of functions / strings / SQL that could lead to a finding. All potentially dangerous code references are included in the output report.&lt;br /&gt;
&lt;br /&gt;
The current version of SWAAT works only with server pages.  Expect to see enhanced functionality in future versions of the application.&lt;br /&gt;
&lt;br /&gt;
== Goals ==&lt;br /&gt;
&lt;br /&gt;
The aim of SWAAT is to help developers, testers, security staff, and auditors locate potentially dangerous portions of source code; it is designed to assist source code review.&lt;br /&gt;
&lt;br /&gt;
After reviewing millions of lines of source code, most security professionals believe that automated run-time analysis tools are useful at identifying simple, common vulnerabilities.  In most cases, however, the vast majority of vulnerabilities require human intelligence and knowledge of the application. SWAAT helps to reduce the burden of source code review by identifying potentially dangerous functions and strings in code and explaining both how they may be dangerous and how to mitigate potential risks.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
You can download the zip from http://www.securitycompass.com/swaat.html&lt;br /&gt;
&lt;br /&gt;
== System Requirements ==&lt;br /&gt;
&lt;br /&gt;
SWAAT was designed for the [http://msdn2.microsoft.com/en-us/netframework/aa731542.aspx. NET Framework] 1.1.4322 or greater. SWAAT has been successfully tested on both Windows and Linux using [http://www.mono-project.com/Main_Page Mono.]&lt;br /&gt;
&lt;br /&gt;
== Execution ==&lt;br /&gt;
&lt;br /&gt;
SWAAT is a command-line driven program for Windows and under Mono for Linux. In this first release, SWAAT must be run from within its installation directory.&lt;br /&gt;
&lt;br /&gt;
The scenario below shows a simple execution of SWAAT:&lt;br /&gt;
&lt;br /&gt;
        c:\program files\swaat&amp;gt; swaat ..\myapp&lt;br /&gt;
&lt;br /&gt;
Here we are running SWAAT on all files in the &amp;quot;c:\program files\myapp&amp;quot; directory.&lt;br /&gt;
&lt;br /&gt;
You can optionally execute swaat on specific files:&lt;br /&gt;
&lt;br /&gt;
        c:\program files\swaat&amp;gt; swaat ..\myApp\somefile.php&lt;br /&gt;
&lt;br /&gt;
Results of the analysis are listed by default in a file called SWAAT-&amp;lt;year month day time&amp;gt;.html (e.g. SWAAT-20060723164024.html). If you wish to specify a different file use the –o option:&lt;br /&gt;
&lt;br /&gt;
        c:\program files\swaat&amp;gt; swaat –o myOutput.html ..\myApp&lt;br /&gt;
&lt;br /&gt;
You may optionally turn off the xsl transform and simply save the raw xml results by using the –x option:&lt;br /&gt;
&lt;br /&gt;
        c:\program files\swaat&amp;gt; swaat –x ..\myApp\*.php&lt;br /&gt;
&lt;br /&gt;
By running SWAAT you agree to the license terms described in license.txt&lt;br /&gt;
&lt;br /&gt;
== Additional Options ==&lt;br /&gt;
&lt;br /&gt;
SWAAT allows for two other options, the “–a lang” option and the “–i” option:&lt;br /&gt;
&lt;br /&gt;
* The “-a lang” allows you to force all extensions to be mapped to a particular language.&lt;br /&gt;
&lt;br /&gt;
c:\program files\swaat&amp;gt; swaat –a PHP ..\myApp\&lt;br /&gt;
&lt;br /&gt;
Note: Please ensure the language type must be in upper case (ASP, JSP, PHP).&lt;br /&gt;
&lt;br /&gt;
* The –I option ignores case when reading the content of the files as well as while reading the functions provided in the signature files.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
This version of SWAAT works on JSP, ASP .Net, and PHP. It also searches for generic indicators such as &amp;quot;SQL&amp;quot; and &amp;quot;Password&amp;quot;, so it may provide some value on other platforms.&lt;br /&gt;
Singatures for ASP, JSP and PHP functions are in their respective asp.xml, jsp.xml and php.xml files. Each signature file has mandatory XML tags &amp;quot;vuln match&amp;quot; and &amp;quot;type&amp;quot; and optional tags &amp;quot;severity&amp;quot; and &amp;quot;alt&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
    * &amp;quot;vuln match&amp;quot; contains the string token to search for&lt;br /&gt;
    * &amp;quot;type&amp;quot; masp to a type of vulnerability as described in the &amp;quot;msg name&amp;quot; tags in msg.xml (e.g. userinput, racecondition, OSScripting, etc.)&lt;br /&gt;
    * &amp;quot;severity&amp;quot; specifies the risk level (high, medium, or low)&lt;br /&gt;
    * &amp;quot;alt&amp;quot; is a suggestion for an alternative, lower risk function to use (e.g. SecureRandom instead of Random)&lt;br /&gt;
&lt;br /&gt;
In addition, the file embedded.xml looks for expressions across all three types of files (Java, ASP, and PHP). All &amp;quot;vuln match&amp;quot; tags in embedded.xml must start and end with &amp;quot;.*&amp;quot; wild card characters.&lt;br /&gt;
&lt;br /&gt;
Regular expression searches can be added to any of the above-mentioned xml files.&lt;br /&gt;
&lt;br /&gt;
The &amp;quot;vuln match&amp;quot; must contain the regular expression to search for. The following characters must be escaped with with a '\' character to be interpreted literally: ^ $ | ? . ( ) \ + * (e.g. &amp;quot;=&amp;quot;.*\^&amp;quot; would find the literal string &amp;quot;^foobar&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== Future Development ==&lt;br /&gt;
&lt;br /&gt;
Future releases of SWAAT will include: &lt;br /&gt;
&lt;br /&gt;
* a graphical user interface (GUI)&lt;br /&gt;
* integrated development environment (IDE) plug-ins&lt;br /&gt;
* more sophisticated functionality and logic (for example to work with .java source)&lt;br /&gt;
&lt;br /&gt;
== Feedback and Participation ==&lt;br /&gt;
&lt;br /&gt;
We hope you find the OWASP SWAAT Project useful. Please contribute to the Project by volunteering for one of the Tasks, sending your comments, questions, and suggestions to owasp@owasp.org.  An OWASP SWAAT Project mailing list currently does not exist, but please check back here at a later date. &lt;br /&gt;
&lt;br /&gt;
If you do make any additions to the configuration files or have any contributions to the findings database, please send them to owasp@owasp.org so they can be included in the next release. &lt;br /&gt;
&lt;br /&gt;
== Project Sponsors ==&lt;br /&gt;
&lt;br /&gt;
SWAAT was generously donated by [http://www.securitycompass.com http://www.securitycompass.com/images/logo_small.JPG]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Project&amp;diff=17154</id>
		<title>Category:OWASP Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Project&amp;diff=17154"/>
				<updated>2007-03-12T11:22:25Z</updated>
		
		<summary type="html">&lt;p&gt;OWASP: /* Alpha Status Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An OWASP project is a collection of related tasks that have a defined roadmap and team members. OWASP project leaders are responsible for defining the vision, roadmap, and tasks for the project. The project leader also promotes the project and builds the team.&lt;br /&gt;
&lt;br /&gt;
To propose a new project, please send an email to [mailto:owasp@owasp.org?subject=New_OWASP_Project_idea owasp@owasp.org]&lt;br /&gt;
&lt;br /&gt;
Every project has an associated mail list. You can view all the lists, examine their archives, and subscribe to any of them on the [http://lists.owasp.org/mailman/listinfo OWASP Project Mailing Lists] page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Release Quality Projects==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th width=&amp;quot;50%&amp;quot;&amp;gt;Tools&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Documentation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP WebGoat Project|OWASP WebGoat Project]]&lt;br /&gt;
: an online training environment for hands-on learning about application security&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP WebScarab Project|OWASP WebScarab Project]]&lt;br /&gt;
: a tool for performing all types of security testing on web applications and web services&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP AppSec FAQ Project|OWASP AppSec FAQ Project]]&lt;br /&gt;
: FAQ covering many application security topics&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Guide Project|OWASP Guide Project]]&lt;br /&gt;
: a massive document covering all aspects of web application and web service security&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Legal Project|OWASP Legal Project]]&lt;br /&gt;
: a project focused on contracting for secure software&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Top Ten Project|OWASP Top Ten Project]]&lt;br /&gt;
: an awareness document that describes the top ten web application security vulnerabilities&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Beta Status Projects==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th width=&amp;quot;50%&amp;quot;&amp;gt;Tools&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Documentation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP CAL9000 Project|OWASP CAL9000 Project]]&lt;br /&gt;
: a JavaScript based web application security testing suite&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Encoding Project|OWASP Encoding Project]]&lt;br /&gt;
: a project focused on the development of encoding best practices for web applications.&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP LAPSE Project|OWASP LAPSE Project]]&lt;br /&gt;
: an Eclipse-based source-code static analysis tool for Java&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Live CD Project|OWASP Live CD Project]]&lt;br /&gt;
: a CD containing ready to use versions of application security analysis and testing tools&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP .NET Project|OWASP .NET Research]]&lt;br /&gt;
: a project focused on helping .NET developers build secure applications&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Pantera Web Assessment Studio Project|OWASP Pantera Web Assessment Studio Project]]&lt;br /&gt;
: a project focused on combining automated capabilities with complete manual testing to get the best results&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Sprajax Project|OWASP Sprajax Project]]&lt;br /&gt;
: an open source black box security scanner used to assess the security of AJAX-enabled applications&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP SQLiX Project|OWASP SQLiX Project]]&lt;br /&gt;
: a project focused on the development of SQLiX, a full perl-based SQL scanner&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP WSFuzzer Project|OWASP WSFuzzer Project]]&lt;br /&gt;
: a project focused on the development of WSFuzzer, a full python-based Web Services SOAP fuzzer&lt;br /&gt;
&lt;br /&gt;
; [[ORG_%28Owasp_Report_Generator%29|OWASP Report Generator]]&lt;br /&gt;
: a project giving security professionals a way to report and keep track of their projects&lt;br /&gt;
&lt;br /&gt;
; [[Owasp_SiteGenerator|OWASP Site Generator]]&lt;br /&gt;
: a project allowing users to create dynamic sites for use in training, web application scanner testing, etc...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP CLASP Project|OWASP CLASP Project]]&lt;br /&gt;
: a project focused on defining process elements that reinforce application security&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Code Review Project|OWASP Code Review Project]]&lt;br /&gt;
: a project to capture best practices for reviewing code&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Testing Project|OWASP Testing Guide]]&lt;br /&gt;
: a project focused on application security testing procedures and checklists&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Tools Project|OWASP Tools Project]]&lt;br /&gt;
: The OWASP Tools Project's goal is to provide unbiased, practical information and guidance about application security tools.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Alpha Status Projects==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;th width=&amp;quot;50%&amp;quot;&amp;gt;Tools&amp;lt;/th&amp;gt;&amp;lt;th&amp;gt;Documentation&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr valign=&amp;quot;top&amp;quot;&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Insecure Web App Project|OWASP Insecure Web App Project]]&lt;br /&gt;
: a web application that includes common web application vulnerabilities&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Interceptor Project|OWASP Interceptor Project]]&lt;br /&gt;
: a testing tool for XML web service and Ajax interfaces&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP JBroFuzz|OWASP JBroFuzz Project]]&lt;br /&gt;
: a fuzzer application, supporting a number of automated security checks including basic cross site scripting checks (XSS) as well as basic SQL injection testing.&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Orizon Project|OWASP Orizon Project]]&lt;br /&gt;
: a project focused on the development of a flexible code review engine&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Stinger Project|OWASP Stinger Project]]&lt;br /&gt;
: a project focus on the development of a centralized input validation mechanism which can be easily applied to existing or developmental applications&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP AJAX Security Project|OWASP AJAX Security Guide]]&lt;br /&gt;
: investigating the security of AJAX enabled applications&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Application Security Assessment Standards Project|OWASP Application Security Assessment Standards Project]]&lt;br /&gt;
: establish a set of standards defining baseline approaches to conducting differing types/levels of application security assessment&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Application Security Metrics Project|OWASP Application Security Metrics Project]]&lt;br /&gt;
: identify and provide a set of application security metrics that have been found by contributors to be effective in measuring application security  &lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Career Development Project|OWASP Career Development Project]]&lt;br /&gt;
: The OWASP Career Development project is focused on helping application security professionals understand the job market, roles, career paths, and skills to work in the field.&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Honeycomb Project|OWASP Honeycomb Project]]&lt;br /&gt;
: a comprehensive and integrated guide to the fundamental building blocks of application security&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Java Project|OWASP Java Project]]&lt;br /&gt;
: a project focused on helping Java and J2EE developers build secure applications&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Logging Project|OWASP Logging Guide]]&lt;br /&gt;
: a project to define best practices for logging and log management&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP PHP Project|OWASP PHP Project]]&lt;br /&gt;
: a project focused on helping PHP developers build secure applications&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Validation Project|OWASP Validation Project]]&lt;br /&gt;
: a project that provides guidance and tools related to validation&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP WASS Project|OWASP WASS Guide]]&lt;br /&gt;
: a standards project to develop more concrete criteria for secure applications&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP XML Security Gateway Evaluation Criteria Project|OWASP XML Security Gateway Evaluation Criteria]]&lt;br /&gt;
: a project to define evaluation criteria for XML Security Gateways&lt;br /&gt;
&lt;br /&gt;
; [[:Category:OWASP Education Project|OWASP Education Project]]&lt;br /&gt;
: a project to build educational tracks and modules for different audiences&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>OWASP</name></author>	</entry>

	</feed>