<?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=Will+Stranathan</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=Will+Stranathan"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Will_Stranathan"/>
		<updated>2026-04-23T06:46:45Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=231186</id>
		<title>OWASP Dependency Check</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=231186"/>
				<updated>2017-07-03T12:24:19Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: /* Quick Download */ Updated version numbers to 2.0.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:90px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File: flagship_big.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
==OWASP Dependency-Check==&lt;br /&gt;
&lt;br /&gt;
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.  Currently Java and .NET are supported; additional experimental support has been added for Ruby, Node.js, Python, and limited support for C/C++ build systems (autoconf and cmake). The tool can be part of a solution to the OWASP Top 10 2013 [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OWASP Top 10 2013 contains a new entry: [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities]. Dependency-check can currently be used to scan applications (and their dependent libraries) to identify any known vulnerable components.&lt;br /&gt;
&lt;br /&gt;
The problem with using known vulnerable components was described very well in a paper by Jeff Williams and Arshan Dabirsiaghi titled, &amp;quot;[http://www1.contrastsecurity.com/the-unfortunate-reality-of-insecure-libraries?&amp;amp;__hssc=92971330.1.1412763139545&amp;amp;__hstc=92971330.5d71a97ce2c038f53e4109bfd029b71e.1412763139545.1412763139545.1412763139545.1&amp;amp;hsCtaTracking=7bbb964b-eac1-454d-9d5b-cc1089659590%7C816e01cf-4d75-449a-8691-bd0c6f9946a5 The Unfortunate Reality of Insecure Libraries]&amp;quot; (registration required). The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the [http://web.nvd.nist.gov/view/vuln/search National Vulnerability Database]).&lt;br /&gt;
&lt;br /&gt;
Dependency-check has a command line interface, a Maven plugin, an Ant task, and a Jenkins plugin. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool). The evidence is then used to identify the [http://nvd.nist.gov/cpe.cfm Common Platform Enumeration (CPE)] for the given dependency. If a CPE is identified, a listing of associated [http://cve.mitre.org/ Common Vulnerability and Exposure (CVE)] entries are listed in a report.&lt;br /&gt;
&lt;br /&gt;
Dependency-check automatically updates itself using the [http://nvd.nist.gov/download.cfm NVD Data Feeds] hosted by NIST. '''IMPORTANT NOTE:''' The initial download of the data may take ten minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot; style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
Version 2.0.0&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-2.0.0-release.zip Command Line]&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-2.0.0-release.zip Ant Task]&lt;br /&gt;
* [http://search.maven.org/#artifactdetails%7Corg.owasp%7Cdependency-check-maven%7C2.0.0%7Cmaven-plugin Maven Plugin]&lt;br /&gt;
* [http://search.maven.org/#artifactdetails%7Corg.owasp%7Cdependency-check-gradle%7C2.0.0%7Cgradle-plugin Gradle Plugin]&lt;br /&gt;
* [https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin Jenkins Plugin]&lt;br /&gt;
* [http://brew.sh/ Mac Homebrew]:&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;brew update &amp;amp;&amp;amp; brew install dependency-check&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Other Plugins&lt;br /&gt;
* [http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22net.vonbuchholtz%22%20a%3A%22sbt-dependency-check%22 sbt Plugin]&lt;br /&gt;
&lt;br /&gt;
== Integrations ==&lt;br /&gt;
* [https://github.com/stevespringett/dependency-check-sonar-plugin SonarQube Plugin]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck github]&lt;br /&gt;
* [https://github.com/jeremylong/dependency-check-gradle gradle source]&lt;br /&gt;
* [https://github.com/albuch/sbt-dependency-check sbt source]&lt;br /&gt;
* [https://github.com/jenkinsci/dependency-check-plugin jenkins source]&lt;br /&gt;
* [https://www.ohloh.net/p/dependencycheck Ohloh]&lt;br /&gt;
* [https://bintray.com/jeremy-long/owasp Bintray]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/ Documentation (on GitHub)]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
* [mailto:dependency-check+subscribe@googlegroups.com Subscribe]&lt;br /&gt;
* [mailto:dependency-check@googlegroups.com Post]&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/dependency-check Archived Posts]&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/general/dependency-check.pdf dependency-check (PDF)]&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/general/dependency-check.pptx dependency-check  (PPTX)]&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | rowspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; | [[File:Owasp-flagship-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Flagship_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; | [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; | [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
==Volunteers==&lt;br /&gt;
Dependency-Check is developed by a team of volunteers. The primary contributors to date have been:&lt;br /&gt;
&lt;br /&gt;
* [[User:Jeremy Long|Jeremy Long]]&lt;br /&gt;
* [[User:Steve Springett|Steve Springett]]&lt;br /&gt;
* [[User:Will Stranathan|Will Stranathan]]&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
As of March 2015, the top priorities are:&lt;br /&gt;
* Resolving all open [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues/feature requests]&lt;br /&gt;
* Improving analysis for .NET Dlls&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of dependency-check is actively encouraged!&lt;br /&gt;
You do not have to be a security expert in order to contribute. How you can help:&lt;br /&gt;
* Use the tool&lt;br /&gt;
* Provide feedback via the [https://groups.google.com/forum/?fromgroups#!forum/dependency-check mailing list] or by creating [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues] (both bugs and feature requests are encouraged)&lt;br /&gt;
* The project source code is hosted on [https://github.com/jeremylong/DependencyCheck/ github] - if you are so inclined fork it and provide push requests!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs&amp;gt;&amp;lt;/headertabs&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  &lt;br /&gt;
[[Category:OWASP_Builders]] &lt;br /&gt;
[[Category:OWASP_Defenders]]  &lt;br /&gt;
[[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=198477</id>
		<title>OWASP Dependency Check</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=198477"/>
				<updated>2015-08-06T00:09:46Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Bumped version on Quick Download&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:90px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File: flagship_big.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
==OWASP Dependency-Check==&lt;br /&gt;
&lt;br /&gt;
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.  Currently Java, .NET, and Python dependencies are supported. This tool can be part of a solution to the OWASP Top 10 2013 [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OWASP Top 10 2013 contains a new entry: [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities]. Dependency-check can currently be used to scan Java applications (and their dependent libraries) to identify any known vulnerable components.&lt;br /&gt;
&lt;br /&gt;
The problem with using known vulnerable components was described very well in a paper by Jeff Williams and Arshan Dabirsiaghi titled, &amp;quot;[http://www1.contrastsecurity.com/the-unfortunate-reality-of-insecure-libraries?&amp;amp;__hssc=92971330.1.1412763139545&amp;amp;__hstc=92971330.5d71a97ce2c038f53e4109bfd029b71e.1412763139545.1412763139545.1412763139545.1&amp;amp;hsCtaTracking=7bbb964b-eac1-454d-9d5b-cc1089659590%7C816e01cf-4d75-449a-8691-bd0c6f9946a5 The Unfortunate Reality of Insecure Libraries]&amp;quot; (registration required). The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the [http://web.nvd.nist.gov/view/vuln/search National Vulnerability Database]).&lt;br /&gt;
&lt;br /&gt;
Dependency-check has a command line interface, a Maven plugin, an Ant task, and a Jenkins plugin. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool). The evidence is then used to identify the [http://nvd.nist.gov/cpe.cfm Common Platform Enumeration (CPE)] for the given dependency. If a CPE is identified, a listing of associated [http://cve.mitre.org/ Common Vulnerability and Exposure (CVE)] entries are listed in a report.&lt;br /&gt;
&lt;br /&gt;
Dependency-check automatically updates itself using the [http://nvd.nist.gov/download.cfm NVD Data Feeds] hosted by NIST. '''IMPORTANT NOTE:''' The initial download of the data may take ten minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
Version 1.3.0&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.3.0-release.zip Command Line]&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.3.0.jar Ant Task]&lt;br /&gt;
* [http://search.maven.org/#artifactdetails%7Corg.owasp%7Cdependency-check-maven%7C1.3.0%7Cmaven-plugin Maven Plugin]&lt;br /&gt;
* [https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin Jenkins Plugin]&lt;br /&gt;
* [http://brew.sh/ Mac Homebrew]:&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;brew update &amp;amp;&amp;amp; brew install dependency-check&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck Github]&lt;br /&gt;
* [https://www.ohloh.net/p/dependencycheck Ohloh]&lt;br /&gt;
* [https://bintray.com/jeremy-long/owasp Bintray]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/ User Documentation]&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck/wiki Developer Documentation]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
* [mailto:dependency-check+subscribe@googlegroups.com Subscribe]&lt;br /&gt;
* [mailto:dependency-check@googlegroups.com Post]&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/dependency-check Archived Posts]&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pdf dependency-check (PDF)]&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pptx dependency-check  (PPTX)]&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
==Volunteers==&lt;br /&gt;
Dependency-Check is developed by a team of volunteers. The primary contributors to date have been:&lt;br /&gt;
&lt;br /&gt;
* [[User:Jeremy Long|Jeremy Long]]&lt;br /&gt;
* [[User:Steve Springett|Steve Springett]]&lt;br /&gt;
* [[User:Will Stranathan|Will Stranathan]]&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
As of March 2015, the top priorities are:&lt;br /&gt;
* Resolving all open [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues/feature requests]&lt;br /&gt;
* Improving analysis for .NET Dlls&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of dependency-check is actively encouraged!&lt;br /&gt;
You do not have to be a security expert in order to contribute. How you can help:&lt;br /&gt;
* Use the tool&lt;br /&gt;
* Provide feedback via the [https://groups.google.com/forum/?fromgroups#!forum/dependency-check mailing list] or by creating [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues] (both bugs and feature requests are encouraged)&lt;br /&gt;
* The project source code is hosted on [https://github.com/jeremylong/DependencyCheck/ github] - if you are so inclined fork it and provide push requests!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=197199</id>
		<title>OWASP Dependency Check</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=197199"/>
				<updated>2015-07-09T02:06:09Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added a line break to clarify brew commands&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:90px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File: flagship_big.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
==OWASP Dependency-Check==&lt;br /&gt;
&lt;br /&gt;
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.  Currently Java, .NET, and Python dependencies are supported. This tool can be part of a solution to the OWASP Top 10 2013 [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OWASP Top 10 2013 contains a new entry: [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities]. Dependency-check can currently be used to scan Java applications (and their dependent libraries) to identify any known vulnerable components.&lt;br /&gt;
&lt;br /&gt;
The problem with using known vulnerable components was described very well in a paper by Jeff Williams and Arshan Dabirsiaghi titled, &amp;quot;[http://www1.contrastsecurity.com/the-unfortunate-reality-of-insecure-libraries?&amp;amp;__hssc=92971330.1.1412763139545&amp;amp;__hstc=92971330.5d71a97ce2c038f53e4109bfd029b71e.1412763139545.1412763139545.1412763139545.1&amp;amp;hsCtaTracking=7bbb964b-eac1-454d-9d5b-cc1089659590%7C816e01cf-4d75-449a-8691-bd0c6f9946a5 The Unfortunate Reality of Insecure Libraries]&amp;quot; (registration required). The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the [http://web.nvd.nist.gov/view/vuln/search National Vulnerability Database]).&lt;br /&gt;
&lt;br /&gt;
Dependency-check has a command line interface, a Maven plugin, an Ant task, and a Jenkins plugin. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool). The evidence is then used to identify the [http://nvd.nist.gov/cpe.cfm Common Platform Enumeration (CPE)] for the given dependency. If a CPE is identified, a listing of associated [http://cve.mitre.org/ Common Vulnerability and Exposure (CVE)] entries are listed in a report.&lt;br /&gt;
&lt;br /&gt;
Dependency-check automatically updates itself using the [http://nvd.nist.gov/download.cfm NVD Data Feeds] hosted by NIST. '''IMPORTANT NOTE:''' The initial download of the data may take ten minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
Version 1.2.11&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.2.11-release.zip Command Line]&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.2.11.jar Ant Task]&lt;br /&gt;
* [http://search.maven.org/#artifactdetails%7Corg.owasp%7Cdependency-check-maven%7C1.2.11%7Cmaven-plugin Maven Plugin]&lt;br /&gt;
* [https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin Jenkins Plugin]&lt;br /&gt;
* [http://brew.sh/ Mac Homebrew]:&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;brew update &amp;amp;&amp;amp; brew install dependency-check&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck Github]&lt;br /&gt;
* [https://www.ohloh.net/p/dependencycheck Ohloh]&lt;br /&gt;
* [https://bintray.com/jeremy-long/owasp Bintray]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/ User Documentation]&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck/wiki Developer Documentation]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
* [mailto:dependency-check+subscribe@googlegroups.com Subscribe]&lt;br /&gt;
* [mailto:dependency-check@googlegroups.com Post]&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/dependency-check Archived Posts]&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pdf dependency-check (PDF)]&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pptx dependency-check  (PPTX)]&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
==Volunteers==&lt;br /&gt;
Dependency-Check is developed by a team of volunteers. The primary contributors to date have been:&lt;br /&gt;
&lt;br /&gt;
* [[User:Jeremy Long|Jeremy Long]]&lt;br /&gt;
* [[User:Steve Springett|Steve Springett]]&lt;br /&gt;
* [[User:Will Stranathan|Will Stranathan]]&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
As of March 2015, the top priorities are:&lt;br /&gt;
* Resolving all open [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues/feature requests]&lt;br /&gt;
* Improving analysis for .NET Dlls&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of dependency-check is actively encouraged!&lt;br /&gt;
You do not have to be a security expert in order to contribute. How you can help:&lt;br /&gt;
* Use the tool&lt;br /&gt;
* Provide feedback via the [https://groups.google.com/forum/?fromgroups#!forum/dependency-check mailing list] or by creating [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues] (both bugs and feature requests are encouraged)&lt;br /&gt;
* The project source code is hosted on [https://github.com/jeremylong/DependencyCheck/ github] - if you are so inclined fork it and provide push requests!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=197198</id>
		<title>OWASP Dependency Check</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=197198"/>
				<updated>2015-07-09T02:04:16Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added installation instructions on Homebrew&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:90px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File: flagship_big.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
==OWASP Dependency-Check==&lt;br /&gt;
&lt;br /&gt;
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.  Currently Java, .NET, and Python dependencies are supported. This tool can be part of a solution to the OWASP Top 10 2013 [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OWASP Top 10 2013 contains a new entry: [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities]. Dependency-check can currently be used to scan Java applications (and their dependent libraries) to identify any known vulnerable components.&lt;br /&gt;
&lt;br /&gt;
The problem with using known vulnerable components was described very well in a paper by Jeff Williams and Arshan Dabirsiaghi titled, &amp;quot;[http://www1.contrastsecurity.com/the-unfortunate-reality-of-insecure-libraries?&amp;amp;__hssc=92971330.1.1412763139545&amp;amp;__hstc=92971330.5d71a97ce2c038f53e4109bfd029b71e.1412763139545.1412763139545.1412763139545.1&amp;amp;hsCtaTracking=7bbb964b-eac1-454d-9d5b-cc1089659590%7C816e01cf-4d75-449a-8691-bd0c6f9946a5 The Unfortunate Reality of Insecure Libraries]&amp;quot; (registration required). The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the [http://web.nvd.nist.gov/view/vuln/search National Vulnerability Database]).&lt;br /&gt;
&lt;br /&gt;
Dependency-check has a command line interface, a Maven plugin, an Ant task, and a Jenkins plugin. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool). The evidence is then used to identify the [http://nvd.nist.gov/cpe.cfm Common Platform Enumeration (CPE)] for the given dependency. If a CPE is identified, a listing of associated [http://cve.mitre.org/ Common Vulnerability and Exposure (CVE)] entries are listed in a report.&lt;br /&gt;
&lt;br /&gt;
Dependency-check automatically updates itself using the [http://nvd.nist.gov/download.cfm NVD Data Feeds] hosted by NIST. '''IMPORTANT NOTE:''' The initial download of the data may take ten minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
Version 1.2.11&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.2.11-release.zip Command Line]&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.2.11.jar Ant Task]&lt;br /&gt;
* [http://search.maven.org/#artifactdetails%7Corg.owasp%7Cdependency-check-maven%7C1.2.11%7Cmaven-plugin Maven Plugin]&lt;br /&gt;
* [https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin Jenkins Plugin]&lt;br /&gt;
* [http://brew.sh/ Mac Homebrew]: &amp;lt;code&amp;gt;brew update &amp;amp;&amp;amp; brew install dependency-check&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck Github]&lt;br /&gt;
* [https://www.ohloh.net/p/dependencycheck Ohloh]&lt;br /&gt;
* [https://bintray.com/jeremy-long/owasp Bintray]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/ User Documentation]&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck/wiki Developer Documentation]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
* [mailto:dependency-check+subscribe@googlegroups.com Subscribe]&lt;br /&gt;
* [mailto:dependency-check@googlegroups.com Post]&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/dependency-check Archived Posts]&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pdf dependency-check (PDF)]&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pptx dependency-check  (PPTX)]&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
==Volunteers==&lt;br /&gt;
Dependency-Check is developed by a team of volunteers. The primary contributors to date have been:&lt;br /&gt;
&lt;br /&gt;
* [[User:Jeremy Long|Jeremy Long]]&lt;br /&gt;
* [[User:Steve Springett|Steve Springett]]&lt;br /&gt;
* [[User:Will Stranathan|Will Stranathan]]&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
As of March 2015, the top priorities are:&lt;br /&gt;
* Resolving all open [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues/feature requests]&lt;br /&gt;
* Improving analysis for .NET Dlls&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of dependency-check is actively encouraged!&lt;br /&gt;
You do not have to be a security expert in order to contribute. How you can help:&lt;br /&gt;
* Use the tool&lt;br /&gt;
* Provide feedback via the [https://groups.google.com/forum/?fromgroups#!forum/dependency-check mailing list] or by creating [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues] (both bugs and feature requests are encouraged)&lt;br /&gt;
* The project source code is hosted on [https://github.com/jeremylong/DependencyCheck/ github] - if you are so inclined fork it and provide push requests!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=REST_Security_Cheat_Sheet&amp;diff=187142</id>
		<title>REST Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=REST_Security_Cheat_Sheet&amp;diff=187142"/>
				<updated>2014-12-16T21:52:27Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added section on framework-provided validation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt; __NOTOC__&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:160px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File:Cheatsheets-header.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
Last revision (mm/dd/yy): '''{{REVISIONMONTH}}/{{REVISIONDAY}}/{{REVISIONYEAR}}''' &lt;br /&gt;
= Introduction  =&lt;br /&gt;
 __TOC__{{TOC hidden}}&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/Representational_state_transfer REST] (or REpresentational State Transfer) is a means of expressing specific entities in a system by URL path elements. REST is not an architecture but it is an architectural style to build services on top of the Web. REST allows interaction with a web-based system via simplified URLs rather than complex request body or &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt; parameters to request specific items from the system. This document serves as a guide (although not exhaustive) of best practices to help REST-based services.&lt;br /&gt;
&lt;br /&gt;
= Authentication and session management =&lt;br /&gt;
&lt;br /&gt;
RESTful web services should use session-based authentication, either by establishing a session token via a POST or by using an API key as a POST body argument or as a cookie. Usernames, passwords, session tokens, and API keys should not appear in the URL, as this can be captured in web server logs, which makes them intrinsically valuable.&lt;br /&gt;
&lt;br /&gt;
OK:&lt;br /&gt;
&lt;br /&gt;
* [https://example.com/resourceCollection/123/action https://example.com/resourceCollection/&amp;lt;id&amp;gt;/action]&lt;br /&gt;
* https://twitter.com/vanderaj/lists&lt;br /&gt;
&lt;br /&gt;
NOT OK:&lt;br /&gt;
&lt;br /&gt;
* [https://example.com/controller/123/action?apiKey=a53f435643de32 https://example.com/controller/&amp;lt;id&amp;gt;/action?apiKey=a53f435643de32] (API Key in URL)&lt;br /&gt;
* [http://example.com/controller/123/action?apiKey=a53f435643de32 http://example.com/controller/&amp;lt;id&amp;gt;/action?apiKey=a53f435643de32] (transaction not protected by TLS; API Key in URL)&lt;br /&gt;
&lt;br /&gt;
== Protect Session State ==&lt;br /&gt;
&lt;br /&gt;
Many web services are written to be as stateless as possible. This usually ends up with a state blob being sent as part of the transaction. &lt;br /&gt;
&lt;br /&gt;
* Consider using only the session token or API key to maintain client state in a server-side cache. This is directly equivalent to how normal web apps do it, and there's a reason why this is moderately safe. &lt;br /&gt;
* Anti-replay. Attackers will cut and paste a blob and become someone else.  Consider using a time limited encryption key, keyed against the session token or API key, date and time, and incoming IP address. In general, implement some protection of local client storage of the authentication token to mitigate replay attacks.&lt;br /&gt;
* Don't make it easy to decrypt; change the internal state to be much better than it should be.&lt;br /&gt;
&lt;br /&gt;
In short, even if you have a brochureware web site, don't put in &amp;lt;tt&amp;gt;https://example.com/users/2313/edit?isAdmin=false&amp;amp;debug=false&amp;amp;allowCSRPanel=false&amp;lt;/tt&amp;gt; as you will quickly end up with a lot of admins, and help desk helpers, and &amp;quot;developers&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
= Authorization =&lt;br /&gt;
&lt;br /&gt;
== Anti-farming ==&lt;br /&gt;
&lt;br /&gt;
Many RESTful web services are put up, and then farmed, such as a price matching website or aggregation service. There's no technical method of preventing this use, so strongly consider means to encourage it as a business model by making high velocity farming is possible for a fee, or contractually limiting service using terms and conditions. CAPTCHAs and similar methods can help reduce simpler adversaries, but not well funded or technically competent adversaries. Using mutually assured client side TLS certificates may be a method of limiting access to trusted organizations, but this is by no means certain, particularly if certificates are posted deliberately or by accident to the Internet. &lt;br /&gt;
&lt;br /&gt;
== Protect HTTP methods ==&lt;br /&gt;
&lt;br /&gt;
RESTful API often use GET (read), POST (create), PUT (replace/update) and DELETE (to delete a record). Not all of these are valid choices for every single resource collection, user, or action. Make sure the incoming HTTP method is valid for the session token/API key and associated resource collection, action, and record. For example, if you have an RESTful API for a library, it's not okay to allow anonymous users to DELETE book catalog entries, but it's fine for them to GET a book catalog entry. On the other hand, for the librarian, both of these are valid uses.&lt;br /&gt;
&lt;br /&gt;
== Whitelist allowable methods ==&lt;br /&gt;
&lt;br /&gt;
It is common with RESTful services to allow multiple methods for a given URL for different operations on that entity. For example, a &amp;lt;tt&amp;gt;GET&amp;lt;/tt&amp;gt; request might read the entity while &amp;lt;tt&amp;gt;PUT&amp;lt;/tt&amp;gt; would update an existing entity, &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt; would create a new entity, and &amp;lt;tt&amp;gt;DELETE&amp;lt;/tt&amp;gt; would delete an existing entity. It is important for the service to properly restrict the allowable verbs such that only the allowed verbs would work, while all others would return a proper response code (for example, a &amp;lt;tt&amp;gt;403 Forbidden&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
In Java EE in particular, this can be difficult to implement properly. See [https://www.aspectsecurity.com/wp-content/plugins/download-monitor/download.php?id=18 Bypassing Web Authentication and Authorization with HTTP Verb Tampering] for an explanation of this common misconfiguration.&lt;br /&gt;
&lt;br /&gt;
== Protect privileged actions and sensitive resource collections ==&lt;br /&gt;
&lt;br /&gt;
Not every user has a right to every web service. This is vital, as you don't want administrative web services to be misused:&lt;br /&gt;
&lt;br /&gt;
* https://example.com/admin/exportAllData&lt;br /&gt;
&lt;br /&gt;
The session token or API key should be sent along as a cookie or body parameter to ensure that privileged collections or actions are properly protected from unauthorized use.&lt;br /&gt;
&lt;br /&gt;
== Protect against cross-site request forgery ==&lt;br /&gt;
&lt;br /&gt;
For resources exposed by RESTful web services, it's important to make sure any PUT, POST, and DELETE request is protected from Cross Site Request Forgery. Typically one would use a token-based approach. See [[Cross-Site Request Forgery (CSRF) Prevention Cheat Sheet]] for more information on how to implement CSRF-protection.&lt;br /&gt;
&lt;br /&gt;
CSRF is easily achieved even using random tokens if any XSS exists within your application, so please make sure you understand [[XSS (Cross Site Scripting) Prevention Cheat Sheet|how to prevent XSS]].&lt;br /&gt;
&lt;br /&gt;
== Insecure direct object references ==&lt;br /&gt;
&lt;br /&gt;
It may seem obvious, but if you had a bank account REST web service, you'd have to make sure there is adequate checking of primary and foreign keys:&lt;br /&gt;
&lt;br /&gt;
* https://example.com/account/325365436/transfer?amount=$100.00&amp;amp;toAccount=473846376&lt;br /&gt;
&lt;br /&gt;
In this case, it would be possible to transfer money from any account to any other account, which is clearly absurd. Not even a random token makes this safe.&lt;br /&gt;
&lt;br /&gt;
* https://example.com/invoice/2362365&lt;br /&gt;
&lt;br /&gt;
In this case, it would be possible to get a copy of all invoices. &lt;br /&gt;
&lt;br /&gt;
This is essentially a data-contextual access control enforcement need. A URL or even a POSTed form should NEVER contain an access control &amp;quot;key&amp;quot; or similar that provides automatic verification. &amp;lt;b&amp;gt;A data contextual check needs to be done, server side, with each request.&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Input validation =&lt;br /&gt;
&lt;br /&gt;
== Input validation 101 ==&lt;br /&gt;
&lt;br /&gt;
Everything you know about input validation applies to RESTful web services, but add 10% because automated tools can easily fuzz your interfaces for hours on end at high velocity. So:&lt;br /&gt;
&lt;br /&gt;
* Assist the user &amp;gt; Reject input &amp;gt; Sanitize (filtering) &amp;gt; No input validation&lt;br /&gt;
&lt;br /&gt;
Assisting the user makes the most sense, as the most common scenario is &amp;quot;problem exists between keyboard and computer&amp;quot; (PEBKAC). Help the user input high quality data into your web services, such as ensuring a Zip code makes sense for the supplied address, or the date makes sense. If not, reject that input. If they continue on, or it's a text field or some other difficult to validate field, input sanitization is a losing proposition but still better than XSS or SQL injection. If you're already reduced to  sanitization or no input validation, make sure output encoding is very strong for your application. &lt;br /&gt;
&lt;br /&gt;
Log input validation failures, particularly if you assume that client-side code you wrote is going to call your web services. The reality is that anyone can call your web services, so assume that someone who is performing hundreds of failed input validations per second is up to no good. Also consider rate limiting the API to a certain number of requests per hour or day to prevent abuse. &lt;br /&gt;
&lt;br /&gt;
== Secure parsing ==&lt;br /&gt;
&lt;br /&gt;
Use a secure parser for parsing the incoming messages. If you are using XML, make sure to use a parser that is not vulnerable to [https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing XXE] and similar attacks.&lt;br /&gt;
&lt;br /&gt;
== Strong typing ==&lt;br /&gt;
&lt;br /&gt;
It's difficult to perform most attacks if the only allowed values are true or false, or a number, or one of a small number of acceptable values. Strongly type incoming data as quickly as possible. &lt;br /&gt;
&lt;br /&gt;
== Validate incoming content-types ==&lt;br /&gt;
&lt;br /&gt;
When POSTing or PUTting new data, the client will specify the Content-Type (e.g. &amp;lt;tt&amp;gt;application/xml&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;application/json&amp;lt;/tt&amp;gt;) of the incoming data. The client should never assume the Content-Type; it should always check that the Content-Type header and the content are the same type. A lack of Content-Type header or an unexpected Content-Type header should result in the server rejecting the content with a &amp;lt;tt&amp;gt;406 Not Acceptable&amp;lt;/tt&amp;gt; response.&lt;br /&gt;
&lt;br /&gt;
== Validate response types ==&lt;br /&gt;
&lt;br /&gt;
It is common for REST services to allow multiple response types (e.g. &amp;lt;tt&amp;gt;application/xml&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;application/json&amp;lt;/tt&amp;gt;, and the client specifies the preferred order of response types by the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header in the request. '''Do NOT''' simply copy the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header to the &amp;lt;tt&amp;gt;Content-type&amp;lt;/tt&amp;gt; header of the response. Reject the request (ideally with a &amp;lt;tt&amp;gt;406 Not Acceptable&amp;lt;/tt&amp;gt; response) if the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header does not specifically contain one of the allowable types.&lt;br /&gt;
&lt;br /&gt;
Because there are many MIME types for the typical response types, it's important to document for clients specifically which MIME types should be used.&lt;br /&gt;
&lt;br /&gt;
== XML input validation == &lt;br /&gt;
&lt;br /&gt;
XML-based services must ensure that they are protected against common XML based attacks by using secure XML-parsing. This typically means protecting against XML External Entity attacks, XML-signature wrapping etc. See  [http://ws-attacks.org http://ws-attacks.org] for examples of such attacks.&lt;br /&gt;
&lt;br /&gt;
== Framework-Provided Validation ==&lt;br /&gt;
&lt;br /&gt;
Many frameworks, such as [https://jersey.java.net/ Jersey], allow for validation constraints to be enforced automatically by the framework at request or response time. (See [https://jersey.java.net/documentation/latest/bean-validation.html Bean Validation Support] for more information). While this does not validate the structure of JSON or XML data before being unmarshaled, it does provide automatic validation after unmarshaling, but before the data is presented to the application.&lt;br /&gt;
&lt;br /&gt;
= Output encoding =&lt;br /&gt;
&lt;br /&gt;
== Send security headers ==&lt;br /&gt;
&lt;br /&gt;
To make sure the content of a given resources is interpreted correctly by the browser, the server should always send the Content-Type header with the correct Content-Type, and preferably the Content-Type header should include a charset. The server should also send an &amp;lt;tt&amp;gt;X-Content-Type-Options: nosniff&amp;lt;/tt&amp;gt; to make sure the browser does not try to detect a different Content-Type than what is actually sent (can lead to XSS).&lt;br /&gt;
&lt;br /&gt;
Additionally the client should send an &amp;lt;tt&amp;gt;X-Frame-Options: deny&amp;lt;/tt&amp;gt; to protect against drag'n drop clickjacking attacks in older browsers.&lt;br /&gt;
&lt;br /&gt;
== JSON encoding ==&lt;br /&gt;
&lt;br /&gt;
A key concern with JSON encoders is preventing arbitrary JavaScript remote code execution within the browser... or, if you're using node.js, on the server. It's vital that you use a proper JSON serializer to encode user-supplied data properly to prevent the execution of user-supplied input on the browser.&lt;br /&gt;
&lt;br /&gt;
When inserting values into the browser DOM, strongly consider using &amp;lt;tt&amp;gt;.value&amp;lt;/tt&amp;gt;/&amp;lt;tt&amp;gt;.innerText&amp;lt;/tt&amp;gt;/&amp;lt;tt&amp;gt;.textContent&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;.innerHTML&amp;lt;/tt&amp;gt; updates, as this protects against simple DOM XSS attacks. &lt;br /&gt;
&lt;br /&gt;
== XML encoding ==&lt;br /&gt;
&lt;br /&gt;
XML should never be built by string concatenation. It should always be constructed using an XML serializer. This ensures that the XML content sent to the browser is parseable and does not contain XML injection. For more information, please see the [[Web Service Security Cheat Sheet]].&lt;br /&gt;
&lt;br /&gt;
= Cryptography =&lt;br /&gt;
&lt;br /&gt;
== Data in transit ==&lt;br /&gt;
&lt;br /&gt;
Unless the public information is completely read-only, the use of TLS should be mandated, particularly where credentials, updates, deletions, and any value transactions are performed. The overhead of TLS is negligible on modern hardware, with a minor latency increase that is more than compensated by safety for the end user.&lt;br /&gt;
&lt;br /&gt;
Consider the use of mutually authenticated client-side certificates to provide additional protection for highly privileged web services.&lt;br /&gt;
&lt;br /&gt;
== Data in storage ==&lt;br /&gt;
&lt;br /&gt;
Leading practices are recommended as per any web application when it comes to correctly handling stored sensitive or regulated data. For more information, please see [[Top 10 2010-A7|OWASP Top 10 2010 - A7 Insecure Cryptographic Storage]].&lt;br /&gt;
&lt;br /&gt;
= Related articles =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}}&lt;br /&gt;
&lt;br /&gt;
= Authors and primary editors  =&lt;br /&gt;
&lt;br /&gt;
Erlend Oftedal - erlend.oftedal@owasp.org&amp;lt;br/&amp;gt;&lt;br /&gt;
Andrew van der Stock - vanderaj@owasp.org&amp;lt;br/&amp;gt;&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:300px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Other cheatsheets ==&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation_Body}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Will_Stranathan&amp;diff=178901</id>
		<title>User:Will Stranathan</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Will_Stranathan&amp;diff=178901"/>
				<updated>2014-07-17T14:15:57Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Updated email address&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Biography ==&lt;br /&gt;
&lt;br /&gt;
I've written bad code since I was 8 years old.  I've written bad code in Turtle Logo, BASIC (Atari 2600, C-64, Apple II, TRS-80, QBasic, and Visual Basic), Pascal, C, C++, Ada, Cobol, Perl, .NET (C#, J#, Visual Basic), Java, Groovy, Python, Ruby, Scala, Smalltalk, P-SQL, T-SQL, REXX, DOS-Batch, bash, DBase III, Oracle Forms, FORTH, HTML, Javascript, and probably some other languages I've forgotten.  Writing bad code for that long has qualified me to observe how others write rotten code.  I look at other peoples' rotten code for a living and help them write better code.&lt;br /&gt;
&lt;br /&gt;
== &amp;lt;tt&amp;gt;.project&amp;lt;/tt&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
I'm the active chair of the [[Charlotte|Chalotte OWASP Chapter]].&lt;br /&gt;
&lt;br /&gt;
== Contact ==&lt;br /&gt;
&lt;br /&gt;
You can email me at [mailto:will.stranathan+at+owasp.org will.stranathan at owasp.org]&lt;br /&gt;
&lt;br /&gt;
CISSP, GSSP-J&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=177437</id>
		<title>OWASP Dependency Check</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=177437"/>
				<updated>2014-06-24T13:01:15Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Updated downloads to 1.2.2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:160px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File:OWASP_Project_Header.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==OWASP Dependency-Check==&lt;br /&gt;
&lt;br /&gt;
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.  Currently Java and .NET dependencies are supported; however, support for Node.JS, client side JavaScript libraries, etc. is planned. This tool can be part of the solution to the OWASP Top 10 2013 [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OWASP Top 10 2013 contains a new entry: [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities]. Dependency-check can currently be used to scan Java applications (and their dependent libraries) to identify any known vulnerable components.&lt;br /&gt;
&lt;br /&gt;
The problem with using known vulnerable components was described very well in a paper by Jeff Williams and Arshan Dabirsiaghi titled, &amp;quot;[https://www.aspectsecurity.com/uploads/downloads/2012/03/Aspect-Security-The-Unfortunate-Reality-of-Insecure-Libraries.pdf The Unfortunate Reality of Insecure Libraries]&amp;quot;. The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the [http://web.nvd.nist.gov/view/vuln/search National Vulnerability Database]).&lt;br /&gt;
&lt;br /&gt;
Dependency-check has a command line interface, a Maven plugin, an Ant task, and a Jenkins plugin. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool). The evidence is then used to identify the [http://nvd.nist.gov/cpe.cfm Common Platform Enumeration (CPE)] for the given dependency. If a CPE is identified, a listing of associated [http://cve.mitre.org/ Common Vulnerability and Exposure (CVE)] entries are listed in a report.&lt;br /&gt;
&lt;br /&gt;
Dependency-check automatically updates itself using the [http://nvd.nist.gov/download.cfm NVD Data Feeds] hosted by NIST. '''IMPORTANT NOTE:''' The initial download of the data may take ten minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
Version 1.2.2&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.2.2-release.zip Command Line]&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.2.2.jar Ant Task]&lt;br /&gt;
* [http://search.maven.org/#artifactdetails%7Corg.owasp%7Cdependency-check-maven%7C1.2.2%7Cmaven-plugin Maven Plugin]&lt;br /&gt;
* [https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin Jenkins Plugin]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck Github]&lt;br /&gt;
* [https://www.ohloh.net/p/dependencycheck Ohloh]&lt;br /&gt;
* [https://bintray.com/jeremy-long/owasp Bintray]&lt;br /&gt;
&lt;br /&gt;
== Documentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/ User Documentation]&lt;br /&gt;
* [https://github.com/jeremylong/DependencyCheck/wiki Developer Documentation]&lt;br /&gt;
&lt;br /&gt;
== Mailing List ==&lt;br /&gt;
&lt;br /&gt;
* [mailto:dependency-check+subscribe@googlegroups.com Subscribe]&lt;br /&gt;
* [mailto:dependency-check@googlegroups.com Post]&lt;br /&gt;
* [https://groups.google.com/forum/#!forum/dependency-check Archived Posts]&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pdf dependency-check (PDF)]&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pptx dependency-check  (PPTX)]&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
==Volunteers==&lt;br /&gt;
Dependency-Check is developed by a team of volunteers. The primary contributors to date have been:&lt;br /&gt;
&lt;br /&gt;
* [[User:Jeremy Long|Jeremy Long]]&lt;br /&gt;
* [[User:Steve Springett|Steve Springett]]&lt;br /&gt;
* [[User:Will Stranathan|Will Stranathan]]&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
As of May 2014, the top priorities are:&lt;br /&gt;
* Resolving all open [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues/feature requests]&lt;br /&gt;
* Improving analysis for .NET Dlls&lt;br /&gt;
* Implementing a JavaScript analyzer to support both Node.js and JavaScript libraries such as jquery&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of dependency-check is actively encouraged!&lt;br /&gt;
You do not have to be a security expert in order to contribute. How you can help:&lt;br /&gt;
* Use the tool&lt;br /&gt;
* Provide feedback via the [https://groups.google.com/forum/?fromgroups#!forum/dependency-check mailing list] or by creating [https://github.com/jeremylong/DependencyCheck/issues?state=open github issues] (both bugs and feature requests are encouraged)&lt;br /&gt;
* The project source code is hosted on [https://github.com/jeremylong/DependencyCheck/ github] - if you are so inclined fork it and provide push requests!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=169492</id>
		<title>OWASP Dependency Check</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=169492"/>
				<updated>2014-03-05T16:23:55Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Updated to show that .NET is supported.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:160px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File:OWASP_Project_Header.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==OWASP Dependency-Check==&lt;br /&gt;
&lt;br /&gt;
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.  Currently Java and .NET dependencies are supported; however, support for Node.JS, client side JavaScript libraries, etc. is planned. This tool can be part of the solution to the OWASP Top 10 2013 [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OWASP Top 10 2013 contains a new entry: [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities]. Dependency-check can currently be used to scan Java applications (and their dependent libraries) to identify any known vulnerable components.&lt;br /&gt;
&lt;br /&gt;
The problem with using known vulnerable components was described very well in a paper by Jeff Williams and Arshan Dabirsiaghi titled, &amp;quot;[https://www.aspectsecurity.com/uploads/downloads/2012/03/Aspect-Security-The-Unfortunate-Reality-of-Insecure-Libraries.pdf The Unfortunate Reality of Insecure Libraries]&amp;quot;. The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the [http://web.nvd.nist.gov/view/vuln/search National Vulnerability Database]).&lt;br /&gt;
&lt;br /&gt;
Dependency-check has a command line interface, a Maven plugin, an Ant task, and a Jenkins plugin. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool). The evidence is then used to identify the [http://nvd.nist.gov/cpe.cfm Common Platform Enumeration (CPE)] for the given dependency. If a CPE is identified, a listing of associated [http://cve.mitre.org/ Common Vulnerability and Exposure (CVE)] entries are listed in a report.&lt;br /&gt;
&lt;br /&gt;
Dependency-check automatically updates itself using the [http://nvd.nist.gov/download.cfm NVD Data Feeds] hosted by NIST. '''IMPORTANT NOTE:''' The initial download of the data may take ten minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.&lt;br /&gt;
&lt;br /&gt;
More information about dependency-check can be found on the [http://jeremylong.github.io/DependencyCheck/ dependency-check github pages]. Additionally, the source could can be found on [https://github.com/jeremylong/DependencyCheck github].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== What is Dependency-Check? ==&lt;br /&gt;
&lt;br /&gt;
OWASP Dependency-Check provides:&lt;br /&gt;
&lt;br /&gt;
* Monitoring of project dependencies&lt;br /&gt;
* Library Identification&lt;br /&gt;
* Notification of CVE&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pdf dependency-check (PDF)]&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pptx dependency-check  (PPTX)]&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
{{:Projects/OWASP Dependency Check/Releases/Current}}&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=FAQs=&lt;br /&gt;
&lt;br /&gt;
; Q1&lt;br /&gt;
: A1&lt;br /&gt;
&lt;br /&gt;
; Q2&lt;br /&gt;
: A2&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
==Volunteers==&lt;br /&gt;
XXX is developed by a worldwide team of volunteers. The primary contributors to date have been:&lt;br /&gt;
&lt;br /&gt;
* [[User:Jeremy Long|Jeremy Long]]&lt;br /&gt;
* [[User:Steve Springett|Steve Springett]]&lt;br /&gt;
* [[User:Will Stranathan|Will Stranathan]]&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
As of XXX, the priorities are:&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of Dependency Check is actively encouraged!&lt;br /&gt;
You do not have to be a security expert in order to contribute.&lt;br /&gt;
Some of the ways you can help:&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_Dependency_Check}}  &lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=169372</id>
		<title>OWASP Dependency Check</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=169372"/>
				<updated>2014-03-04T01:55:30Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Updated contributors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:160px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File:OWASP_Project_Header.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==OWASP Dependency-Check==&lt;br /&gt;
&lt;br /&gt;
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.  Currently only Java projects are supported; however, support for .NET, Node.JS, client side JavaScript libraries, etc. is planned. This tool can be part of the solution to the OWASP Top 10 2013 [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OWASP Top 10 2013 contains a new entry: [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities]. Dependency-check can currently be used to scan Java applications (and their dependent libraries) to identify any known vulnerable components.&lt;br /&gt;
&lt;br /&gt;
The problem with using known vulnerable components was described very well in a paper by Jeff Williams and Arshan Dabirsiaghi titled, &amp;quot;[https://www.aspectsecurity.com/uploads/downloads/2012/03/Aspect-Security-The-Unfortunate-Reality-of-Insecure-Libraries.pdf The Unfortunate Reality of Insecure Libraries]&amp;quot;. The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the [http://web.nvd.nist.gov/view/vuln/search National Vulnerability Database]).&lt;br /&gt;
&lt;br /&gt;
Dependency-check has a command line interface, a Maven plugin, an Ant task, and a Jenkins plugin. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool). The evidence is then used to identify the [http://nvd.nist.gov/cpe.cfm Common Platform Enumeration (CPE)] for the given dependency. If a CPE is identified, a listing of associated [http://cve.mitre.org/ Common Vulnerability and Exposure (CVE)] entries are listed in a report.&lt;br /&gt;
&lt;br /&gt;
Dependency-check automatically updates itself using the [http://nvd.nist.gov/download.cfm NVD Data Feeds] hosted by NIST. '''IMPORTANT NOTE:''' The initial download of the data may take ten minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.&lt;br /&gt;
&lt;br /&gt;
More information about dependency-check can be found on the [http://jeremylong.github.io/DependencyCheck/ dependency-check github pages]. Additionally, the source could can be found on [https://github.com/jeremylong/DependencyCheck github].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== What is Dependency-Check? ==&lt;br /&gt;
&lt;br /&gt;
OWASP Dependency-Check provides:&lt;br /&gt;
&lt;br /&gt;
* Monitoring of project dependencies&lt;br /&gt;
* Library Identification&lt;br /&gt;
* Notification of CVE&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pdf dependency-check (PDF)]&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pptx dependency-check  (PPTX)]&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
{{:Projects/OWASP Dependency Check/Releases/Current}}&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=FAQs=&lt;br /&gt;
&lt;br /&gt;
; Q1&lt;br /&gt;
: A1&lt;br /&gt;
&lt;br /&gt;
; Q2&lt;br /&gt;
: A2&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
==Volunteers==&lt;br /&gt;
XXX is developed by a worldwide team of volunteers. The primary contributors to date have been:&lt;br /&gt;
&lt;br /&gt;
* [[User:Jeremy Long|Jeremy Long]]&lt;br /&gt;
* [[User:Steve Springett|Steve Springett]]&lt;br /&gt;
* [[User:Will Stranathan|Will Stranathan]]&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
As of XXX, the priorities are:&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of Dependency Check is actively encouraged!&lt;br /&gt;
You do not have to be a security expert in order to contribute.&lt;br /&gt;
Some of the ways you can help:&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_Dependency_Check}}  &lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_Dependency_Check/Releases/Current&amp;diff=169371</id>
		<title>Projects/OWASP Dependency Check/Releases/Current</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_Dependency_Check/Releases/Current&amp;diff=169371"/>
				<updated>2014-03-04T01:47:11Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Updated version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Version 1.1.2&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.1.2-release.zip Command Line]&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.1.2.jar Ant Task]&lt;br /&gt;
* [http://search.maven.org/#artifactdetails%7Corg.owasp%7Cdependency-check-maven%7C1.1.2%7Cmaven-plugin Maven Plugin]&lt;br /&gt;
* [https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin Jenkins Plugin]&lt;br /&gt;
&lt;br /&gt;
Source distribution can be found [https://github.com/jeremylong/DependencyCheck here].&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=169370</id>
		<title>OWASP Dependency Check</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Dependency_Check&amp;diff=169370"/>
				<updated>2014-03-04T01:45:58Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Updated to 1.1.2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Main=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:100%;height:160px;border:0,margin:0;overflow: hidden;&amp;quot;&amp;gt;[[File:OWASP_Project_Header.jpg|link=]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;padding: 0;margin:0;margin-top:10px;text-align:left;&amp;quot; |-&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
==OWASP Dependency-Check==&lt;br /&gt;
&lt;br /&gt;
Dependency-Check is a utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.  Currently only Java projects are supported; however, support for .NET, Node.JS, client side JavaScript libraries, etc. is planned. This tool can be part of the solution to the OWASP Top 10 2013 [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities].&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
The OWASP Top 10 2013 contains a new entry: [https://www.owasp.org/index.php/Top_10_2013-A9-Using_Components_with_Known_Vulnerabilities A9 - Using Components with Known Vulnerabilities]. Dependency-check can currently be used to scan Java applications (and their dependent libraries) to identify any known vulnerable components.&lt;br /&gt;
&lt;br /&gt;
The problem with using known vulnerable components was described very well in a paper by Jeff Williams and Arshan Dabirsiaghi titled, &amp;quot;[https://www.aspectsecurity.com/uploads/downloads/2012/03/Aspect-Security-The-Unfortunate-Reality-of-Insecure-Libraries.pdf The Unfortunate Reality of Insecure Libraries]&amp;quot;. The gist of the paper is that we as a development community include third party libraries in our applications that contain well known published vulnerabilities (such as those at the [http://web.nvd.nist.gov/view/vuln/search National Vulnerability Database]).&lt;br /&gt;
&lt;br /&gt;
Dependency-check has a command line interface, a Maven plugin, an Ant task, and a Jenkins plugin. The core engine contains a series of analyzers that inspect the project dependencies, collect pieces of information about the dependencies (referred to as evidence within the tool). The evidence is then used to identify the [http://nvd.nist.gov/cpe.cfm Common Platform Enumeration (CPE)] for the given dependency. If a CPE is identified, a listing of associated [http://cve.mitre.org/ Common Vulnerability and Exposure (CVE)] entries are listed in a report.&lt;br /&gt;
&lt;br /&gt;
Dependency-check automatically updates itself using the [http://nvd.nist.gov/download.cfm NVD Data Feeds] hosted by NIST. '''IMPORTANT NOTE:''' The initial download of the data may take ten minutes or more, if you run the tool at least once every seven days only a small XML file needs to be downloaded to keep the local copy of the data current.&lt;br /&gt;
&lt;br /&gt;
More information about dependency-check can be found on the [http://jeremylong.github.io/DependencyCheck/ dependency-check github pages]. Additionally, the source could can be found on [https://github.com/jeremylong/DependencyCheck github].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;border-right: 1px dotted gray;padding-right:25px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== What is Dependency-Check? ==&lt;br /&gt;
&lt;br /&gt;
OWASP Dependency-Check provides:&lt;br /&gt;
&lt;br /&gt;
* Monitoring of project dependencies&lt;br /&gt;
* Library Identification&lt;br /&gt;
* Notification of CVE&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pdf dependency-check (PDF)]&lt;br /&gt;
* [http://jeremylong.github.io/DependencyCheck/dependency-check.pptx dependency-check  (PPTX)]&lt;br /&gt;
&lt;br /&gt;
| valign=&amp;quot;top&amp;quot;  style=&amp;quot;padding-left:25px;width:200px;&amp;quot; |&lt;br /&gt;
&lt;br /&gt;
== Quick Download ==&lt;br /&gt;
&lt;br /&gt;
Version 1.1.2&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-1.1.2-release.zip Command Line]&lt;br /&gt;
* [http://dl.bintray.com/jeremy-long/owasp/dependency-check-ant-1.1.2.jar Ant Task]&lt;br /&gt;
* [http://search.maven.org/#artifactdetails%7Corg.owasp%7Cdependency-check-maven%7C1.1.2%7Cmaven-plugin Maven Plugin]&lt;br /&gt;
* [https://wiki.jenkins-ci.org/display/JENKINS/OWASP+Dependency-Check+Plugin Jenkins Plugin]&lt;br /&gt;
&lt;br /&gt;
Source distribution can be found [https://github.com/jeremylong/DependencyCheck here].&lt;br /&gt;
&lt;br /&gt;
==Classifications==&lt;br /&gt;
&lt;br /&gt;
   {| width=&amp;quot;200&amp;quot; cellpadding=&amp;quot;2&amp;quot;&lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot; rowspan=&amp;quot;2&amp;quot;| [[File:Owasp-incubator-trans-85.png|link=https://www.owasp.org/index.php/OWASP_Project_Stages#tab=Incubator_Projects]]&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-builders-small.png|link=]]  &lt;br /&gt;
   |-&lt;br /&gt;
   | align=&amp;quot;center&amp;quot; valign=&amp;quot;top&amp;quot; width=&amp;quot;50%&amp;quot;| [[File:Owasp-defenders-small.png|link=]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Cc-button-y-sa-small.png|link=http://creativecommons.org/licenses/by-sa/3.0/]]&lt;br /&gt;
   |-&lt;br /&gt;
   | colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot;  | [[File:Project_Type_Files_CODE.jpg|link=]]&lt;br /&gt;
   |}&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=FAQs=&lt;br /&gt;
&lt;br /&gt;
; Q1&lt;br /&gt;
: A1&lt;br /&gt;
&lt;br /&gt;
; Q2&lt;br /&gt;
: A2&lt;br /&gt;
&lt;br /&gt;
= Acknowledgements =&lt;br /&gt;
==Volunteers==&lt;br /&gt;
XXX is developed by a worldwide team of volunteers. The primary contributors to date have been:&lt;br /&gt;
&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
==Others==&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
= Road Map and Getting Involved =&lt;br /&gt;
As of XXX, the priorities are:&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of XXX is actively encouraged!&lt;br /&gt;
You do not have to be a security expert in order to contribute.&lt;br /&gt;
Some of the ways you can help:&lt;br /&gt;
* xxx&lt;br /&gt;
* xxx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Project About=&lt;br /&gt;
{{:Projects/OWASP_Dependency_Check}}  &lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project]]  [[Category:OWASP_Builders]] [[Category:OWASP_Defenders]]  [[Category:OWASP_Document]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=127439</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=127439"/>
				<updated>2012-04-04T21:32:08Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Changed leader to Jon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:OWASP CLT.png|x182px]]&lt;br /&gt;
&lt;br /&gt;
{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [mailto:rjmolesa@owasp.org Jon Molesa].|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Our next chapter meeting will be Wednesday, March 21, 6:30pm at [http://knowclassic.com Classic Graphics] at [http://g.co/maps/5zgwt 8335 Classic Drive in Charlotte].&lt;br /&gt;
&lt;br /&gt;
Our chapter meetings now are the third Wednesday of every month at 6:30pm.&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2012-02-22|22 February 2012]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-10-10|10 October 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-08-15|15 August 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-04-27|27 April 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
* We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
* We have a channel on Freenode - #owasp-clt&lt;br /&gt;
* We have a named Hangout on Google+ - http://plus.google.com/hangouts/extras/owasp-clt&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:North Carolina]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2012-02-22&amp;diff=125051</id>
		<title>Charlotte Chapter Meeting 2012-02-22</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2012-02-22&amp;diff=125051"/>
				<updated>2012-02-25T14:10:57Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Spelling correction&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;22 February 2012 was our first meeting at [http://knowclassic.com Classic Graphics]. Many thanks to Classic for hosting '''and''' providing pizza and drinks before the meeting.&lt;br /&gt;
&lt;br /&gt;
== Meet and Greet ==&lt;br /&gt;
&lt;br /&gt;
Our first order of business was to meet and greet. Professional and student chapters were represented. Brian of Classic also gave us a tour of the facility, which was really cool.&lt;br /&gt;
&lt;br /&gt;
== Leadership ==&lt;br /&gt;
&lt;br /&gt;
[[User:Will Stranathan|Will Stranathan]] announced he would like to step down as Chair of the Charlotte Chapter in order to focus on projects within the chapter. The floor was open for nominations, and [[User:Jon Molesa|Jon Molesa]] was chosen as the new chapter chair.&lt;br /&gt;
&lt;br /&gt;
The chapter also decided to have a Chapter Board. Initially seven people self-nominated for the Board, but a decision was later made to reduce that number to three plus the Chair.&lt;br /&gt;
&lt;br /&gt;
== Code Jams ==&lt;br /&gt;
&lt;br /&gt;
In an effort to start producing and having some contributions back to the OWASP Community, we're hoping to organize some Code Jams - very quick wins that still are good contributions to code, exploit examples, documentation, etc.&lt;br /&gt;
&lt;br /&gt;
Also, we still have our long-term goal to work on a hardened Drupal packaging with hooks to [[Appsensor]]&lt;br /&gt;
&lt;br /&gt;
== Wrap-up ==&lt;br /&gt;
&lt;br /&gt;
Classic has offered to allow us to use their facility for future meetings. They will also sponsor our membership to Meetup. Regular meetings will be the third Wednesday of every month at Classic.&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2012-02-22&amp;diff=125050</id>
		<title>Charlotte Chapter Meeting 2012-02-22</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2012-02-22&amp;diff=125050"/>
				<updated>2012-02-25T14:07:55Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Created page with &amp;quot;22 February 2012 was our first meeting at [http://knowclassic.com Classic Graphics]. Many thanks to Classic for hosting '''and''' providing pizza and drinks before the meeting...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;22 February 2012 was our first meeting at [http://knowclassic.com Classic Graphics]. Many thanks to Classic for hosting '''and''' providing pizza and drinks before the meeting.&lt;br /&gt;
&lt;br /&gt;
== Meet and Greet ==&lt;br /&gt;
&lt;br /&gt;
Our first order of business was to meet and greet. Professional and student chapters were represented. Brian of Classic also gave us a tour of the facility, which was really cool.&lt;br /&gt;
&lt;br /&gt;
== Leadership ==&lt;br /&gt;
&lt;br /&gt;
[[User:Will Stranathan|Will Stranathan]] announced he would like to step down as Chair of the Charlotte Chapter in order to focus on projects within the chapter. The floor was open for nominations, and [[User:Jon Molesa|Jon Molesa]] was chosen as the new chapter chair.&lt;br /&gt;
&lt;br /&gt;
The chapter also decided to have a Chapter Board. Initially seven people self-nominated for the Board, but a decision was later made to reduce that number to three plus the Chair.&lt;br /&gt;
&lt;br /&gt;
== Code Jams ==&lt;br /&gt;
&lt;br /&gt;
In an effort to start producing and having some contributions back to the OWASP Community, we're hoping to organize some Code Jams - very quick wins that still are good contributions to code, exploit examples, documentation, etc.&lt;br /&gt;
&lt;br /&gt;
Also, we still have our long-term goal to work on a hardened Drupal packaging with hooks to [[Appsensor]]&lt;br /&gt;
&lt;br /&gt;
== Wrap-up ==&lt;br /&gt;
&lt;br /&gt;
Classic has offered to allow us to use their facility for future meetings. They will also sponsor our membership to Meetup. Regular meetings will be the third Wednesday of evert month at Classic.&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=125046</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=125046"/>
				<updated>2012-02-25T13:32:09Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added chapter logo and link to meeting summary page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:OWASP CLT.png|x182px]]&lt;br /&gt;
&lt;br /&gt;
{{Chapter Template|chaptername=Charlotte|extra=The chapter leaders are [[User:Will Stranathan|Will Stranathan]] and [mailto:rjmolesa@owasp.org Jon Molesa].|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Our next chapter meeting will be Wednesday, March 21, 6:30pm at [http://knowclassic.com Classic Graphics] at [http://g.co/maps/5zgwt 8335 Classic Drive in Charlotte].&lt;br /&gt;
&lt;br /&gt;
Our chapter meetings now are the third Wednesday of every month at 6:30pm.&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2012-02-22|22 February 2012]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-10-10|10 October 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-08-15|15 August 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-04-27|27 April 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
* We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
* We have a channel on Freenode - #owasp-clt&lt;br /&gt;
* We have a named Hangout on Google+ - http://plus.google.com/hangouts/extras/owasp-clt&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:North Carolina]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:OWASP_CLT.png&amp;diff=125045</id>
		<title>File:OWASP CLT.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:OWASP_CLT.png&amp;diff=125045"/>
				<updated>2012-02-25T13:24:49Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: OWASP Charlotte logo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OWASP Charlotte logo&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=124210</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=124210"/>
				<updated>2012-02-14T17:17:25Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added info for next meeting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [[User:Will Stranathan|Will Stranathan]]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Our next chapter meeting will be Wednesday, February 22, 6:30pm at [http://knowclassic.com Classic Graphics] at [http://g.co/maps/5zgwt 8335 Classic Drive in Charlotte].&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-10-10|10 October 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-08-15|15 August 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-04-27|27 April 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:North Carolina]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:REST_Security_Cheat_Sheet&amp;diff=121672</id>
		<title>Talk:REST Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:REST_Security_Cheat_Sheet&amp;diff=121672"/>
				<updated>2011-12-20T01:22:50Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added section on Type Validation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Avoiding DOR ==&lt;br /&gt;
[[User:Will Stranathan|Will]]&amp;lt;br /&amp;gt;&lt;br /&gt;
My point with the [[{{PAGENAME}}#Check Authorization for User-Specific Entities|Check Authorization for User-Specific Entities]] section is to avoid Direct Object Reference. There are really two underlying potential pitfalls here:&lt;br /&gt;
* Giving access to objects simply by the key value in the URL rather than checking proper authorization for that entity. (i.e., this user doesn't have access to object 1235, but we allow the method simply because 1235 was in the URL rather than checking to see if '''this''' user is allowed to modify/view it)&lt;br /&gt;
* Giving away sensitive information simply by including the object ID in the URL. Users tend to copy/paste URL's and they get cached in many different places and included in the history (even if the response gives the right &amp;lt;tt&amp;gt;Expires&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;Cache-control&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;Pragma&amp;lt;/tt&amp;gt; headers), so the URL shouldn't directly include anything sensitive like account number. http://some.service/account/128420482 should be a no-no.&lt;br /&gt;
&lt;br /&gt;
== Type Validation ==&lt;br /&gt;
[[User:Will Stranathan|Will]]&amp;lt;br /&amp;gt;&lt;br /&gt;
I would love to add a section on validating incoming entity definitions via XML or JSON. In XML, you have to deal first with entity expansion (death by a million laughs) because entities are expanded '''before''' the XML itself is validated, then need to validate against a DTD, XML-Schema, etc. &lt;br /&gt;
&lt;br /&gt;
I'm just now finding out that there is a loose definition of a JSON validation scheme [http://en.wikipedia.org/wiki/JSON#Schema], but I'm not sure if any of the popular server-side JSON frameworks support this built-in, or what the maturity is of any of the implementations at [http://json-schema.org/implementations.html]. Anybody have any knowledge on this?&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:REST_Security_Cheat_Sheet&amp;diff=121670</id>
		<title>Talk:REST Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:REST_Security_Cheat_Sheet&amp;diff=121670"/>
				<updated>2011-12-20T00:53:41Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added discussion about Direct Object Reference details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Avoiding DOR ==&lt;br /&gt;
My point with the [[{{PAGENAME}}#Check Authorization for User-Specific Entities|Check Authorization for User-Specific Entities]] section is to avoid Direct Object Reference. There are really two underlying potential pitfalls here:&lt;br /&gt;
* Giving access to objects simply by the key value in the URL rather than checking proper authorization for that entity. (i.e., this user doesn't have access to object 1235, but we allow the method simply because 1235 was in the URL rather than checking to see if '''this''' user is allowed to modify/view it)&lt;br /&gt;
* Giving away sensitive information simply by including the object ID in the URL. Users tend to copy/paste URL's and they get cached in many different places and included in the history (even if the response gives the right &amp;lt;tt&amp;gt;Expires&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;Cache-control&amp;lt;/tt&amp;gt;, and &amp;lt;tt&amp;gt;Pragma&amp;lt;/tt&amp;gt; headers), so the URL shouldn't directly include anything sensitive like account number. http://some.service/account/128420482 should be a no-no.&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=REST_Security_Cheat_Sheet&amp;diff=121669</id>
		<title>REST Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=REST_Security_Cheat_Sheet&amp;diff=121669"/>
				<updated>2011-12-20T00:35:27Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Fixed my confluence markup to mediawiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://en.wikipedia.org/wiki/Representational_state_transfer REST] or REpresentational State Transfer is a means of expressing specific entities in a system by URL path elements. REST allows interaction with a web-based system via simplified URL's rather than complex request body or &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt; parameters to request specific items from the system. This document serves as a guide (although not exhaustive) of best practices to help REST-based services.&lt;br /&gt;
&lt;br /&gt;
== Check Authorization for User-Specific Entities ==&lt;br /&gt;
While REST is useful for targeting specific entities in the system, the URL itself should not be the only authorizing token for sensitive entities (such as account transactions, personally-identifying information, etc.). Proper authentication should take place, and the token for authorization should be sent as a cookie. Furthermore, no Personally-Identifiable Information (such as bank-account number, credit card number, etc.) should be used as a parameter to request an entity. See the [DOR (Direct Object Reference) Prevention Cheat Sheet] for strategies for preventing Direct Object Reference weaknesses.&lt;br /&gt;
&lt;br /&gt;
== Whitelist-Only Response Types ==&lt;br /&gt;
It is common for REST services to allow multiple response types (e.g. &amp;lt;tt&amp;gt;application/xml&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;application/json&amp;lt;/tt&amp;gt;, and the client specifies the preferred order of response types by the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header in the request. '''Do NOT''' simply copy the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header to the &amp;lt;tt&amp;gt;Content-type&amp;lt;/tt&amp;gt; header of the response. Reject the request (ideally with a &amp;lt;tt&amp;gt;406 Not Acceptable&amp;lt;/tt&amp;gt; response) if the &amp;lt;tt&amp;gt;Accept&amp;lt;/tt&amp;gt; header does not specifically contain one of the allowable types.&lt;br /&gt;
&lt;br /&gt;
Because there are many MIME types for the typical response types, it's important to document for clients specifically which MIME types should be used.&lt;br /&gt;
&lt;br /&gt;
== Whitelist Allowable Methods ==&lt;br /&gt;
It is common with RESTful services to allow multiple methods for a given URL for different operations on that entity. For example, a &amp;lt;tt&amp;gt;GET&amp;lt;/tt&amp;gt; request might read the entity while &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt; would update an existing entity, &amp;lt;tt&amp;gt;PUT&amp;lt;/tt&amp;gt; would create a new entity, and &amp;lt;tt&amp;gt;DELETE&amp;lt;/tt&amp;gt; would delete an existing entity. It is important for the service to properly restrict the allowable verbs such that only the allowed verbs will work, all others return a proper response code (for example, a &amp;lt;tt&amp;gt;403 Forbidden&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
In Java EE in particular, this can be difficult to implement properly. See [https://www.aspectsecurity.com/wp-content/plugins/download-monitor/download.php?id=18 Bypassing Web Authentication and Authorization with HTTP Verb Tampering] for an explanation of this common misconfiguration.&lt;br /&gt;
&lt;br /&gt;
== Non-REST Authentication ==&lt;br /&gt;
Authentication for a REST-based service should not take place by passing the user ID and password in path elements of the URL. URL's are commonly cached by browsers, proxies, etc. so sensitive information should not be included directly in the URL.&lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=REST_Security_Cheat_Sheet&amp;diff=121668</id>
		<title>REST Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=REST_Security_Cheat_Sheet&amp;diff=121668"/>
				<updated>2011-12-20T00:32:21Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Very beginnings of the REST security cheat sheet.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://en.wikipedia.org/wiki/Representational_state_transfer REST] or REpresentational State Transfer is a means of expressing specific entities in a system by URL path elements. REST allows interaction with a web-based system via simplified URL's rather than complex request body or {{POST}} parameters to request specific items from the system. This document serves as a guide (although not exhaustive) of best practices to help REST-based services.&lt;br /&gt;
&lt;br /&gt;
== Check Authorization for User-Specific Entities ==&lt;br /&gt;
While REST is useful for targeting specific entities in the system, the URL itself should not be the only authorizing token for sensitive entities (such as account transactions, personally-identifying information, etc.). Proper authentication should take place, and the token for authorization should be sent as a cookie. Furthermore, no Personally-Identifiable Information (such as bank-account number, credit card number, etc.) should be used as a parameter to request an entity. See the [DOR (Direct Object Reference) Prevention Cheat Sheet] for strategies for preventing Direct Object Reference weaknesses.&lt;br /&gt;
&lt;br /&gt;
== Whitelist-Only Response Types ==&lt;br /&gt;
It is common for REST services to allow multiple response types (e.g. {{application/xml}} or {{application/json}}, and the client specifies the preferred order of response types by the {{Accept}} header in the request. '''Do NOT''' simply copy the {{Accept}} header to the {{Content-type}} header of the response. Reject the request (ideally with a {{406 Not Acceptable}} response) if the {{Accept}} header does not specifically contain one of the allowable types.&lt;br /&gt;
&lt;br /&gt;
Because there are many MIME types for the typical response types, it's important to document for clients specifically which MIME types should be used.&lt;br /&gt;
&lt;br /&gt;
== Whitelist Allowable Methods ==&lt;br /&gt;
It is common with RESTful services to allow multiple methods for a given URL for different operations on that entity. For example, a {{GET}} request might read the entity while {{POST}} would update an existing entity, {{PUT}} would create a new entity, and {{DELETE}} would delete an existing entity. It is important for the service to properly restrict the allowable verbs such that only the allowed verbs will work, all others return a proper response code (for example, a {{403 Forbidden}}).&lt;br /&gt;
&lt;br /&gt;
In Java EE in particular, this can be difficult to implement properly. See [https://www.aspectsecurity.com/wp-content/plugins/download-monitor/download.php?id=18 Bypassing Web Authentication and Authorization with HTTP Verb Tampering] for an explanation of this common misconfiguration.&lt;br /&gt;
&lt;br /&gt;
== Non-REST Authentication ==&lt;br /&gt;
Authentication for a REST-based service should not take place by passing the user ID and password in path elements of the URL. URL's are commonly cached by browsers, proxies, etc. so sensitive information should not be included directly in the URL.&lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=AppSensor&amp;diff=119733</id>
		<title>AppSensor</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=AppSensor&amp;diff=119733"/>
				<updated>2011-11-01T16:50:27Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added a redirect to OWASP AppSensor Project since AppSensor is easier to type&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[OWASP AppSensor Project]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-04-27&amp;diff=119042</id>
		<title>Charlotte Chapter Meeting 2011-04-27</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-04-27&amp;diff=119042"/>
				<updated>2011-10-14T01:48:41Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added to Charlotte Chapter Meetings category&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 27 April 2011 Chapter Meeting was held at UNCC after the Software as a Service/Cloud Computing Symposium.  Scott Matsumoto of Cigital presented on Threat Modeling in Amazon Web Services (and really, a lot of Threat Modeling in general).&lt;br /&gt;
&lt;br /&gt;
[[Category:Charlotte Chapter Meetings]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-08-15&amp;diff=119041</id>
		<title>Charlotte Chapter Meeting 2011-08-15</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-08-15&amp;diff=119041"/>
				<updated>2011-10-14T01:48:05Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added to the Charlotte Chapter Meetings category.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The August 15 meeting was held at Woodward Hall room 130.  Our speaker was [[User:John Melton|John Melton]], developer for the [[OWASP AppSensor Project]].  Pizza was provided.&lt;br /&gt;
&lt;br /&gt;
The chapter decided that as a chapter project we should begin getting involved in the [[OWASP AppSensor Project]] in various degrees.  [[User:John Melton|John]] will begin working out a list of open bugs and enhancement requests.  Also, members of the chapter are encouraged to begin looking at implementing AppSensor in other languages (PHP had the highest interest level during the meeting), being sure to make it compatible as much as possible with [[:Category:OWASP Enterprise Security API|ESAPI]] and the current Java implementation of AppSensor.&lt;br /&gt;
&lt;br /&gt;
[[Category:Charlotte Chapter Meetings]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=119040</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=119040"/>
				<updated>2011-10-14T01:46:59Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added January meeting info.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [[User:Will Stranathan|Will Stranathan]]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Stay tuned for our next chapter meeting.  We intend to have a few smaller &amp;amp;quot;Jam Sessions&amp;amp;quot; before the next chapter meeting to get some of those &amp;amp;quot;quick wins&amp;amp;quot; that help us feel more productive.  The next chapter meeting will probably be in January 2012.&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-10-10|10 October 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-08-15|15 August 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-04-27|27 April 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:North Carolina]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-10-10&amp;diff=119039</id>
		<title>Charlotte Chapter Meeting 2011-10-10</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-10-10&amp;diff=119039"/>
				<updated>2011-10-14T01:29:57Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our 2011-10-10 meeting featured [[User:Jeff Williams|Jeff Williams]], CEO of Aspect Security and former Volunteer Chair for OWASP.  Jeff did a rapid-fire discussion of [[Media:OWASP Jeff Williams Talk.ppt|lots of different topics]].  We also discussed things we can do to make the chapter a success.  Please be sure to send [[User:Jeff Williams|Jeff]] your thanks.&lt;br /&gt;
&lt;br /&gt;
[[Category:Charlotte Chapter Meetings]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-10-10&amp;diff=119038</id>
		<title>Charlotte Chapter Meeting 2011-10-10</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-10-10&amp;diff=119038"/>
				<updated>2011-10-14T01:24:02Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Initial notes on the 2011-10-10 meeting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our 2011-10-10 meeting featured [[User:Jeff Williams|Jeff Williams]], CEO of Aspect Security and former Volunteer Chair for OWASP.  Jeff did a rapid-fire discussion of [[File:OWASP Jeff Williams Talk.ppt|lots of different topics]].  We also discussed things we can do to make the chapter a success.  Please be sure to send [[User:Jeff Williams|Jeff]] your thanks.&lt;br /&gt;
&lt;br /&gt;
[[Category:Charlotte Chapter Meetings]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:OWASP_Jeff_Williams_Talk.ppt&amp;diff=119037</id>
		<title>File:OWASP Jeff Williams Talk.ppt</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:OWASP_Jeff_Williams_Talk.ppt&amp;diff=119037"/>
				<updated>2011-10-14T01:22:38Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: List of topics Jeff Williams talked about during the 2011-10-10 OWASP Charlotte Chapter Meeting.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;List of topics Jeff Williams talked about during the 2011-10-10 OWASP Charlotte Chapter Meeting.&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=118766</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=118766"/>
				<updated>2011-10-09T11:55:01Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Fixed some formatting, grammar.  Removed incomplete/question sections.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= DRAFT CHEAT SHEET - WORK IN PROGRESS =&lt;br /&gt;
&lt;br /&gt;
= Introduction  =&lt;br /&gt;
&lt;br /&gt;
= HTML 5  =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart  ==&lt;br /&gt;
&lt;br /&gt;
There are a few sites charting browser capabilities as they relate to the HTML 5 / CSS 3 standard. I have not seen any that mention security. There may not be a need for it, but the &amp;lt;tt&amp;gt;sandbox&amp;lt;/tt&amp;gt; attribute of &amp;lt;tt&amp;gt;iframe&amp;lt;/tt&amp;gt;'s will be ignored in browsers except those HTML 5 compliant browsers which support it. If there are differences in implementations, there will be differences in security configuration / settings. &lt;br /&gt;
&lt;br /&gt;
== Cross Origin Resource Sharing  ==&lt;br /&gt;
&lt;br /&gt;
* Validate URLs passed to &amp;lt;tt&amp;gt;XMLHttpRequest.open&amp;lt;/tt&amp;gt;, current browsers allow these URLs to be cross domain. &lt;br /&gt;
* Ensure that URLs responding with &amp;lt;tt&amp;gt;Access-Control-Allow-Origin: *&amp;lt;/tt&amp;gt; do not include any sensitive content or information that might aid attacker in further attacks. Use &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt; header only on chosen URLs that need to be accessed cross-domain. Don't use the  header for the whole domain. &lt;br /&gt;
* Take special care when using &amp;lt;tt&amp;gt;Access-Control-Allow-Credentials: true&amp;lt;/tt&amp;gt; response header. Whitelist the allowed Origins and never echo back the &amp;lt;tt&amp;gt;Origin&amp;lt;/tt&amp;gt; request header in &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt;.&lt;br /&gt;
* Allow only selected, trusted domains in &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt; header. Prefer whitelisting domains over blacklisting or allowing any domain (either through &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; wildcard or echoing the &amp;lt;tt&amp;gt;Origin&amp;lt;/tt&amp;gt; header content).&lt;br /&gt;
* Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention.&lt;br /&gt;
* While the RFC recommends a pre-flight request with the &amp;lt;tt&amp;gt;OPTIONS&amp;lt;/tt&amp;gt; verb, current implementations might not perform this request, so it's important that &amp;amp;quot;ordinary&amp;amp;quot; (&amp;lt;tt&amp;gt;GET&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt;) requests perform any access control necessary.&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage)  ==&lt;br /&gt;
* Underlying storage mechanism may vary from one user agent to the next.  In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored.  Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
&lt;br /&gt;
== WebDatabase  ==&lt;br /&gt;
* Underlying storage mechanism may vary from one user agent to the next.  In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored.  Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
&lt;br /&gt;
== WebSockets  ==&lt;br /&gt;
&lt;br /&gt;
* Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version and olders are outdated and insecure. &lt;br /&gt;
* While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
* The protocol doesn't handle authorization and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred. &lt;br /&gt;
* Endpoints exposed through &amp;lt;tt&amp;gt;ws://&amp;lt;/tt&amp;gt; protocol are easily reversible to plaintext. Only &amp;lt;tt&amp;gt;wss://&amp;lt;/tt&amp;gt; (WebSockets over SSH) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
* Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
* When implementing servers, check the &amp;lt;tt&amp;gt;Origin:&amp;lt;/tt&amp;gt; header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
* As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through [[Cross Site Scripting Flaw|Cross-Site-Scripting]]. Always validate data coming through WebSockets connection.&lt;br /&gt;
&lt;br /&gt;
== Geolocation ==&lt;br /&gt;
* The Geolocation RFC recommends that the user agent ask the user's permission before calculating location, but whether or how this decision is remembered varies from browser to browser.  Some user agents require the user to visit the page again in order to turn off the ability to get the user's location without asking, so for privacy reasons, it's recommended to require user input before calling &amp;lt;tt&amp;gt;getCurrentPosition&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;watchPosition&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;lt;tt&amp;gt;sandbox&amp;lt;/tt&amp;gt; attribute for untrusted content (iFrame)  ==&lt;br /&gt;
&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]] &lt;br /&gt;
&lt;br /&gt;
== Web Messaging ==&lt;br /&gt;
Web Messaging provides a means of messaging between documents from different origins in a way which is generally safer than JSON-P, however, there are still some recommendations to keep in mind:&lt;br /&gt;
* When posting a message, explicitly state the expected origin as the second argument to &amp;lt;tt&amp;gt;postMessage&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; in order to prevent sending the message to an unknown origin after a redirect or some other means of the target window's origin changing.&lt;br /&gt;
* The receiving page should '''always''':&lt;br /&gt;
** Check the &amp;lt;tt&amp;gt;origin&amp;lt;/tt&amp;gt; attribute of the sender to verify the data is originating from the expected location, and&lt;br /&gt;
** Perform input validation on the &amp;lt;tt&amp;gt;data&amp;lt;/tt&amp;gt; attribute of the event to ensure it's in the desired format&lt;br /&gt;
&lt;br /&gt;
== Content Deliverability  ==&lt;br /&gt;
&lt;br /&gt;
CDN or src links to foreign domains -- know your content &lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed. &lt;br /&gt;
&lt;br /&gt;
= CSS 3  =&lt;br /&gt;
&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url /&amp;amp;nbsp;!import. I think privacy leaks are the most well known - e.g. querying global history using&amp;amp;nbsp;:visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777) &lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets  =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}} &lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxbury - mark.roxberry [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net&lt;br /&gt;
&lt;br /&gt;
Will Stranathan - will [at] cltnc.us&lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117567</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117567"/>
				<updated>2011-09-18T18:43:27Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added some formatting - mostly tt around specific header or API names&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
= HTML 5  =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart  ==&lt;br /&gt;
&lt;br /&gt;
There are a few sites charting browser capabilities as they related to the HTML 5 / CSS 3 standard. I have not seen any that mention security. There may not be a need for it, but e.g. 'sandbox' will be ignored in down browsers, but which HTML 5 compliant browsers support it. If there are differences in implementations, my assumption is that there will be differences in security configuration / settings. &lt;br /&gt;
&lt;br /&gt;
== Cross Origin Resource Sharing  ==&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to &amp;lt;tt&amp;gt;XMLHttpRequest.open&amp;lt;/tt&amp;gt;, current browsers allow these URLs to be cross domain. &lt;br /&gt;
*Ensure that URLs responding with &amp;lt;tt&amp;gt;Access-Control-Allow-Origin: *&amp;lt;/tt&amp;gt; do not include any sensitive content or information that might aid attacker in further attacks. Use &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt; header only on chosen URLs that need to be accessed cross-domain. Don't use that header for the whole domain. &lt;br /&gt;
*Take special care when using &amp;lt;tt&amp;gt;Access-Control-Allow-Credentials: true&amp;lt;/tt&amp;gt; response header. Whitelist the allowed Origins and never echo back the &amp;lt;tt&amp;gt;Origin&amp;lt;/tt&amp;gt; request header in &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt;.&lt;br /&gt;
*Allow only selected, trusted domains in &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt; header. Prefer whitelisting domains over blacklisting or allowing any domain (either through * wildcard or echoing the &amp;lt;tt&amp;gt;Origin&amp;lt;/tt&amp;gt; header content).&lt;br /&gt;
*Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention.&lt;br /&gt;
*While the RFC recommends a pre-flight request with the &amp;lt;tt&amp;gt;OPTIONS&amp;lt;/tt&amp;gt; verb, current implementations might not perform this request, so it's important that &amp;amp;quot;ordinary&amp;amp;quot; (&amp;lt;tt&amp;gt;GET&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt;) requests perform any access control necessary.&lt;br /&gt;
&lt;br /&gt;
== Input Validation  ==&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage)  ==&lt;br /&gt;
*Keep in mind that the underlying storage mechanism may vary from one user agent to the next.  In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored.  Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
&lt;br /&gt;
== WebDatabase  ==&lt;br /&gt;
*Keep in mind that the underlying storage mechanism may vary from one user agent to the next.  In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored.  Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
&lt;br /&gt;
== WebSockets  ==&lt;br /&gt;
&lt;br /&gt;
*Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version and olders are outdated and insecure. &lt;br /&gt;
*While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
*The protocol doesn't handle authorization and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred. &lt;br /&gt;
*Endpoints exposed through ws:/ protocol are easily reversible to plaintext. Only &amp;lt;tt&amp;gt;wss://&amp;lt;/tt&amp;gt; (WebSockets over SSH) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
*Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
*When implementing servers, check the &amp;lt;tt&amp;gt;Origin:&amp;lt;/tt&amp;gt; header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
*As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through [[Cross Site Scripting Flaw|Cross-Site-Scripting]]. Always validate data coming through WebSockets connection.&lt;br /&gt;
&lt;br /&gt;
== Geolocation  ==&lt;br /&gt;
*The Geolocation RFC recommends that the user agent ask the user's permission before calculating location, but whether or how this decision is remembered varies from browser to browser.  Some user agents require the user to visit the page again in order to turn off the ability to get the user's location without asking, so for privacy reasons, it's recommended to require user input before calling &amp;lt;tt&amp;gt;getCurrentPosition&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;watchPosition&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;sandbox&amp;quot; attribute for untrusted content (iFrame)  ==&lt;br /&gt;
&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]] &lt;br /&gt;
&lt;br /&gt;
== Web Messaging ==&lt;br /&gt;
Web Messaging provides a means of messaging between documents from different origins in a way which is generally safer than JSON-P, however, there are still some recommendations to keep in mind:&lt;br /&gt;
*When posting a message, explicitly state the expected origin as the second argument to &amp;lt;tt&amp;gt;postMessage&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; in order to prevent sending the message to an unknown origin after a redirect or some other means of the target window's origin changing.&lt;br /&gt;
*The receiving page should '''always''':&lt;br /&gt;
**Check the &amp;lt;tt&amp;gt;origin&amp;lt;/tt&amp;gt; attribute of the sender to verify the data is originating from the expected location, and&lt;br /&gt;
**Perform input validation on the &amp;lt;tt&amp;gt;data&amp;lt;/tt&amp;gt; attribute of the event to ensure it's in the desired format&lt;br /&gt;
&lt;br /&gt;
== Content Deliverability  ==&lt;br /&gt;
&lt;br /&gt;
CDN or src links to foreign domains = know your content &lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed. &lt;br /&gt;
&lt;br /&gt;
= CSS 3  =&lt;br /&gt;
&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url /&amp;amp;nbsp;!import. I think privacy leaks are the most well know - e.g. querying global history using&amp;amp;nbsp;:visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777) &lt;br /&gt;
&lt;br /&gt;
= Javascript and Javascript Frameworks  =&lt;br /&gt;
&lt;br /&gt;
Do we have cheatsheets for Javascript (e.g. use closures, protect the global namespace) or any of the frameworks like JQuery, script.aculo.us, Prototype, Mootools &lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets  =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}} &lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxbury - mark.roxberry [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net&lt;br /&gt;
&lt;br /&gt;
Will Stranathan - will [at] cltnc.us&lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Talk:HTML5_Security_Cheat_Sheet&amp;diff=117566</id>
		<title>Talk:HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Talk:HTML5_Security_Cheat_Sheet&amp;diff=117566"/>
				<updated>2011-09-18T18:37:33Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Created page with &amp;quot;I contributed to the following sections: *Local Storage *Web Database *Cross-Origin Resource Sharing *Geolocation *Web Messaging Please take a moment to ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[User:Will Stranathan|I]] contributed to the following sections:&lt;br /&gt;
*Local Storage&lt;br /&gt;
*Web Database&lt;br /&gt;
*Cross-Origin Resource Sharing&lt;br /&gt;
*Geolocation&lt;br /&gt;
*Web Messaging&lt;br /&gt;
Please take a moment to review the changes to ensure they're consistent with the &amp;amp;quot;cheatsheet&amp;amp;quot; mentality.&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117565</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117565"/>
				<updated>2011-09-18T18:35:01Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added myself as a contributor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
= HTML 5  =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart  ==&lt;br /&gt;
&lt;br /&gt;
There are a few sites charting browser capabilities as they related to the HTML 5 / CSS 3 standard. I have not seen any that mention security. There may not be a need for it, but e.g. 'sandbox' will be ignored in down browsers, but which HTML 5 compliant browsers support it. If there are differences in implementations, my assumption is that there will be differences in security configuration / settings. &lt;br /&gt;
&lt;br /&gt;
== Cross Origin Resource Sharing  ==&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to XMLHttpRequest.open, current browsers allow these URLS to be cross domain. &lt;br /&gt;
*Ensure that URLs responding with Access-Control-Allow-Origin: * do not include any sensitive content or information that might aid attacker in further attacks. Use Access-Control-Allow-Origin header only on chosen URLs that need to be accessed cross-domain. Don't use that header for the whole domain. &lt;br /&gt;
*Take special care when using Access-Control-Allow-Credentials: true response header. Whitelist the allowed Origins and never echo back the Origin request header in Access-Control-Allow-Origin.&amp;lt;br&amp;gt; &lt;br /&gt;
*Allow only selected, trusted domains in Access-Control-Allow-Origin header. Prefer whitelisting domains over blacklisting or allowing any domain (either through * wildcard or echoing the Origin header content).&lt;br /&gt;
*Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention.&lt;br /&gt;
&lt;br /&gt;
== Input Validation  ==&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage)  ==&lt;br /&gt;
*Keep in mind that the underlying storage mechanism may vary from one user agent to the next.  In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored.  Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
&lt;br /&gt;
== WebDatabase  ==&lt;br /&gt;
*Keep in mind that the underlying storage mechanism may vary from one user agent to the next.  In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored.  Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
&lt;br /&gt;
== WebSockets  ==&lt;br /&gt;
&lt;br /&gt;
*Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version and olders are outdated and insecure. &lt;br /&gt;
*While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
*The protocol doesn't handle authorisation and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred. &lt;br /&gt;
*Endpoints exposed through ws:/ protocol are easily reversible to plaintext. Only wss:// (WebSockets over SSH) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
*Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
*When implementing servers, check the Origin: header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
*As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through Cross-Site-Scripting. Always validate data coming through WebSockets connection.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Geolocation  ==&lt;br /&gt;
*The Geolocation RFC recommends that the user agent ask the user's permission before calculating location, but whether or how this decision is remembered varies from browser to browser.  Some user agents require the user to visit the page again in order to turn off the ability to get the user's location without asking, so for privacy reasons, it's recommended to require user input before calling &amp;lt;tt&amp;gt;getCurrentPosition&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;watchPosition&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;sandbox&amp;quot; attribute for untrusted content (iFrame)  ==&lt;br /&gt;
&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]] &lt;br /&gt;
&lt;br /&gt;
== Web Messaging ==&lt;br /&gt;
Web Messaging provides a means of messaging between documents from different origins in a way which is generally safer than JSON-P, however, there are still some recommendations to keep in mind:&lt;br /&gt;
*When posting a message, explicitly state the expected origin as the second argument to &amp;lt;tt&amp;gt;postMessage&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; in order to prevent sending the message to an unknown origin after a redirect or some other means of the target window's origin changing.&lt;br /&gt;
*The receiving page should '''always''':&lt;br /&gt;
**Check the &amp;lt;tt&amp;gt;origin&amp;lt;/tt&amp;gt; attribute of the sender to verify the data is originating from the expected location, and&lt;br /&gt;
**Perform input validation on the &amp;lt;tt&amp;gt;data&amp;lt;/tt&amp;gt; attribute of the event to ensure it's in the desired format&lt;br /&gt;
&lt;br /&gt;
== Content Deliverability  ==&lt;br /&gt;
&lt;br /&gt;
CDN or src links to foreign domains = know your content &lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed. &lt;br /&gt;
&lt;br /&gt;
= CSS 3  =&lt;br /&gt;
&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url /&amp;amp;nbsp;!import. I think privacy leaks are the most well know - e.g. querying global history using&amp;amp;nbsp;:visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777) &lt;br /&gt;
&lt;br /&gt;
= Javascript and Javascript Frameworks  =&lt;br /&gt;
&lt;br /&gt;
Do we have cheatsheets for Javascript (e.g. use closures, protect the global namespace) or any of the frameworks like JQuery, script.aculo.us, Prototype, Mootools &lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets  =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}} &lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxbury - mark.roxberry [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net&lt;br /&gt;
&lt;br /&gt;
Will Stranathan - will [at] cltnc.us&lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117564</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117564"/>
				<updated>2011-09-18T18:34:27Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added warnings about local storage not requiring any authentication.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
= HTML 5  =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart  ==&lt;br /&gt;
&lt;br /&gt;
There are a few sites charting browser capabilities as they related to the HTML 5 / CSS 3 standard. I have not seen any that mention security. There may not be a need for it, but e.g. 'sandbox' will be ignored in down browsers, but which HTML 5 compliant browsers support it. If there are differences in implementations, my assumption is that there will be differences in security configuration / settings. &lt;br /&gt;
&lt;br /&gt;
== Cross Origin Resource Sharing  ==&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to XMLHttpRequest.open, current browsers allow these URLS to be cross domain. &lt;br /&gt;
*Ensure that URLs responding with Access-Control-Allow-Origin: * do not include any sensitive content or information that might aid attacker in further attacks. Use Access-Control-Allow-Origin header only on chosen URLs that need to be accessed cross-domain. Don't use that header for the whole domain. &lt;br /&gt;
*Take special care when using Access-Control-Allow-Credentials: true response header. Whitelist the allowed Origins and never echo back the Origin request header in Access-Control-Allow-Origin.&amp;lt;br&amp;gt; &lt;br /&gt;
*Allow only selected, trusted domains in Access-Control-Allow-Origin header. Prefer whitelisting domains over blacklisting or allowing any domain (either through * wildcard or echoing the Origin header content).&lt;br /&gt;
*Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention.&lt;br /&gt;
&lt;br /&gt;
== Input Validation  ==&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage)  ==&lt;br /&gt;
*Keep in mind that the underlying storage mechanism may vary from one user agent to the next.  In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored.  Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
&lt;br /&gt;
== WebDatabase  ==&lt;br /&gt;
*Keep in mind that the underlying storage mechanism may vary from one user agent to the next.  In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored.  Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
&lt;br /&gt;
== WebSockets  ==&lt;br /&gt;
&lt;br /&gt;
*Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version and olders are outdated and insecure. &lt;br /&gt;
*While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
*The protocol doesn't handle authorisation and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred. &lt;br /&gt;
*Endpoints exposed through ws:/ protocol are easily reversible to plaintext. Only wss:// (WebSockets over SSH) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
*Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
*When implementing servers, check the Origin: header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
*As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through Cross-Site-Scripting. Always validate data coming through WebSockets connection.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Geolocation  ==&lt;br /&gt;
*The Geolocation RFC recommends that the user agent ask the user's permission before calculating location, but whether or how this decision is remembered varies from browser to browser.  Some user agents require the user to visit the page again in order to turn off the ability to get the user's location without asking, so for privacy reasons, it's recommended to require user input before calling &amp;lt;tt&amp;gt;getCurrentPosition&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;watchPosition&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;sandbox&amp;quot; attribute for untrusted content (iFrame)  ==&lt;br /&gt;
&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]] &lt;br /&gt;
&lt;br /&gt;
== Web Messaging ==&lt;br /&gt;
Web Messaging provides a means of messaging between documents from different origins in a way which is generally safer than JSON-P, however, there are still some recommendations to keep in mind:&lt;br /&gt;
*When posting a message, explicitly state the expected origin as the second argument to &amp;lt;tt&amp;gt;postMessage&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; in order to prevent sending the message to an unknown origin after a redirect or some other means of the target window's origin changing.&lt;br /&gt;
*The receiving page should '''always''':&lt;br /&gt;
**Check the &amp;lt;tt&amp;gt;origin&amp;lt;/tt&amp;gt; attribute of the sender to verify the data is originating from the expected location, and&lt;br /&gt;
**Perform input validation on the &amp;lt;tt&amp;gt;data&amp;lt;/tt&amp;gt; attribute of the event to ensure it's in the desired format&lt;br /&gt;
&lt;br /&gt;
== Content Deliverability  ==&lt;br /&gt;
&lt;br /&gt;
CDN or src links to foreign domains = know your content &lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed. &lt;br /&gt;
&lt;br /&gt;
= CSS 3  =&lt;br /&gt;
&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url /&amp;amp;nbsp;!import. I think privacy leaks are the most well know - e.g. querying global history using&amp;amp;nbsp;:visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777) &lt;br /&gt;
&lt;br /&gt;
= Javascript and Javascript Frameworks  =&lt;br /&gt;
&lt;br /&gt;
Do we have cheatsheets for Javascript (e.g. use closures, protect the global namespace) or any of the frameworks like JQuery, script.aculo.us, Prototype, Mootools &lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets  =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}} &lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxbury - mark.roxberry [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net &lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117563</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117563"/>
				<updated>2011-09-18T18:31:28Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added a privacy blurb on Geolocation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
= HTML 5  =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart  ==&lt;br /&gt;
&lt;br /&gt;
There are a few sites charting browser capabilities as they related to the HTML 5 / CSS 3 standard. I have not seen any that mention security. There may not be a need for it, but e.g. 'sandbox' will be ignored in down browsers, but which HTML 5 compliant browsers support it. If there are differences in implementations, my assumption is that there will be differences in security configuration / settings. &lt;br /&gt;
&lt;br /&gt;
== Cross Origin Resource Sharing  ==&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to XMLHttpRequest.open, current browsers allow these URLS to be cross domain. &lt;br /&gt;
*Ensure that URLs responding with Access-Control-Allow-Origin: * do not include any sensitive content or information that might aid attacker in further attacks. Use Access-Control-Allow-Origin header only on chosen URLs that need to be accessed cross-domain. Don't use that header for the whole domain. &lt;br /&gt;
*Take special care when using Access-Control-Allow-Credentials: true response header. Whitelist the allowed Origins and never echo back the Origin request header in Access-Control-Allow-Origin.&amp;lt;br&amp;gt; &lt;br /&gt;
*Allow only selected, trusted domains in Access-Control-Allow-Origin header. Prefer whitelisting domains over blacklisting or allowing any domain (either through * wildcard or echoing the Origin header content).&lt;br /&gt;
*Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention.&lt;br /&gt;
&lt;br /&gt;
== Input Validation  ==&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage)  ==&lt;br /&gt;
&lt;br /&gt;
== WebDatabase  ==&lt;br /&gt;
&lt;br /&gt;
== WebSockets  ==&lt;br /&gt;
&lt;br /&gt;
*Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version and olders are outdated and insecure. &lt;br /&gt;
*While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
*The protocol doesn't handle authorisation and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred. &lt;br /&gt;
*Endpoints exposed through ws:/ protocol are easily reversible to plaintext. Only wss:// (WebSockets over SSH) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
*Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
*When implementing servers, check the Origin: header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
*As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through Cross-Site-Scripting. Always validate data coming through WebSockets connection.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Geolocation  ==&lt;br /&gt;
*The Geolocation RFC recommends that the user agent ask the user's permission before calculating location, but whether or how this decision is remembered varies from browser to browser.  Some user agents require the user to visit the page again in order to turn off the ability to get the user's location without asking, so for privacy reasons, it's recommended to require user input before calling &amp;lt;tt&amp;gt;getCurrentPosition&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;watchPosition&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;sandbox&amp;quot; attribute for untrusted content (iFrame)  ==&lt;br /&gt;
&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]] &lt;br /&gt;
&lt;br /&gt;
== Web Messaging ==&lt;br /&gt;
Web Messaging provides a means of messaging between documents from different origins in a way which is generally safer than JSON-P, however, there are still some recommendations to keep in mind:&lt;br /&gt;
*When posting a message, explicitly state the expected origin as the second argument to &amp;lt;tt&amp;gt;postMessage&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; in order to prevent sending the message to an unknown origin after a redirect or some other means of the target window's origin changing.&lt;br /&gt;
*The receiving page should '''always''':&lt;br /&gt;
**Check the &amp;lt;tt&amp;gt;origin&amp;lt;/tt&amp;gt; attribute of the sender to verify the data is originating from the expected location, and&lt;br /&gt;
**Perform input validation on the &amp;lt;tt&amp;gt;data&amp;lt;/tt&amp;gt; attribute of the event to ensure it's in the desired format&lt;br /&gt;
&lt;br /&gt;
== Content Deliverability  ==&lt;br /&gt;
&lt;br /&gt;
CDN or src links to foreign domains = know your content &lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed. &lt;br /&gt;
&lt;br /&gt;
= CSS 3  =&lt;br /&gt;
&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url /&amp;amp;nbsp;!import. I think privacy leaks are the most well know - e.g. querying global history using&amp;amp;nbsp;:visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777) &lt;br /&gt;
&lt;br /&gt;
= Javascript and Javascript Frameworks  =&lt;br /&gt;
&lt;br /&gt;
Do we have cheatsheets for Javascript (e.g. use closures, protect the global namespace) or any of the frameworks like JQuery, script.aculo.us, Prototype, Mootools &lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets  =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}} &lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxbury - mark.roxberry [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net &lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117562</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117562"/>
				<updated>2011-09-18T18:28:24Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Fixed tt tags (thinking Confluence syntax)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
= HTML 5  =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart  ==&lt;br /&gt;
&lt;br /&gt;
There are a few sites charting browser capabilities as they related to the HTML 5 / CSS 3 standard. I have not seen any that mention security. There may not be a need for it, but e.g. 'sandbox' will be ignored in down browsers, but which HTML 5 compliant browsers support it. If there are differences in implementations, my assumption is that there will be differences in security configuration / settings. &lt;br /&gt;
&lt;br /&gt;
== Cross Origin Resource Sharing  ==&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to XMLHttpRequest.open, current browsers allow these URLS to be cross domain. &lt;br /&gt;
*Ensure that URLs responding with Access-Control-Allow-Origin: * do not include any sensitive content or information that might aid attacker in further attacks. Use Access-Control-Allow-Origin header only on chosen URLs that need to be accessed cross-domain. Don't use that header for the whole domain. &lt;br /&gt;
*Take special care when using Access-Control-Allow-Credentials: true response header. Whitelist the allowed Origins and never echo back the Origin request header in Access-Control-Allow-Origin.&amp;lt;br&amp;gt; &lt;br /&gt;
*Allow only selected, trusted domains in Access-Control-Allow-Origin header. Prefer whitelisting domains over blacklisting or allowing any domain (either through * wildcard or echoing the Origin header content).&lt;br /&gt;
*Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention.&lt;br /&gt;
&lt;br /&gt;
== Input Validation  ==&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage)  ==&lt;br /&gt;
&lt;br /&gt;
== WebDatabase  ==&lt;br /&gt;
&lt;br /&gt;
== WebSockets  ==&lt;br /&gt;
&lt;br /&gt;
*Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version and olders are outdated and insecure. &lt;br /&gt;
*While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
*The protocol doesn't handle authorisation and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred. &lt;br /&gt;
*Endpoints exposed through ws:/ protocol are easily reversible to plaintext. Only wss:// (WebSockets over SSH) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
*Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
*When implementing servers, check the Origin: header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
*As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through Cross-Site-Scripting. Always validate data coming through WebSockets connection.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Geolocation  ==&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;sandbox&amp;quot; attribute for untrusted content (iFrame)  ==&lt;br /&gt;
&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]] &lt;br /&gt;
&lt;br /&gt;
== Web Messaging ==&lt;br /&gt;
Web Messaging provides a means of messaging between documents from different origins in a way which is generally safer than JSON-P, however, there are still some recommendations to keep in mind:&lt;br /&gt;
*When posting a message, explicitly state the expected origin as the second argument to &amp;lt;tt&amp;gt;postMessage&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; in order to prevent sending the message to an unknown origin after a redirect or some other means of the target window's origin changing.&lt;br /&gt;
*The receiving page should '''always''':&lt;br /&gt;
**Check the &amp;lt;tt&amp;gt;origin&amp;lt;/tt&amp;gt; attribute of the sender to verify the data is originating from the expected location, and&lt;br /&gt;
**Perform input validation on the &amp;lt;tt&amp;gt;data&amp;lt;/tt&amp;gt; attribute of the event to ensure it's in the desired format&lt;br /&gt;
&lt;br /&gt;
== Content Deliverability  ==&lt;br /&gt;
&lt;br /&gt;
CDN or src links to foreign domains = know your content &lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed. &lt;br /&gt;
&lt;br /&gt;
= CSS 3  =&lt;br /&gt;
&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url /&amp;amp;nbsp;!import. I think privacy leaks are the most well know - e.g. querying global history using&amp;amp;nbsp;:visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777) &lt;br /&gt;
&lt;br /&gt;
= Javascript and Javascript Frameworks  =&lt;br /&gt;
&lt;br /&gt;
Do we have cheatsheets for Javascript (e.g. use closures, protect the global namespace) or any of the frameworks like JQuery, script.aculo.us, Prototype, Mootools &lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets  =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}} &lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxbury - mark.roxberry [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net &lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117561</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117561"/>
				<updated>2011-09-18T18:27:28Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added brief section on Web Messaging&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
= HTML 5  =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart  ==&lt;br /&gt;
&lt;br /&gt;
There are a few sites charting browser capabilities as they related to the HTML 5 / CSS 3 standard. I have not seen any that mention security. There may not be a need for it, but e.g. 'sandbox' will be ignored in down browsers, but which HTML 5 compliant browsers support it. If there are differences in implementations, my assumption is that there will be differences in security configuration / settings. &lt;br /&gt;
&lt;br /&gt;
== Cross Origin Resource Sharing  ==&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to XMLHttpRequest.open, current browsers allow these URLS to be cross domain. &lt;br /&gt;
*Ensure that URLs responding with Access-Control-Allow-Origin: * do not include any sensitive content or information that might aid attacker in further attacks. Use Access-Control-Allow-Origin header only on chosen URLs that need to be accessed cross-domain. Don't use that header for the whole domain. &lt;br /&gt;
*Take special care when using Access-Control-Allow-Credentials: true response header. Whitelist the allowed Origins and never echo back the Origin request header in Access-Control-Allow-Origin.&amp;lt;br&amp;gt; &lt;br /&gt;
*Allow only selected, trusted domains in Access-Control-Allow-Origin header. Prefer whitelisting domains over blacklisting or allowing any domain (either through * wildcard or echoing the Origin header content).&lt;br /&gt;
*Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention.&lt;br /&gt;
&lt;br /&gt;
== Input Validation  ==&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage)  ==&lt;br /&gt;
&lt;br /&gt;
== WebDatabase  ==&lt;br /&gt;
&lt;br /&gt;
== WebSockets  ==&lt;br /&gt;
&lt;br /&gt;
*Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version and olders are outdated and insecure. &lt;br /&gt;
*While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
*The protocol doesn't handle authorisation and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred. &lt;br /&gt;
*Endpoints exposed through ws:/ protocol are easily reversible to plaintext. Only wss:// (WebSockets over SSH) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
*Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
*When implementing servers, check the Origin: header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
*As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through Cross-Site-Scripting. Always validate data coming through WebSockets connection.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Geolocation  ==&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;sandbox&amp;quot; attribute for untrusted content (iFrame)  ==&lt;br /&gt;
&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]] &lt;br /&gt;
&lt;br /&gt;
== Web Messaging ==&lt;br /&gt;
Web Messaging provides a means of messaging between documents from different origins in a way which is generally safer than JSON-P, however, there are still some recommendations to keep in mind:&lt;br /&gt;
*When posting a message, explicitly state the expected origin as the second argument to &amp;lt;tt&amp;gt;postMessage&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; in order to prevent sending the message to an unknown origin after a redirect or some other means of the target window's origin changing.&lt;br /&gt;
*The receiving page should '''always''':&lt;br /&gt;
**Check the {{origin}} attribute of the sender to verify the data is originating from the expected location, and&lt;br /&gt;
**Perform input validation on the {{data}} attribute of the event to ensure it's in the desired format&lt;br /&gt;
&lt;br /&gt;
== Content Deliverability  ==&lt;br /&gt;
&lt;br /&gt;
CDN or src links to foreign domains = know your content &lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed. &lt;br /&gt;
&lt;br /&gt;
= CSS 3  =&lt;br /&gt;
&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url /&amp;amp;nbsp;!import. I think privacy leaks are the most well know - e.g. querying global history using&amp;amp;nbsp;:visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777) &lt;br /&gt;
&lt;br /&gt;
= Javascript and Javascript Frameworks  =&lt;br /&gt;
&lt;br /&gt;
Do we have cheatsheets for Javascript (e.g. use closures, protect the global namespace) or any of the frameworks like JQuery, script.aculo.us, Prototype, Mootools &lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets  =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}} &lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxbury - mark.roxberry [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net &lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117557</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=117557"/>
				<updated>2011-09-18T18:22:01Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added CSRF recommendation on CORS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
= HTML 5  =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart  ==&lt;br /&gt;
&lt;br /&gt;
There are a few sites charting browser capabilities as they related to the HTML 5 / CSS 3 standard. I have not seen any that mention security. There may not be a need for it, but e.g. 'sandbox' will be ignored in down browsers, but which HTML 5 compliant browsers support it. If there are differences in implementations, my assumption is that there will be differences in security configuration / settings. &lt;br /&gt;
&lt;br /&gt;
== Cross Origin Resource Sharing  ==&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to XMLHttpRequest.open, current browsers allow these URLS to be cross domain. &lt;br /&gt;
*Ensure that URLs responding with Access-Control-Allow-Origin: * do not include any sensitive content or information that might aid attacker in further attacks. Use Access-Control-Allow-Origin header only on chosen URLs that need to be accessed cross-domain. Don't use that header for the whole domain. &lt;br /&gt;
*Take special care when using Access-Control-Allow-Credentials: true response header. Whitelist the allowed Origins and never echo back the Origin request header in Access-Control-Allow-Origin.&amp;lt;br&amp;gt; &lt;br /&gt;
*Allow only selected, trusted domains in Access-Control-Allow-Origin header. Prefer whitelisting domains over blacklisting or allowing any domain (either through * wildcard or echoing the Origin header content).&lt;br /&gt;
*Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention.&lt;br /&gt;
&lt;br /&gt;
== Input Validation  ==&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage)  ==&lt;br /&gt;
&lt;br /&gt;
== WebDatabase  ==&lt;br /&gt;
&lt;br /&gt;
== WebSockets  ==&lt;br /&gt;
&lt;br /&gt;
*Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version and olders are outdated and insecure. &lt;br /&gt;
*While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
*The protocol doesn't handle authorisation and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred. &lt;br /&gt;
*Endpoints exposed through ws:/ protocol are easily reversible to plaintext. Only wss:// (WebSockets over SSH) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
*Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
*When implementing servers, check the Origin: header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
*As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through Cross-Site-Scripting. Always validate data coming through WebSockets connection.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Geolocation  ==&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;sandbox&amp;quot; attribute for untrusted content (iFrame)  ==&lt;br /&gt;
&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]] &lt;br /&gt;
&lt;br /&gt;
== Content Deliverability  ==&lt;br /&gt;
&lt;br /&gt;
CDN or src links to foreign domains = know your content &lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed. &lt;br /&gt;
&lt;br /&gt;
= CSS 3  =&lt;br /&gt;
&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url /&amp;amp;nbsp;!import. I think privacy leaks are the most well know - e.g. querying global history using&amp;amp;nbsp;:visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777) &lt;br /&gt;
&lt;br /&gt;
= Javascript and Javascript Frameworks  =&lt;br /&gt;
&lt;br /&gt;
Do we have cheatsheets for Javascript (e.g. use closures, protect the global namespace) or any of the frameworks like JQuery, script.aculo.us, Prototype, Mootools &lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets  =&lt;br /&gt;
&lt;br /&gt;
{{Cheatsheet_Navigation}} &lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxbury - mark.roxberry [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net &lt;br /&gt;
&lt;br /&gt;
[[Category:How_To]] [[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=116538</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=116538"/>
				<updated>2011-08-31T13:00:02Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Updated date for the next meeting.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [[User:Will Stranathan|Will Stranathan]]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Our next Chapter meeting will be October 10, 2011 at 6:30 pm at the University of North Carolina Charlotte campus - Woodward Hall room 130.  This is the day '''before''' the [http://cci.uncc.edu/security Cyber Security Symposium] (which you should also attend).  Our guest speaker will be [[user:Jeff Williams|Jeff Williams]], volunteer Chair of the OWASP Foundation and CEO of [http://aspectsecurity.com Aspect Security].  Please mark your calendar and invite a friend!&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-08-15|15 August 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-04-27|27 April 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:North Carolina]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-08-15&amp;diff=115912</id>
		<title>Charlotte Chapter Meeting 2011-08-15</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-08-15&amp;diff=115912"/>
				<updated>2011-08-17T21:05:53Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Created page with &amp;quot;The August 15 meeting was held at Woodward Hall room 130.  Our speaker was John Melton, developer for the OWASP AppSensor Project.  Pizza was provided.  ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The August 15 meeting was held at Woodward Hall room 130.  Our speaker was [[User:John Melton|John Melton]], developer for the [[OWASP AppSensor Project]].  Pizza was provided.&lt;br /&gt;
&lt;br /&gt;
The chapter decided that as a chapter project we should begin getting involved in the [[OWASP AppSensor Project]] in various degrees.  [[User:John Melton|John]] will begin working out a list of open bugs and enhancement requests.  Also, members of the chapter are encouraged to begin looking at implementing AppSensor in other languages (PHP had the highest interest level during the meeting), being sure to make it compatible as much as possible with [[:Category:OWASP Enterprise Security API|ESAPI]] and the current Java implementation of AppSensor.&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=115910</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=115910"/>
				<updated>2011-08-17T20:57:49Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Moved August to archive, prepared for October.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [[User:Will Stranathan|Will Stranathan]]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Our next Chapter meeting will be October 11, 2011 at the University of North Carolina Charlotte campus.  It will be somewhere in the building where the [http://cci.uncc.edu/security Cyber Security Symposium] (which you should also attend) is to be held.  We're working on a speaker right now, but guarantee it should be a really good one considering the line-up coming to speak at the Symposium.  The meeting will begin at 6:30pm.&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-08-15|15 August 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-04-27|27 April 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:North Carolina]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=115648</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=115648"/>
				<updated>2011-08-13T20:25:57Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Fixed a link to JM's name and to the AppSensor Project.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [[User:Will Stranathan|Will Stranathan]]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Our next chapter meeting will be Monday, August 15 at 6:30 pm in room 130 of Woodward Hall.  [[User:John_Melton|JM]] will be presenting the [[OWASP AppSensor Project]].  Parking that week at UNCC is '''free''', plus there will be '''free''' pizza.  Please email the mailing list to RSVP so we know (approximately) how much pizza to get.&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-04-27|27 April 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:North Carolina]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-04-27&amp;diff=114059</id>
		<title>Charlotte Chapter Meeting 2011-04-27</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-04-27&amp;diff=114059"/>
				<updated>2011-07-18T01:24:23Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Created page with &amp;quot;The 27 April 2011 Chapter Meeting was held at UNCC after the Software as a Service/Cloud Computing Symposium.  Scott Matsumoto of Cigital presented on Threat Modeling in Amazon W...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 27 April 2011 Chapter Meeting was held at UNCC after the Software as a Service/Cloud Computing Symposium.  Scott Matsumoto of Cigital presented on Threat Modeling in Amazon Web Services (and really, a lot of Threat Modeling in general).&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=114058</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=114058"/>
				<updated>2011-07-18T01:22:58Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [[User:Will Stranathan|Will Stranathan]]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Our next chapter meeting will be Monday, August 15 at 6:30 pm in room 130 of Woodward Hall.  JM will be presenting the OWASP App Sensor project.  Parking that week at UNCC is '''free''', plus there will be '''free''' pizza.  Please email the mailing list to RSVP so we know (approximately) how much pizza to get.&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-04-27|27 April 2011]]&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;br /&gt;
[[Category:North Carolina]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=108991</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=108991"/>
				<updated>2011-04-16T21:07:05Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added April meeting information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [[User:Will Stranathan|Will Stranathan]]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
The Charlotte OWASP Chapter will be meeting Wednesday, April 27 after the [http://www.cvent.com/events/2011-saas-cloud-computing-symposium/event-summary-7700e2b6a6b24be1a8ba3ec83400cf22.aspx UNCC SaaS - Cloud Computing Symposium].  A couple of different things are lined up:&lt;br /&gt;
&lt;br /&gt;
* Sign up for the Symposium - lots of great speakers will be presenting at the Symposium&lt;br /&gt;
* There's a dinner/reception after the Symposium from 5:30-6:30 in the Lucas room of the Cone building.  OWASP members are welcome&lt;br /&gt;
* After the reception, Nabil Hannan from [http://www.cigital.com Cigital] will be presenting to the chapter&lt;br /&gt;
&lt;br /&gt;
Be sure to bring $6 for parking - or ride share.&lt;br /&gt;
&lt;br /&gt;
Hope to see all of you there.&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-01-26&amp;diff=102429</id>
		<title>Charlotte Chapter Meeting 2011-01-26</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-01-26&amp;diff=102429"/>
				<updated>2011-01-28T17:39:18Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Changed the URL for 49th S3curity Divisi0n&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our meeting on January 26, 2011 was held at Woodward Hall room 120 at UNC Charlotte.  There were about 30 people in attendance between local professionals and members of the UNCC chapter and [http://49sd.tk/ 49th S3curity Divisi0n].&lt;br /&gt;
&lt;br /&gt;
== Chapter Presentation ==&lt;br /&gt;
[[user:Mark Cimijotti|Mark Cimijotti]] gave a &amp;amp;quot;meta-presentation&amp;amp;quot; on presenting the [[Media:Charlotte_OWASP_Presentation_Template.ppt|Charlotte Chapter Presentation]] to other local professional chapters and/or co-workers in order to develop more interest in the local chapter.&lt;br /&gt;
&lt;br /&gt;
== Meet and Greet ==&lt;br /&gt;
We had a short period of meet and greet where folks shared their professional or academic connection to OWASP.&lt;br /&gt;
&lt;br /&gt;
== ASIDE ==&lt;br /&gt;
Dr. Bill Chu, Department Chair of the College of Computing and Informatics and [[User:Jing Xie|Jing Xie]] a graduate student at UNCC presented on [[OWASP ASIDE Project|ASIDE]], an Eclipse-based IDE plugin which helps developers to write defensive code from the beginning by giving them real-time feedback on points of interest in their development.&lt;br /&gt;
&lt;br /&gt;
[[Category:Charlotte Chapter Meetings]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=102410</id>
		<title>Charlotte</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte&amp;diff=102410"/>
				<updated>2011-01-28T15:58:56Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Added ink to chapter meetings and updated the next meeting.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Chapter Template|chaptername=Charlotte|extra=The chapter leader is [[User:Will Stranathan|Will Stranathan]]|mailinglistsite=http://lists.owasp.org/mailman/listinfo/owasp-Charlotte|emailarchives=http://lists.owasp.org/pipermail/owasp-Charlotte}}&lt;br /&gt;
&lt;br /&gt;
== Next Chapter Meeting ==&lt;br /&gt;
&lt;br /&gt;
Our next chapter meeting will be Wednesday, 27 April 2011 at UNC-Charlotte.  The annual Software as a Service/Cloud Computing symposium will be that day, and we hope to have one of the speakers from the symposium present at the chapter meeting.&lt;br /&gt;
&lt;br /&gt;
== Local News ==&lt;br /&gt;
&lt;br /&gt;
* We now have a [[Media:Charlotte OWASP Presentation Template.ppt|Power Point Presentation]] for pitching the chapter to other local professional organizations.&lt;br /&gt;
* Many thanks to Brent for designing a logo, color scheme, and Power Point template for us.  You can see a taste of it on [http://twitter.com/OWASPCharlotte|our Twitter page].  The Power Point template we'll use for local presentations (such as Infragard, PHP Users group, etc.)&lt;br /&gt;
&lt;br /&gt;
== Chapter Meetings ==&lt;br /&gt;
&lt;br /&gt;
We'll try to keep a record of [[:Category:Charlotte Chapter Meetings|our chapter meetings]] online as we go.  The most recent ones are:&lt;br /&gt;
&lt;br /&gt;
* [[Charlotte Chapter Meeting 2011-01-26|26 January 2011]]&lt;br /&gt;
&lt;br /&gt;
== More Information ==&lt;br /&gt;
&lt;br /&gt;
We have a [http://twitter.com/OWASPCharlotte Twitter Account] where we'll be posting news about OWASP Charlotte.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Chapter]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-01-26&amp;diff=102407</id>
		<title>Charlotte Chapter Meeting 2011-01-26</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-01-26&amp;diff=102407"/>
				<updated>2011-01-28T15:55:32Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Fixed the sort category back - need to find a way to pretty-up the category page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our meeting on January 26, 2011 was held at Woodward Hall room 120 at UNC Charlotte.  There were about 30 people in attendance between local professionals and members of the UNCC chapter and [http://studentorgs.uncc.edu/node/692 49th S3curity Divisi0n].&lt;br /&gt;
&lt;br /&gt;
== Chapter Presentation ==&lt;br /&gt;
[[user:Mark Cimijotti|Mark Cimijotti]] gave a &amp;amp;quot;meta-presentation&amp;amp;quot; on presenting the [[Media:Charlotte_OWASP_Presentation_Template.ppt|Charlotte Chapter Presentation]] to other local professional chapters and/or co-workers in order to develop more interest in the local chapter.&lt;br /&gt;
&lt;br /&gt;
== Meet and Greet ==&lt;br /&gt;
We had a short period of meet and greet where folks shared their professional or academic connection to OWASP.&lt;br /&gt;
&lt;br /&gt;
== ASIDE ==&lt;br /&gt;
Dr. Bill Chu, Department Chair of the College of Computing and Informatics and [[User:Jing Xie|Jing Xie]] a graduate student at UNCC presented on [[OWASP ASIDE Project|ASIDE]], an Eclipse-based IDE plugin which helps developers to write defensive code from the beginning by giving them real-time feedback on points of interest in their development.&lt;br /&gt;
&lt;br /&gt;
[[Category:Charlotte Chapter Meetings]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-01-26&amp;diff=102405</id>
		<title>Charlotte Chapter Meeting 2011-01-26</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-01-26&amp;diff=102405"/>
				<updated>2011-01-28T15:52:03Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our meeting on January 26, 2011 was held at Woodward Hall room 120 at UNC Charlotte.  There were about 30 people in attendance between local professionals and members of the UNCC chapter and [http://studentorgs.uncc.edu/node/692 49th S3curity Divisi0n].&lt;br /&gt;
&lt;br /&gt;
== Chapter Presentation ==&lt;br /&gt;
[[user:Mark Cimijotti|Mark Cimijotti]] gave a &amp;amp;quot;meta-presentation&amp;amp;quot; on presenting the [[Media:Charlotte_OWASP_Presentation_Template.ppt|Charlotte Chapter Presentation]] to other local professional chapters and/or co-workers in order to develop more interest in the local chapter.&lt;br /&gt;
&lt;br /&gt;
== Meet and Greet ==&lt;br /&gt;
We had a short period of meet and greet where folks shared their professional or academic connection to OWASP.&lt;br /&gt;
&lt;br /&gt;
== ASIDE ==&lt;br /&gt;
Dr. Bill Chu, Department Chair of the College of Computing and Informatics and [[User:Jing Xie|Jing Xie]] a graduate student at UNCC presented on [[OWASP ASIDE Project|ASIDE]], an Eclipse-based IDE plugin which helps developers to write defensive code from the beginning by giving them real-time feedback on points of interest in their development.&lt;br /&gt;
&lt;br /&gt;
[[Category:Charlotte Chapter Meetings|2011]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:Charlotte_Chapter_Meetings&amp;diff=102404</id>
		<title>Category:Charlotte Chapter Meetings</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:Charlotte_Chapter_Meetings&amp;diff=102404"/>
				<updated>2011-01-28T15:50:37Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Initial Write&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [[Charlotte|OWASP Charlotte Chapter]] keeps records of their chapter meetings online so that folks who miss the meetings can see what they missed.&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-01-26&amp;diff=102403</id>
		<title>Charlotte Chapter Meeting 2011-01-26</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Charlotte_Chapter_Meeting_2011-01-26&amp;diff=102403"/>
				<updated>2011-01-28T15:47:53Z</updated>
		
		<summary type="html">&lt;p&gt;Will Stranathan: Initial write-up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Our meeting on January 26, 2011 was held at Woodward Hall room 120 at UNC Charlotte.  There were about 30 people in attendance between local professionals and members of the UNCC chapter and [http://studentorgs.uncc.edu/node/692 49th S3curity Divisi0n].&lt;br /&gt;
&lt;br /&gt;
== Chapter Presentation ==&lt;br /&gt;
[[user:Mark Cimijotti|Mark Cimijotti]] gave a &amp;amp;quot;meta-presentation&amp;amp;quot; on presenting the [[Media:Charlotte_OWASP_Presentation_Template.ppt|Charlotte Chapter Presentation]] to other local professional chapters and/or co-workers in order to develop more interest in the local chapter.&lt;br /&gt;
&lt;br /&gt;
== Meet and Greet ==&lt;br /&gt;
We had a short period of meet and greet where folks shared their professional or academic connection to OWASP.&lt;br /&gt;
&lt;br /&gt;
== ASIDE ==&lt;br /&gt;
Dr. Bill Chu, Department Chair of the College of Computing and Informatics and [[User:Jing Xie|Jing Xie]] a graduate student at UNCC presented on [[OWASP ASIDE Project|ASIDE]], an Eclipse-based IDE plugin which helps developers to write defensive code from the beginning by giving them real-time feedback on points of interest in their development.&lt;br /&gt;
&lt;br /&gt;
[[Category:Charlotte Chapter Meetings]]&lt;/div&gt;</summary>
		<author><name>Will Stranathan</name></author>	</entry>

	</feed>