<?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=Jing+Xie</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=Jing+Xie"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Jing_Xie"/>
		<updated>2026-04-27T19:44:39Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=205052</id>
		<title>User:Jing Xie</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=205052"/>
				<updated>2015-12-11T17:31:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie] is Staff Resarch Scientist at [https://www.fireeye.com/ FireEye Labs] with a focus on mobile malware and vulnerability research. Prior, she was a mobile malware researcher at [https://www.lookout.com/ Lookout] for 3 years. She has a Ph.D. in software security from [http://cci.uncc.edu/ The University of North Carolina at Charlotte]. She was the lead contributor of [https://www.owasp.org/index.php/OWASP_ASIDE_Project OWASP ASIDE project] .&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_ASIDE_Project&amp;diff=205051</id>
		<title>Projects/OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_ASIDE_Project&amp;diff=205051"/>
				<updated>2015-12-11T17:27:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: /* Research Activities */&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 ASIDE/ESIDE==&lt;br /&gt;
OWASP ASIDE/ESIDE project consist of two branches, the ASIDE branch that focuses on detecting software vulnerabilities and helping developer write secure code,  and the ESIDE branch that focuses on help educating students secure programming knowledge and practices. Details about ESIDE are described [[https://www.owasp.org/index.php/Projects/OWASP_ASIDE_Project#Education_branch_of_ASIDE:_ESIDE here]].&lt;br /&gt;
&lt;br /&gt;
OWASP ASIDE is led by [[http://www.linkedin.com/in/junzhu1 Jun Zhu]] and [[User: Bill Chu|Bill Chu]]. Other major contributors include [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]], [http://hci.uncc.edu/~richter Heather Richter Lipford], [http://www.tylerthomaswebsite.net Tyler Thomas], [https://www.linkedin.com/in/mahmoudmo Mahmoud Mohammadi], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/54121249 Using Interactive Static Analysis for Early Detection of Software Vulnerabilities] at [http://www.appsecusa.org/ AppSec USA 2012]. You can view and download our [http://webpages.uncc.edu/~jzhu16/InteractiveStaticAnalysis.pdf presentation] here.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
'''ASIDE''' is an abbreviation for '''Application Security plugin for Integrated Development Environment'''. It is an Eclipse Plugin which is a software tool primarily designed to help developers write more secure code by detecting and identifying potentially vulnerable code and providing informative fixes during the construction of programs in IDEs.&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
ASIDE currently has three prototype implementations: [http://www.youtube.com/watch?v=VjzlpccMjTM ASIDE CodeRefactoring for Education], ASIDE CodeAnnotate which consists of two implementations, [http://www.youtube.com/watch?v=hyAO8WztiMc ASIDE JavaCodeAnnotate] and ASIDE PHPCodeAnnotate. &lt;br /&gt;
&lt;br /&gt;
ASIDE CodeRefactoring for Education is an Eclipse plugin that aims to detect root cause of vulnerabilities that are caused by untrusted inputs get in to the application and be consumed without validation, and provide interactive code refactoring support for students and professional developers to learn secure programming practices and write more secure code. &lt;br /&gt;
&lt;br /&gt;
ASIDE CodeAnnotate is another Eclipse plugin which deals with a different class of vulnerabilities that are more application logic specific. Specifically, it is aimed at addressing CSRF and broken access control issues while the developers are writing their code. &lt;br /&gt;
&lt;br /&gt;
An older version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO] shows you earlier design and implementation of CodeRefactoring, if you are interested in knowing. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==Research Activities==&lt;br /&gt;
1. [https://www.linkedin.com/in/mahmoudmohamadi/ Mahmoud Mohammadi], [[User:Bill Chu|Bill Chu]] and [http://hci.uncc.edu/~richter/ Heather Richter Lipford], “POSTER : Using Unit Testing to Detect Sanitization Flaws,” in CCS’15: The 22nd ACM SIGSAC Conference on Computer and Communications Security, 2015, Denver, USA&lt;br /&gt;
&lt;br /&gt;
2.  [[User:Jun Zhu|Jun Zhu]], [[User:Bill Chu|Bill Chu]], [http://hci.uncc.edu/~richter/ Heather Richter Lipford], [http://www.tylerthomaswebsite.net/ Tyler Thomas], [http://dl.acm.org/authorize.cfm?key=N97330 Mitigating Access Control Vulnerabilities through Interactive Static Analysis] , In Proceedings of the 20th ACM Symposium on Access Control Models and Technologies, June 2015, Vienna, Austria &lt;br /&gt;
&lt;br /&gt;
3. [[User:Jun Zhu|Jun Zhu]], [[User:Jing Xie|Jing Xie]],  and [[User:Bill Chu|Bill Chu]], [https://www.dropbox.com/s/7omb3kluj6lq8j1/10.pdf?dl=0 Supporting Secure Programming in Web Applications through Interactive Static Analysis], In Journal of Advanced Research, Elsevier, December, 2013.&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [http://hci.uncc.edu/~richter/ Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [https://www.dropbox.com/s/3dyl6i5n3xongm7/12.pdf?dl=0 Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
5. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.uncc.edu/~richter/ Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [https://www.dropbox.com/s/527xwwkm0tfz314/13.pdf?dl=0 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
6. [[User:Jing Xie|Jing Xie]],  [http://hci.uncc.edu/~richter/ Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [https://www.dropbox.com/s/yctg4bzyr3zqin3/14.pdf?dl=0 Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
7. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.uncc.edu/~richter/ Heather Richter Lipford] [https://www.dropbox.com/s/vfp261rhx3o2lac/15.pdf?dl=0 Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
==Relevant Research==&lt;br /&gt;
&lt;br /&gt;
8. [http://hci.uncc.edu/~richter/ Heather Richter Lipford], [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], etc  [https://www.dropbox.com/s/fs2jin7azy1z7pm/16.pdf?dl=0 The Impact of A Structured Application Development Framework on Web Application Security]&lt;br /&gt;
&lt;br /&gt;
==Licensing==&lt;br /&gt;
OWASP ASIDE is free to use. It is licensed under the http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 license], so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.&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 ASIDE/ESIDE? ==&lt;br /&gt;
&lt;br /&gt;
OWASP ASIDE provides:&lt;br /&gt;
&lt;br /&gt;
* Interactive Static Analysis support to developers in Eclipse IDE (for Java and PHP) to detect and mitigate software vulnerabilities in the code&lt;br /&gt;
* Interactive Secure Programming Education opportunities in IDE for students as well as professional developers to help them write more secure code as well as learn best secure programming practices&lt;br /&gt;
&lt;br /&gt;
ESIDE provides: &lt;br /&gt;
* Identification of targeted Java code patterns.&lt;br /&gt;
* Interactive instructional opportunities for students in the IDE.&lt;br /&gt;
* Real-time IDE support for secure code education (Java).&lt;br /&gt;
&lt;br /&gt;
p.s. (Details about ESIDE are described [[https://www.owasp.org/index.php/Projects/OWASP_ASIDE_Project#Education_branch_of_ASIDE:_ESIDE here]].)&lt;br /&gt;
&lt;br /&gt;
== Presentation ==&lt;br /&gt;
&lt;br /&gt;
1. Our talk [http://vimeo.com/54121249 Using Interactive Static Analysis for Early Detection of Software Vulnerabilities] at [http://www.appsecusa.org/ AppSec USA 2012]. You can view and download our [http://webpages.uncc.edu/~jzhu16/InteractiveStaticAnalysis.pdf presentation].&lt;br /&gt;
&lt;br /&gt;
2. Our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation].&lt;br /&gt;
&lt;br /&gt;
== Project Leaders ==&lt;br /&gt;
[[http://www.linkedin.com/in/junzhu1 Jun Zhu]],&lt;br /&gt;
[[User: Bill Chu|Bill Chu]]&lt;br /&gt;
&lt;br /&gt;
== Related Projects ==&lt;br /&gt;
&lt;br /&gt;
* [[OWASP_CISO_Survey]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Openhub ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.openhub.net/p/owaspaside OWASP ASIDE Ohloh]&lt;br /&gt;
&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;
=== Runnable plugins and installation guidelines ===&lt;br /&gt;
The recent publicly available ASIDE CodeRefactoring plugin can be downloaded from [http://webpages.uncc.edu/~jzhu16/edu.uncc.sis.aside_1.0.0.201302251700.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jzhu16/edu.uncc.sis.aside.logging_1.0.0.201302251700.jar logging] facility to make ASIDE work properly. ASIDE CodeRefactoring is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+. To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
The recent publicly available ASIDE CodeAnnotate plugin can be downloaded from [http://webpages.uncc.edu/~jzhu16/CodeAnnotate_1.0.0.201210240250.jar here]. ASIDE CodeAnnotate is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+. To make it work, please place the jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse. Demo of how to run CodeAnnotate can be viewed from [http://www.youtube.com/watch?v=hyAO8WztiMc here].&lt;br /&gt;
&lt;br /&gt;
''New!'' We recently released a version of ASIDE CodeAnnotate plugin for Eclipse PHP Development Environment. It is built upon [http://projects.eclipse.org/projects/tools.pdt Eclipse PDT framework], you can download the plugin [http://webpages.uncc.edu/~jzhu16/PHPCodeAnnotate_1.0.0.NoSelectRules.jar here]. As it is still in incubator phase at this point, we recommend you to first install the configured Eclipse PHP package we provide on Linux, which can be downloaded [https://drive.google.com/file/d/0B4IYTQA8N1S7bS16MUY5MFN4V28/edit?usp=sharing here], and then place the jar file under the plugins folder of the Eclipse installation directory, and then restart your Eclipse. Demo of how to run CodeAnnotate can be viewed from [http://www.youtube.com/watch?v=hyAO8WztiMc here]. A good PHP open source project you can try the plugin against is [http://download.moodle.org Moodle];&lt;br /&gt;
&lt;br /&gt;
=== Source Code ===&lt;br /&gt;
ASIDE Education with CodeRefactoring: https://github.com/JunZhuSecurity/ASIDE-Education&lt;br /&gt;
ASIDE PHPCodeAnnotate: https://github.com/JunZhuSecurity/ASIDE-PHPCodeAnnotate&lt;br /&gt;
ASIDE JavaCodeAnnotate: https://github.com/JunZhuSecurity/ASIDE-JavaCodeAnnotate&lt;br /&gt;
&lt;br /&gt;
== Email List ==&lt;br /&gt;
&lt;br /&gt;
Project Email List: https://lists.owasp.org/mailman/listinfo/owasp-aside-project&lt;br /&gt;
&lt;br /&gt;
== News and Events ==&lt;br /&gt;
* [18-19 September 2014] Bill will be hosting a session about ASIDE project at AppSec USA 2014 in Denver!&lt;br /&gt;
* [30 April 2014] ASIDE PHPCodeAnnotate plugin for Eclipse PHP IDE released!&lt;br /&gt;
* [07 December 2013] ASIDE paper titled &amp;quot;Supporting Secure Programming in Web Applications through Interactive Static Analysis&amp;quot; accepted!&lt;br /&gt;
* [10 May 2013] ASIDE Education with CodeRefactoring plugin for Eclipse Java IDE released!&lt;br /&gt;
* [22 October 2012] ASIDE paper titled &amp;quot;Interactive Support for Secure Programming Education&amp;quot; accepted!&lt;br /&gt;
* [September 2012] Bill and Jun delivered ASIDE talk titled &amp;quot;Using Interactive Static Analysis for Early Detection of Software Vulnerabilities&amp;quot; at OWASP AppSec USA in Austin!&lt;br /&gt;
* [8-10 August 2012] Jun gave a poster about ASIDE at USENIX Security 12!&lt;br /&gt;
* [10 May 2012] ASIDE JavaCodeAnnotate plugin for Eclipse Java IDE released!&lt;br /&gt;
&lt;br /&gt;
== In Print ==&lt;br /&gt;
N/A&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:New projects.png|100px|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;
= RoadMap and Get Involvement =&lt;br /&gt;
ASIDE project has been continuously under active research, development, and evaluation.&lt;br /&gt;
Involvement in the development and promotion of ASIDE 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;
* Try ASIDE and email your feedback, comments to the project leaders.&lt;br /&gt;
* Do pilot study with ASIDE in your team, and the project leaders would love to collaborate!&lt;br /&gt;
&lt;br /&gt;
= Education branch of ASIDE: ESIDE =&lt;br /&gt;
== ESIDE ==&lt;br /&gt;
&lt;br /&gt;
The education branch of ASIDE, named ESIDE (Educational Security in the IDE), is led by [http://hci.uncc.edu/tomcat/Michael_Whitney/ Michael Whitney] and [http://hci.uncc.edu/~richter Heather Richter Lipford]. Other major contributors include [[User: Bill Chu|Bill Chu]] and [[http://www.linkedin.com/in/junzhu1 Jun Zhu]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
ESIDE (Educational Security in the IDE) enhances the secure coding instructional process by turning&lt;br /&gt;
the student's IDE into a real-time secure programming instructional resource. This approach capitalizes&lt;br /&gt;
on the out of class, in the IDE time by providing layered educational opportunities whenever the&lt;br /&gt;
student writes specific code patterns (i.e., vulnerable code) in a fashion similar to Microsoft's Grammar&lt;br /&gt;
Checker. In this manner, ESIDE provides students with the opportunity to learn secure coding&lt;br /&gt;
principles and practices concurrently with the lessons they are learning in their respective courses.&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Deployed as an Eclipse IDE Java plugin, ESIDE continuously searches for predetermined code patterns&lt;br /&gt;
(e.g., request.getParameter();). Whenever a student writes targeted code, they are provided with an&lt;br /&gt;
interactive system that provides a layered educational opportunity. Because students are contextually&lt;br /&gt;
“in the moment” when the support becomes available, they are more receptive to making the&lt;br /&gt;
connection between classroom principles and coding practices. A secondary effect is the exponential&lt;br /&gt;
increase in instructional exposure which has been proven to be successful in other instructional areas.&lt;br /&gt;
The overall goal of ESIDE is to serve as an effective means to educate students at every level on the&lt;br /&gt;
principles and practices of secure coding throughout their educational experience. To this end, we have&lt;br /&gt;
developed ESIDE's interactive process as follows: The moment target code is written, ESIDE initiates&lt;br /&gt;
a layered educational intervention based on the targeted code. The first layer is a warning icon that&lt;br /&gt;
is placed in the left margin of the code editor. Hovering the icon reveals a short message that&lt;br /&gt;
encourages further interaction. When the student clicks the icon, ESIDE generates a&lt;br /&gt;
content specific list of educational options. Each of these options are accompanied with a short&lt;br /&gt;
explanation of the issue at hand. For each generated list, there also exists the option to&lt;br /&gt;
access an explanation page that provides a more comprehensive explanation of what was&lt;br /&gt;
discovered, why it is important, and how to integrate the provided principles into coding practices.&lt;br /&gt;
&lt;br /&gt;
A video of an interaction designed for early students can be found at http://www.youtube.com/watch?v=k-FIcrr1ff8&lt;br /&gt;
&lt;br /&gt;
== What ESIDE provides? ==&lt;br /&gt;
• Real-time IDE support for secure code education (Java).&lt;br /&gt;
&lt;br /&gt;
• Identification of targeted Java code patterns.&lt;br /&gt;
&lt;br /&gt;
• Interactive instructional opportunities for students in the IDE.&lt;br /&gt;
&lt;br /&gt;
== Publications ==&lt;br /&gt;
1. [http://hci.uncc.edu/tomcat/Michael_Whitney/ Michael Whitney], [http://hci.uncc.edu/~richter/ Heather Richter Lipford], [[User:Bill Chu|Bill Chu]], and [[User:Jun Zhu|Jun Zhu]]. Embedding Secure Coding Instruction into the IDE: A Field Study in an Advanced CS Course. In Proceedings of the 46th ACM Technical Symposium on Computer Science Education (SIGCSE '15). ACM, New York, NY, USA, 60-65. DOI=10.1145/2676723.2677280 http://doi.acm.org/10.1145/2676723.2677280&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jun Zhu|Jun Zhu]], [http://hci.uncc.edu/~richter/ Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jzhu16/SIGCSE12-Zhu.pdf Interactive Support for Secure Programming Education], In Proceedings of ACM Technical&lt;br /&gt;
Symposium on Computer Science Education (SIGCSE), March 6-9, 2013, Denver, Colorado, USA&lt;br /&gt;
&lt;br /&gt;
== Runnable ESIDE Prototype and Installation Guidelines ==&lt;br /&gt;
The recent publicly available ESIDE plugin can be downloaded from [http://webpages.uncc.edu/~jzhu16/edu.uncc.sis.aside_1.0.0.201302251700.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jzhu16/edu.uncc.sis.aside.logging_1.0.0.201302251700.jar logging] facility to make ESIDE work properly. ESIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+. To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
== Open Source Code ==&lt;br /&gt;
The most recent source code of ESIDE can be accessed via https://github.com/witny23/ESIDE.&lt;br /&gt;
&lt;br /&gt;
== Priorities and get involved ==&lt;br /&gt;
As of March 17, 2015 the priorities are:&lt;br /&gt;
&lt;br /&gt;
1. Move xml into a database.&lt;br /&gt;
&lt;br /&gt;
2. Create a public repository of customized ESIDE support for specific courses.&lt;br /&gt;
&lt;br /&gt;
Involvement in the development and promotion of ESIDE is actively encouraged! You do not have to&lt;br /&gt;
be a security expert in order to contribute. Some of the ways you can help: Individuals who are interested in content contribution, usability evaluation or deploying ESIDE in their classroom would be wonderful!!&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=181502</id>
		<title>User:Jing Xie</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=181502"/>
				<updated>2014-08-31T21:27:33Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie] is a malware analyst at [https://www.lookout.com/ Lookout]. She has a Ph.D. in software security from [http://cci.uncc.edu/ The University of North Carolina at Charlotte]. She was the lead contributor of [https://www.owasp.org/index.php/OWASP_ASIDE_Project OWASP ASIDE project].&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=181501</id>
		<title>User:Jing Xie</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=181501"/>
				<updated>2014-08-31T21:27:05Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie] is a malware analyst at [https://www.lookout.com/ Lookout]. She has a Ph.D. in software security from [http://cci.uncc.edu/ The University of North Carolina at Charlotte}. She was the lead contributor of [https://www.owasp.org/index.php/OWASP_ASIDE_Project OWASP ASIDE project].&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=181500</id>
		<title>User:Jing Xie</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=181500"/>
				<updated>2014-08-31T21:26:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie] is a malware analyst at Lookout. She has a Ph.D. in software security from [http://cci.uncc.edu/ The University of North Carolina at Charlotte}. She was the lead contributor of [https://www.owasp.org/index.php/OWASP_ASIDE_Project OWASP ASIDE project].&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=140193</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=140193"/>
				<updated>2012-11-26T06:02:26Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] and [[User: Bill Chu|Bill Chu]]. Other major contributors include [[http://www.linkedin.com/in/junzhu1 Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/speakers/appsecusa-speakers/ Using Interactive Static Analysis for Early Detection of Software Vulnerabilities] at [http://www.appsecusa.org/ AppSec USA 2012].&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE currently has two prototype implementations: [http://www.youtube.com/watch?v=VjzlpccMjTM ASIDE CodeRefactoring] and [http://www.youtube.com/watch?v=hyAO8WztiMc ASIDE CodeAnnotate]. &lt;br /&gt;
&lt;br /&gt;
CodeRefactoring is an Eclipse plugin that aims to detect root cause of vulnerabilities that are caused by untrusted inputs get in to the application and be consumed without validation. &lt;br /&gt;
&lt;br /&gt;
CodeAnnotate is another Eclipse plugin which deals with a different class of vulnerabilities that are more application logic specific. Specifically, it is aimed at addressing CSRF and broken access control issues while the developers are writing their code. &lt;br /&gt;
&lt;br /&gt;
An older version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO] shows you earlier design and implementation of CodeRefactoring, if you are interested in knowing. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jzhu16/SIGCSE_Jun.pdf Interactive Support for Secure Programming Education], To appear In Proceedings of ACM Technical&lt;br /&gt;
Symposium on Computer Science Education (SIGCSE), March 6-9, 2013, Denver, Colorado, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
5. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=140192</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=140192"/>
				<updated>2012-11-26T06:00:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[http://www.linkedin.com/in/junzhu1 Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/speakers/appsecusa-speakers/ Using Interactive Static Analysis for Early Detection of Software Vulnerabilities] at [http://www.appsecusa.org/ AppSec USA 2012].&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE currently has two prototype implementations: [http://www.youtube.com/watch?v=VjzlpccMjTM ASIDE CodeRefactoring] and [http://www.youtube.com/watch?v=hyAO8WztiMc ASIDE CodeAnnotate]. &lt;br /&gt;
&lt;br /&gt;
CodeRefactoring is an Eclipse plugin that aims to detect root cause of vulnerabilities that are caused by untrusted inputs get in to the application and be consumed without validation. &lt;br /&gt;
&lt;br /&gt;
CodeAnnotate is another Eclipse plugin which deals with a different class of vulnerabilities that are more application logic specific. Specifically, it is aimed at addressing CSRF and broken access control issues while the developers are writing their code. &lt;br /&gt;
&lt;br /&gt;
An older version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO] shows you earlier design and implementation of CodeRefactoring, if you are interested in knowing. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jzhu16/SIGCSE_Jun.pdf Interactive Support for Secure Programming Education], To appear In Proceedings of ACM Technical&lt;br /&gt;
Symposium on Computer Science Education (SIGCSE), March 6-9, 2013, Denver, Colorado, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
5. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=140191</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=140191"/>
				<updated>2012-11-26T05:57:55Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[http://www.linkedin.com/in/junzhu1 Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Our talk &amp;lt;b&amp;gt;[http://www.appsecusa.org/speakers/appsecusa-speakers/ Using Interactive Static Analysis for Early Detection of Software Vulnerabilities]&amp;lt;/b&amp;gt; has been accepted by [http://www.appsecusa.org/ AppSec USA 2012]. We look forward to meeting those who are interested in ASIDE in Austin TX.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE currently has two prototype implementations: [http://www.youtube.com/watch?v=VjzlpccMjTM ASIDE CodeRefactoring] and [http://www.youtube.com/watch?v=hyAO8WztiMc ASIDE CodeAnnotate]. &lt;br /&gt;
&lt;br /&gt;
CodeRefactoring is an Eclipse plugin that aims to detect root cause of vulnerabilities that are caused by untrusted inputs get in to the application and be consumed without validation. &lt;br /&gt;
&lt;br /&gt;
CodeAnnotate is another Eclipse plugin which deals with a different class of vulnerabilities that are more application logic specific. Specifically, it is aimed at addressing CSRF and broken access control issues while the developers are writing their code. &lt;br /&gt;
&lt;br /&gt;
An older version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO] shows you earlier design and implementation of CodeRefactoring, if you are interested in knowing. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jzhu16/SIGCSE_Jun.pdf Interactive Support for Secure Programming Education], To appear In Proceedings of ACM Technical&lt;br /&gt;
Symposium on Computer Science Education (SIGCSE), March 6-9, 2013, Denver, Colorado, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
5. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=135470</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=135470"/>
				<updated>2012-09-07T18:36:19Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Our talk &amp;lt;b&amp;gt;[http://www.appsecusa.org/speakers/appsecusa-speakers/ Using Interactive Static Analysis for Early Detection of Software Vulnerabilities]&amp;lt;/b&amp;gt; has been accepted by [http://www.appsecusa.org/ AppSec USA 2012]. We look forward to meeting those who are interested in ASIDE in Austin TX.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=135287</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=135287"/>
				<updated>2012-09-04T03:23:01Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Our talk &amp;lt;b&amp;gt;Using Interactive Static Analysis for Early Detection of Software Vulnerabilities&amp;lt;/b&amp;gt; has been accepted by [http://www.appsecusa.org/ AppSec USA 2012]. We look forward to meeting those who are interested in ASIDE in Austin TX.&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=135286</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=135286"/>
				<updated>2012-09-04T03:21:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New&amp;lt;/b&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
Our talk &amp;lt;b&amp;gt;Using Interactive Static Analysis for Early Detection of Software Vulnerabilities&amp;lt;/b&amp;gt; has been accepted by [AppSec USA 2012|http://www.appsecusa.org/]. We look forward to meeting those who are interested in ASIDE in Austin TX.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=134405</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=134405"/>
				<updated>2012-08-15T16:46:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=133295</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=133295"/>
				<updated>2012-07-22T15:01:35Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New:&amp;lt;/b&amp;gt; Our submission to [http://www.appsecusa.org/ AppSec USA 2012] has been accepted. We'd look forward to meeting with those who are interested in our idea and project at Austin, TX.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://vimeo.com/32657812 Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132378</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132378"/>
				<updated>2012-06-29T22:42:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New:&amp;lt;/b&amp;gt; Our submission to [http://www.appsecusa.org/ AppSec USA 2012] has been accepted. We'd look forward to meeting with those who are interested in our idea and project at Austin, TX.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. Although the resources are not available anymore, you can still view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132377</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132377"/>
				<updated>2012-06-29T22:42:30Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New:&amp;lt;/b&amp;gt; Our submission to [http://www.appsecusa.org/ AppSecUSA2012] has been accepted. We'd look forward to meeting with those who are interested in our idea and project at Austin, TX.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. Although the resources are not available anymore, you can still view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], In Proceedings of ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132376</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132376"/>
				<updated>2012-06-29T22:39:58Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New:&amp;lt;/b&amp;gt; Our submission to [http://www.appsecusa.org/ AppSecUSA2012] has been accepted. We'd look forward to meeting with those who are interested in our idea and project at Austin, TX.&lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. Although the resources are not available anymore, you can still view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132375</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132375"/>
				<updated>2012-06-29T22:39:09Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New:&amp;lt;/b&amp;gt; Our submission to [http://www.appsecusa.org/ AppSecUSA2012] has been accepted. We'd look forward to meeting with those who are interested in our idea and project. &lt;br /&gt;
&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. Although the resources are not available anymore, you can still view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132374</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132374"/>
				<updated>2012-06-29T22:38:48Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;New:&amp;lt;/b&amp;gt; Our submission to [http://www.appsecusa.org/ AppSecUSA2012] has been accepted. We'd look forward to meeting with those who are interested in our idea and project. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. Although the resources are not available anymore, you can still view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132373</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=132373"/>
				<updated>2012-06-29T22:38:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;New:&amp;lt;/b&amp;gt; Our submission to [http://www.appsecusa.org/ AppSecUSA2012] has been accepted. We'd look forward to meeting with those who are interested in our idea and project. &lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. Although the resources are not available anymore, you can still view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=131989</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=131989"/>
				<updated>2012-06-26T17:18:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our [http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation] here.&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=131988</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=131988"/>
				<updated>2012-06-26T17:17:39Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our[http://webpages.uncc.edu/~jxie2/ASIDE.pdf presentation].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=131906</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=131906"/>
				<updated>2012-06-26T02:06:31Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available  [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar ASIDE] can be downloaded now. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=127512</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=127512"/>
				<updated>2012-04-06T14:03:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://d5srjexdxko0l.cloudfront.net/talks.html#ide Secure Programming Support in IDE] at [http://d5srjexdxko0l.cloudfront.net/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=125689</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=125689"/>
				<updated>2012-03-07T01:41:23Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this old version of [http://webpages.uncc.edu/~jxie2/aside_old.swf ASIDE DEMO]. You will need Adobe Flash to display it. A newer version will soon be uploaded.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=124879</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=124879"/>
				<updated>2012-02-22T22:10:09Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=124878</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=124878"/>
				<updated>2012-02-22T22:06:06Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a| Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=124877</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=124877"/>
				<updated>2012-02-22T22:05:37Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[http://www.linkedin.com/pub/jing-xie/45/890/a1a|Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=123528</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=123528"/>
				<updated>2012-01-31T20:54:41Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
&lt;br /&gt;
This project is led by [[User:Jing Xie|Jing Xie]] &amp;amp; [[User: Bill Chu|Bill Chu]]. Other major contributors include [[User:Jun Zhu|Jun Zhu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], [[User:John Melton|John Melton]] &amp;amp; [[User: Will Stranathan|Will Stranathan]].&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=123034</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=123034"/>
				<updated>2012-01-23T15:18:35Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
[[User:Jing Xie|Jing Xie]], [[User:Jun Zhu|Jun Zhu]], [[User: Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] &amp;amp; [[User:John Melton|John Melton]],&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=122747</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=122747"/>
				<updated>2012-01-13T23:23:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
[[User:Jing Xie|Jing Xie]], [[User:Jun Zhu|Jun Zhu]], Bill Chu &amp;amp; [[User:John Melton|John Melton]],&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Source Code ====&lt;br /&gt;
&lt;br /&gt;
The source code is located at https://github.com/Jing-Xie/owasp-aside&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=122702</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=122702"/>
				<updated>2012-01-12T14:58:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
[[User:Jing Xie|Jing Xie]], [[User:Jun Zhu|Jun Zhu]], Bill Chu &amp;amp; [[User:John Melton|John Melton]],&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool|OWASP ASIDE]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=122672</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=122672"/>
				<updated>2012-01-11T17:41:51Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
[[User:Jing Xie|Jing Xie]], [[User:Jun Zhu|Jun Zhu]], Bill Chu &amp;amp; [[User:John Melton|John Melton]],&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Download ====&lt;br /&gt;
&lt;br /&gt;
The first publicly available ASIDE can be downloaded [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside_0.0.1.jar here]. You also need to download the complementary [http://webpages.uncc.edu/~jxie2/edu.uncc.sis.aside.logging_0.0.1.jar logging] facility to make ASIDE work properly. ASIDE is built upon [http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/indigosr1 Eclipse IDE for Java EE Developers] Version 3.5+.&lt;br /&gt;
&lt;br /&gt;
To make it work, please place the two jar files under the plugins folder of your Eclipse installation directory and then restart your Eclipse.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=121543</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=121543"/>
				<updated>2011-12-15T19:35:02Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
[[User:Jing Xie|Jing Xie]], [[User:Jun Zhu|Jun Zhu]], Bill Chu &amp;amp; [[User:John Melton|John Melton]],&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=121524</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=121524"/>
				<updated>2011-12-15T15:32:25Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
[[User:Jing Xie|Jing Xie]], Jun Zhu, Bill Chu &amp;amp; [[User:John Melton|John Melton]],&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford], and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], and [http://hci.sis.uncc.edu:8080/richter Heather Richter Lipford] [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=121523</id>
		<title>User:Jing Xie</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=121523"/>
				<updated>2011-12-15T15:29:22Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://webpages.uncc.edu/~jxie2/JingCV.pdf Jing Xie] is pursuing her Ph.D. in Department of Software and Information Systems at The University of North Carolina at Charlotte. Her current research interest is software security in general. She is the lead developer of [https://www.owasp.org/index.php/OWASP_ASIDE_Project OWASP ASIDE project].&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=121522</id>
		<title>User:Jing Xie</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=User:Jing_Xie&amp;diff=121522"/>
				<updated>2011-12-15T15:27:56Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://webpages.uncc.edu/~jxie2/JingCV.pdf Jing Xie] is pursuing her Ph.D. in Department of Software and Information Systems at The University of North Carolina at Charlotte. Her current research interest is software security in general.&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=121521</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=121521"/>
				<updated>2011-12-15T15:26:03Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Jun Zhu, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], Heather Richter Lipford, and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems (CHI), May 2012, Austin, Texas, USA&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], Heather Richter Lipford, and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference (ACSAC), December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  Heather Richter Lipford and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC), September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford, [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium (ESSoS), February 2011, Madrid, Spain&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=121520</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=121520"/>
				<updated>2011-12-15T15:23:44Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Jun Zhu, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We have presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], Heather Richter Lipford, and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-CHI2012.pdf Evaluating Interactive Support for Secure Programming], To appear at ACM Conference on Human Factors in Computing Systems, CHI 2011, Austin, Texas, May 2012&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], Heather Richter Lipford, and [[User:John Melton|John T. Melton]], [http://www.acsac.org/2011/openconf/modules/request.php?module=oc_program&amp;amp;action=view.php&amp;amp;a=&amp;amp;id=62&amp;amp;type=2 ASIDE:IDE Support for Web Application Security], In Proceedings of 27th Annual Computer Security Applications Conference, December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]],  Heather Richter Lipford and [[User:Bill Chu|Bill Chu]], [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing, September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
4. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford, [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Project&amp;diff=121519</id>
		<title>Category:OWASP Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Project&amp;diff=121519"/>
				<updated>2011-12-15T15:15:27Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An OWASP project is a collection of related tasks that have a defined roadmap and team members. OWASP project leaders are responsible for defining the vision, roadmap, and tasks for the project. The project leader also promotes the project and builds the team. Tools and documents are organized into the following categories: &lt;br /&gt;
&lt;br /&gt;
*'''PROTECT''' - These are tools and documents that can be used to guard against security-related design and implementation flaws. &lt;br /&gt;
*'''DETECT''' - These are tools and documents that can be used to find security-related design and implementation flaws. &lt;br /&gt;
*'''LIFE CYCLE''' - These are tools and documents that can be used to add security-related activities into the Software Development Life Cycle (SDLC).&lt;br /&gt;
&lt;br /&gt;
If you would like to start a new project please review the '''[[How to Start an OWASP Project]]''' guide. Please contact the [https://www.owasp.org/index.php/Global_Projects_and_Tools_Committee Global Project Committee] members to discuss project ideas and how they might fit into OWASP. All OWASP projects must be free and open and have their homepage on the OWASP portal. You can read all the guidelines in the [[:Category:OWASP Project Assessment|Project Assessment Criteria]]. &lt;br /&gt;
&lt;br /&gt;
Every project has an associated mail list. You can view all the lists, examine their archives, and subscribe to any of them on the [http://lists.owasp.org/mailman/listinfo OWASP Project Mailing Lists] page. &lt;br /&gt;
&lt;br /&gt;
A list of '''Projects''' that have been identified as '''orphaned''' ones has been set up. Please [[:Category:OWASP Orphaned Projects|glance at it]] and see you find interest in leading any of them. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;paypal&amp;gt;OWASP Projects&amp;lt;/paypal&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=Stable Quality Projects=&lt;br /&gt;
&lt;br /&gt;
*Stable quality projects are generally the level of quality of professional tools or documents. &lt;br /&gt;
*Projects are listed below.&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Tools &lt;br /&gt;
! Documentation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| &lt;br /&gt;
'''PROTECT:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP AntiSamy Project|OWASP AntiSamy Java Project]] &lt;br /&gt;
:an API for validating rich HTML/CSS input from users without exposure to cross-site scripting and phishing attacks (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP AntiSamy Project .NET|OWASP AntiSamy .NET Project]] &lt;br /&gt;
:an API for validating rich HTML/CSS input from users without exposure to cross-site scripting and phishing attacks. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Enterprise Security API|OWASP Enterprise Security API (ESAPI) Project]] &lt;br /&gt;
:a free and open collection of all the security methods that a developer needs to build a secure web application. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP ModSecurity Core Rule Set Project|OWASP ModSecurity Core Rule Set Project]] &lt;br /&gt;
:a project to document and develop the ModSecurity Core Rule Set (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''DETECT:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:JBroFuzz|OWASP JBroFuzz Project]] &lt;br /&gt;
:a web application fuzzer for requests being made over HTTP and/or HTTPS. Its purpose is to provide a single, portable application that offers stable web protocol fuzzing capabilities. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Live CD Project|OWASP Live CD Project]] &lt;br /&gt;
:this CD collects some of the best open source security projects in a single environment. Web developers, testers and security professionals can boot from this Live CD and have access to a full security testing suite. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP WebScarab Project|OWASP WebScarab Project]] &lt;br /&gt;
:a tool for performing all types of security testing on web applications and web services (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Zed Attack Proxy Project|OWASP Zed Attack Proxy Project]] &lt;br /&gt;
:The Zed Attack Proxy (ZAP) is an easy to use integrated penetration testing tool for finding vulnerabilities in web applications. It is designed to be used by people with a wide range of security experience and as such is ideal for developers and functional testers who a new to penetration testing. ZAP provides automated scanners as well as a set of tools that allow you to find security vulnerabilities manually. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''LIFE CYCLE:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP WebGoat Project|OWASP WebGoat Project]] &lt;br /&gt;
:an online training environment for hands-on learning about application security (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
'''PROTECT:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Guide Project|OWASP Development Guide]] &lt;br /&gt;
:a massive document covering all aspects of web application and web service security (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP .NET Project|OWASP .NET Project]] &lt;br /&gt;
:the purpose of the this project is to provide a central repository of information and tools for software professionals that use the Microsoft .NET Framework for web applications and services. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Ruby on Rails Security Guide V2|OWASP Ruby on Rails Security Guide V2]] &lt;br /&gt;
:this Project is the one and only source of information about Rails security topics. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Secure Coding Practices - Quick Reference Guide|OWASP Secure Coding Practices - Quick Reference Guide]] &lt;br /&gt;
:this document provides a quick high level reference for secure coding practices. It is technology agnostic and defines a set of general software security coding practices, in a checklist format, that can be integrated into the development lifecycle. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''DETECT:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Application Security Verification Standard Project|OWASP Application Security Verification Standard Project]] &lt;br /&gt;
:The ASVS defines the first internationally-recognized standard for conducting application security assessments. It covers both automated and manual approaches for assessing (verifying) applications using both security testing and code review techniques. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Code Review Project|OWASP Code Review Guide]] &lt;br /&gt;
:a project to capture best practices for reviewing code. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Testing Project|OWASP Testing Guide]] &lt;br /&gt;
:a project focused on application security testing procedures and checklists (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Top Ten Project|OWASP Top Ten Project]] &lt;br /&gt;
:an awareness document that describes the top ten web application security vulnerabilities (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''LIFE CYCLE:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP AppSec FAQ Project|OWASP AppSec FAQ Project]] &lt;br /&gt;
:FAQ covering many application security topics (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Legal Project|OWASP Legal Project]] &lt;br /&gt;
:a project focused on providing contract language for acquiring secure software (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Source Code Review OWASP Projects Project|OWASP Source Code Review for OWASP-Projects]] &lt;br /&gt;
:a workflow for OWASP projects to incorporate static analysis into the Software Development Life Cycle (SDLC). (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Beta Status Projects=&lt;br /&gt;
&lt;br /&gt;
*Beta quality projects are complete and ready to use with documentation. &lt;br /&gt;
*Projects are listed below.&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Tools &lt;br /&gt;
! Documentation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| &lt;br /&gt;
'''PROTECT:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP CSRFGuard Project|OWASP CSRFGuard Project]] &lt;br /&gt;
:a J2EE filter that implements a unique request token to mitigate CSRF attacks (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Encoding Project|OWASP Encoding Project]] &lt;br /&gt;
:a project focused on the development of encoding best practices for web applications. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP OpenSign Server Project|OWASP OpenSign Server Project]] &lt;br /&gt;
:the purpose of this project would be to build and host a feature-rich server and suite of client utilities with adequate secure hardware to ensure the integrity of code modules. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP OpenPGP Extensions for HTTP - Enigform and mod openpgp|OWASP OpenPGP Extensions for HTTP - Enigform and mod openpgp]] &lt;br /&gt;
:focus on mod_openpgp and Secure Session Management, presenting a working web-site using this new authentication methodology in such a way that it will attract security professionals and web-developers to this new mix of two good'ol protocols: HTTP and OpenPGP. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''DETECT:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Access Control Rules Tester Project|OWASP Access Control Rules Tester Project]] &lt;br /&gt;
:this project is intended to have two deliverables: research technical report (publication ready article) and an Access Control Rules Tester tool. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Code Crawler|OWASP Code Crawler]] &lt;br /&gt;
:this tool is aimed at assisting code review practitioners. It is a static code review tool which searches for key topics within .NET and J2EE/JAVA code. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP DirBuster Project|OWASP DirBuster Project]] &lt;br /&gt;
:DirBuster is a multi threaded java application designed to brute force directories and files names on web/application servers. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Orizon Project|OWASP Orizon Project]] &lt;br /&gt;
:the goal of this project is to develop an extensible code review engine to be used from source code assessment tools. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Pantera Web Assessment Studio Project|OWASP Pantera Web Assessment Studio Project]] &lt;br /&gt;
:a project focused on combining automated capabilities with complete manual testing to get the best results (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[ORG (Owasp Report Generator)|OWASP Report Generator]] &lt;br /&gt;
:a project giving security professionals a way to report and keep track of their projects (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[Owasp SiteGenerator|OWASP Site Generator]] &lt;br /&gt;
:a project allowing users to create dynamic sites for use in training, web application scanner testing, etc... (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Skavenger Project|OWASP Skavenger Project]] &lt;br /&gt;
:is a web application security assessment tool kit that passively analyses traffic logged by various MITM proxies as well as other sources and helps to identify various kinds of possible vulnerabilities. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP SQLiX Project|OWASP SQLiX Project]] &lt;br /&gt;
:a project focused on the development of SQLiX, a full perl-based SQL scanner (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Sqlibench Project|OWASP Sqlibench Project]] &lt;br /&gt;
:this is a benchmarking project of automatic sql injectors related to dumping databases. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Tiger|OWASP Tiger]] &lt;br /&gt;
:OWASP Tiger is a Windows application originally intended to be used for automating the process of testing various known ASP.NET security issues in hosted environments. However, it is much more versatile than that: it can help you construct and send a HTTP requests, receive and analyze the responses, match them against a set of conditions to produce alerts, notifications that something is wrong with the application(s) or service(s) being tested. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP WeBekci Project|OWASP WeBekci Project]] &lt;br /&gt;
:OWASP WeBekci is a web based ModSecurity 2.x management tool. WeBekci is written in PHP, Its backend is powered by MySQL and the frontend by XAJAX framework. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP WSFuzzer Project|OWASP WSFuzzer Project]] &lt;br /&gt;
:a project focused on the development of WSFuzzer, a full python-based Web Services SOAP fuzzer (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''LIFE CYCLE:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Teachable Static Analysis Workbench Project|OWASP Teachable Static Analysis Workbench Project]] &lt;br /&gt;
:this project is intended to have two deliverables: research technical report (publication ready article) and a workbench prototype. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
'''PROTECT:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP AppSensor Project|OWASP AppSensor Project]] &lt;br /&gt;
:a framework for detecting and responding to attacks from within the application. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Backend Security Project|OWASP Backend Security Project]] &lt;br /&gt;
:this is a new project created to improve and to collect the existant information about the backend security. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Securing WebGoat using ModSecurity Project|OWASP Securing WebGoat using ModSecurity Project]] &lt;br /&gt;
:the purpose of this project is to create custom Modsecurity rulesets that will protect WebGoat 5.2 from as many of its vulnerabilities as possible (the goal is 90%) without changing one line of source code. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''DETECT:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Tools Project|OWASP Tools Project]] &lt;br /&gt;
:The OWASP Tools Project has been created to provide unbiased, practical information and guidance about application security tools that are used to detect vulnerabilities or to protect against vulnerabilities. The goal of this project is to identify any available tools, categorise them and rate them according to a predefind criteria to assess their effectiveness.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; '''LIFE CYCLE:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;''' &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP CLASP Project|OWASP CLASP Project]] &lt;br /&gt;
:a project focused on defining process elements that reinforce application security (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Education Project|OWASP Education Project]] &lt;br /&gt;
:a project to build educational tracks and modules for different audiences. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Spanish|OWASP Spanish Project]] &lt;br /&gt;
:first translation effort to make OWASP site and project completely available in Spanish language. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Alpha Status Projects=&lt;br /&gt;
&lt;br /&gt;
*Alpha quality projects are generally usable but may lack documentation or quality review. &lt;br /&gt;
*Projects are listed below.&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Tools &lt;br /&gt;
! Documentation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| &lt;br /&gt;
;[[OWASP Academy Portal Project|OWASP Academy Portal Project]]&lt;br /&gt;
: a Portal to offer academic material in usable blocks, lab's, video's and forum. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Alchemist Project|OWASP Alchemist Project]] &lt;br /&gt;
:this project enables a software development team in realization of highly secure and defensible application with built-in defences/controls against security‐related design, coding and implementation flaws. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Application Security Assessment Standards Project|OWASP Application Security Assessment Standards Project]]&lt;br /&gt;
:The Project’s primary objective is to establish common, consistent methods for application security assessments standards that organizations can use as guidance on what tasks should be completed, how the tasks should be completed and what level of assessment is appropriate based on business requirement.  (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Application Security Tool Benchmarking Environment and Site Generator Refresh Project|OWASP Application Security Tool Benchmarking Environment and Site Generator Refresh Project]] &lt;br /&gt;
:The idea is to split destination web application technology from the three reusable libraries: library of navigational elements, library of vulnerabilities and library of language constructs. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP ASIDE Project|OWASP ASIDE Project]]&lt;br /&gt;
:ASIDE is an abbreviation for Application Security in Integrated Development Environment. It is an EclipseTM Plugin which is a software tool primarily designed to help students write more secure code. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Broken Web Applications Project|OWASP Broken Web Applications Project]] &lt;br /&gt;
:a collection of vulnerable web applications that is distributed on a Virtual Machine. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Browser Security ACID Tests Project|OWASP Browser Security ACID Tests Project]]&lt;br /&gt;
: (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[Classic ASP Security Project|OWASP Classic ASP Security Project]] &lt;br /&gt;
:it aims in creating a secure framework for Classic ASP application by complementing existing OWASP projects with documentation for this particular technology and the creation of security libraries. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Content Validation using Java Annotations Project|OWASP Content Validation using Java Annotations Project]] &lt;br /&gt;
:We wish to explore the use of Java annotations for object validation, specifically for content validation. the result will be a framework which should be easy to use with an existing application. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP CRM Project|OWASP CRM Project]] &lt;br /&gt;
:provides a management system for membership, projects, industry and chapters and users of OWASP projects (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Cryttr - Encrypted Twitter Project|OWASP Cryttr - Encrypted Twitter Project]] &lt;br /&gt;
:a way to do some encrypted messaging to a group of distributed people with as little overhead as possible. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP CSRFTester Project|OWASP CSRFTester Project]] &lt;br /&gt;
:gives developers the ability to test their applications for CSRF flaws (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Data Exchange Format Project|OWASP Data Exchange Format Project]]&lt;br /&gt;
:to define an open format for exchanging data between pentest tools (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP ESOP Framework|OWASP ESOP Framework]]&lt;br /&gt;
:the purpose of the framework is to provide a security layer to a given web application / web site via web service (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Encrypted Syndication Project|OWASP Encrypted Syndication Project]] &lt;br /&gt;
:complements the OWASP Cryttr - Encrypted Twitter Project and serves other few other front ends that can use Encrypted Syndication Protocol. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP EnDe|OWASP EnDe Project]] &lt;br /&gt;
:This tool is an encoder, decoder, converter, transformer, calculator, for various codings used in the wild wide web. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[ESAPI Swingset|OWASP ESAPI Swingset Project]] &lt;br /&gt;
:the ESAPI Swingset is a web application which demonstrates common security vulnerabilities and asks users to secure the application against these vulnerabilities using the ESAPI library. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Favicon Database Project|OWASP Favicon Database Project]] &lt;br /&gt;
:software enumeration via favicon.ico (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Forward Exploit Tool Project|OWASP Forward Exploit Tool Project]] &lt;br /&gt;
:this projects aims to develop a tool to exploit Top 10 2010 - A10 - Unvalidated Forward vulnerability to bypass access control to protected Java application files (config, binary -source code, etc.). It aims also to automate the download of known files in Java Web applications. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Projects/OWASP GoatDroid Project|OWASP GoatDroid Project]]&lt;br /&gt;
:this is the Android equivalent to the iGoat Project and will be a sub component of the Mobile Security Project and closely tied to the Mobile Top 10 Risks and forthcoming body of knowledge. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Hackademic Challenges Project|OWASP Hackademic Challenges Project]]&lt;br /&gt;
:this project implements realistic scenarios with known vulnerabilities in a safe, controllable environment. Users can attempt to discover and exploit these vulnerabilities in order to learn important concepts of information security through the attacker's perspective. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Hatkit Datafiddler Project|OWASP Hatkit Datafiddler Project]]&lt;br /&gt;
:this is a tool for performing advanced analysis of http traffic.  (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Hatkit Proxy Project|OWASP Hatkit Proxy Project]]&lt;br /&gt;
:the Hatkit Proxy is an intercepting http/tcp proxy based on the Owasp Proxy, but with several additions. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP HTTP Post Tool|OWASP HTTP Post Tool]] &lt;br /&gt;
:a tool for the purpose of performing web application security assessment around the availability concerns (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP iGoat Project|OWASP iGoat Project]]&lt;br /&gt;
:The iGoat project aims to be a developer learning environment for iOS app developers. It was inspired by the OWASP WebGoat project in particular the developer edition of WebGoat (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Insecure Web App Project|OWASP Insecure Web App Project]] &lt;br /&gt;
:a web application that includes common web application vulnerabilities (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Java HTML Sanitizer|OWASP Java HTML Sanitizer]]&lt;br /&gt;
:this is a fast Java-based HTML Sanitizer which provides XSS protection (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP JavaScript Sandboxes|OWASP JavaScript Sandboxes]] &lt;br /&gt;
:the goal of this project is to produce a simplified version of Javascript by using regular expressions to remove dangerous functionality and then use Javascript itself to evaluate the results. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Java XML Templates Project|OWASP Java XML Templates Project]] &lt;br /&gt;
:JXT is a fast and secure XHTML-compliant template language that runs on a model similar to JSP. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Joomla Vulnerability Scanner Project|OWASP Joomla Vulnerability Scanner Project]] &lt;br /&gt;
:a regularly-updated signature-based scanner that can detect file inclusion, sql injection, command execution,XSS, DOS,directory traversal vulnerabilities of a target Joomla! web site&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP JSP Testing Tool Project|OWASP JSP Testing Tool Project]] &lt;br /&gt;
:the goal of this project is to create an easy to use, freely available tool that can be used to quickly ascertain the level of protection that each component of a JSP tag library offers. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP LAPSE Project|OWASP LAPSE Project]] &lt;br /&gt;
:an Eclipse-based source-code static analysis tool for Java (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Learn About Encoding Project|OWASP Learn About Encoding Project]] &lt;br /&gt;
:this project has as its ultimate goal of demystifying the problems related to the study of character encoding (charset encoding). (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Mantra - Security Framework|OWASP Mantra - Security Framework]]&lt;br /&gt;
: this is a collection of free and open source tools integrated into a web browser, which can become handy for students, penetration testers, web application developers,security professionals etc. It is portable, ready-to-run, compact and follows the true spirit of free and open source software. &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Mutillidae|OWASP Mutillidae Project]] &lt;br /&gt;
:a deliberately vulnerable set of PHP scripts that implement the OWASP Top 10&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP NAXSI Project|OWASP NAXSI Project]]&lt;br /&gt;
:its goal is to help people securing their web applications against attacks like SQL Injections, Cross Site Scripting, Cross Site Request Forgery, Local &amp;amp; Remote file inclusions.  (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP NetBouncer Project|OWASP NetBouncer Project]] &lt;br /&gt;
:is secure by default centralised input/output validation library which combines security rules and business rules as well as escaping in the output level. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[Opa |Opa]]&lt;br /&gt;
:Usher in a new generation of web development tools and methodologies. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Open Review Project|OWASP Open Review Project (ORPRO)]] &lt;br /&gt;
:a project to openly check open source libraries and software that are vital to most commercial and non-commercial apps around. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP OVAL Content Project|OWASP OVAL Content Project]]&lt;br /&gt;
:The purpose of this project is to create OVAL content to enable any OVAL compatible tool find security issues which can be represented in a standard format (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP O2 Platform|OWASP O2 Platform]] &lt;br /&gt;
:this project is a collection of Open Source modules that help Web Application Security Professionals to maximize their efforts and quickly obtain high visibility into an application's security profile (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Passw3rd Project|OWASP Passw3rd Project]]&lt;br /&gt;
: this project stores passwords in encrypted files with an easy to use command line interface, and utilities to use the passwords in code (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP PHP AntiXSS Library Project|OWASP PHP AntiXSS Library Project]] &lt;br /&gt;
:reduce cross-site scripting vulnerabilities by encoding your output (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Python Static Analysis Project|OWASP Python Static Analysis Project]] &lt;br /&gt;
:the aim of this project is to provide full language support,other Python frameworks support, analysis improvement, reporting capability, documentation, promotion materials: publication-ready article and presentation (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Proxy|OWASP Proxy Project]] &lt;br /&gt;
:aims to provide a high quality intercepting proxy library which can be used by developers who require this functionality in their own programs, rather than having to develop it all from scratch. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Security Tools for Developers Project|OWASP Security Tools for Developers Project]]&lt;br /&gt;
:aims to develop a reference implementation of open source tools integrated in an end to end development process. This will likely include a reference architecture, guidance and a reference implementation using open source tools. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Secure the Flag Competition Project]] &lt;br /&gt;
:aims to create a different type of competition that encourages secure coding rather than hacking skills. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP SIMBA Project|OWASP SIMBA Project]]&lt;br /&gt;
:SIMBA (Security Integration Module for Business Applications) is a User Access Management system that can be integrated with any business application. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Sprajax Project|OWASP Sprajax Project]] &lt;br /&gt;
:an open source black box security scanner used to assess the security of AJAX-enabled applications (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Stinger Project|OWASP Stinger Project]] &lt;br /&gt;
:a project focus on the development of a centralized input validation mechanism which can be easily applied to existing or developmental applications (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP VFW Project|OWASP VFW Project]]&lt;br /&gt;
:this project is to mitigate web applications threats using Varnish which is a modern, very flexible and scalable reverse-proxy system which supports VCL, a wonderful domain-specific language to deal with HTTP (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Vicnum Project|OWASP Vicnum Project]] &lt;br /&gt;
:a flexible web app showing vulnerabilities such as cross site scripting, sql injections, and session management issues. Helpful to IT auditors honing web security skills and setting up 'capture the flag' (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP WAF Project|OWASP WAF Project]]&lt;br /&gt;
:the OWASP Web Application Firewall (WAF) Project is a ModSecurity endorsed Port of their Language Specification (Level 1) for Java and .NET based on the contribution to ESAPI-Java by Arshan Dabirsiaghi (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Wapiti Project|OWASP Wapiti Project]] &lt;br /&gt;
:the project allows to audit the security by performing &amp;quot;black-box&amp;quot; scans acting like a fuzzer, injecting payloads to see if an application is vulnerable (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Web Application Security Metric using Attack Patterns Project|OWASP Web Application Security Metric using Attack Patterns Project]] &lt;br /&gt;
:the project provides attack pattern database along with prototype model (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Web Browser Testing System Project|OWASP Web Browser Testing System Project]]&lt;br /&gt;
: (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Web 2.0 Project|OWASP Web 2.0 Project]] &lt;br /&gt;
:a place for advanced research of security in the Web 2.0 world (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Web Testing Environment Project|OWASP Web Testing Environment Project]]&lt;br /&gt;
: (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP WeBekci Project|OWASP WeBekci Project]] &lt;br /&gt;
:this is web based ModSecurity 2.x management tool. WeBekci is written in PHP, Its backend is powered by MySQL and the frontend by XAJAX framework. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Webslayer Project|OWASP Webslayer Project]] &lt;br /&gt;
:a tool designed for bruteforcing Web Applications, it can be used for finding resources not linked (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP WebScarab NG Project|OWASP WebScarab NG Project]]&lt;br /&gt;
:this is a robust tool that assists the user in penetration test. This is a complete rewrite of the old WebScarab application, with a special focus on making the application more user-friendly-  (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP WhatTheFuzz Project|OWASP WhatTheFuzz Project]]&lt;br /&gt;
:this is an easy to use, easy to get started fuzzer for websites (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Yasca Project|OWASP Yasca Project]] &lt;br /&gt;
:Yasca is a new static analysis tool designed to scan Java, C/C++, JavaScript, .NET, and other source code for security and code-quality issues. Yasca is easily extensible via a plugin-based architecture, so scanning PHP, Ruby, or other languages is as simple as coming up with rules or integrating external tools. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
;[[:Category:OWASP ASDR Project|OWASP ASDR Project]] &lt;br /&gt;
:is a reference volume that contains basic information about all the foundational topics in application security (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Application Security Metrics Project|OWASP Application Security Metrics Project]] &lt;br /&gt;
:identify and provide a set of application security metrics that have been found by contributors to be effective in measuring application security (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Application Security Program for Manager|OWASP Application Security Program for Manager]] &lt;br /&gt;
:create an OWASP Roadmap for the world wide Companies Type. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Application Security Skills Assessment|OWASP Application Security Skills Assessment]] &lt;br /&gt;
:Help individuals understand their strengths and weaknesses in specific application security skills. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP AIR Security Project|OWASP AIR Security Project]] &lt;br /&gt;
:investigating the security of AIR applications (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP AJAX Security Project|OWASP AJAX Security Guide]] &lt;br /&gt;
:investigating the security of AJAX enabled applications (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Anti-Malware Project|OWASP Anti-Malware Project]] &lt;br /&gt;
:describing common flaws in security designs (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Application Security Requirements Project|OWASP Application Security Requirements]] (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Best Practices: Use of Web Application Firewalls|OWASP Best Practices: Use of Web Application Firewalls]] &lt;br /&gt;
:the document is aimed primarily at technical decision-makers, especially those responsible for operations and security (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Book Cover &amp;amp; Sleeve Design|OWASP Book Cover &amp;amp;amp; Sleeve Design]] &lt;br /&gt;
:this is a project of corporate design to develop a scalable book cover series strategy and a Book Sleeve. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Browser Security Project|OWASP Browser Security Project]] &lt;br /&gt;
:To be definied (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Boot Camp Project|OWASP Boot Camp Project]] &lt;br /&gt;
:this project was started to supply a brief information about the OWASP projects. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Career Development Project|OWASP Career Development Project]] &lt;br /&gt;
:The OWASP Career Development project is focused on helping application security professionals understand the job market, roles, career paths, and skills to work in the field. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Certification Criteria Project|OWASP Certification Criteria Project]]&lt;br /&gt;
&lt;br /&gt;
(Assessment Criteria v1.0) &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Certification Project|OWASP Certification Project]] &lt;br /&gt;
:our challenge is to create a plan for certification: a set of OWASP Certification for Developers and Testers. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Cheat Sheets|OWASP Cheat Sheets Project]]&lt;br /&gt;
:this project was created to provide a concise collection of high value information on specific security topics. These cheat sheets were created by multiple application security experts and provide excellent security guidance in an easy to read format. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Codes of Conduct|OWASP Codes of Conduct]]&lt;br /&gt;
:to create and maintain OWASP Codes of Conduct. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP College Chapters Program|OWASP College Chapters Program]] &lt;br /&gt;
:(Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Common Numbering Project|OWASP Common Numbering Project]] &lt;br /&gt;
:a new numbering scheme that will be common across OWASP Guides and References (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP CBT Project|Computer Based Training Project (OWASP CBT Project)]] &lt;br /&gt;
:the goal of this project is to provide computer based training on OWASP security related initiatives. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Communications Project|OWASP Communications Project]]&lt;br /&gt;
&lt;br /&gt;
(Assessment Criteria v1.0) &lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Cloud ‐ 10 Project|OWASP Cloud ‐ 10 Project]] &lt;br /&gt;
:The goal of the project is to maintain a list of top 10 security risks faced with the Cloud Computing and SaaS Models. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Enterprise Application Security Project|OWASP Enterprise Application Security Project]] &lt;br /&gt;
:provides guidance to people involved in the procurement, design, implementation or sign-off of large scale (ie 'Enterprise') applications. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Exams Project|OWASP Exams Project]] &lt;br /&gt;
:The OWASP Exams project will establish the model by which the OWASP community can create and distribute CC-licensed exams for use by educators. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Fiddler Addons for Security Testing Project|OWASP Fiddler Addons for Security Testing Project]] &lt;br /&gt;
:a passive vulnerability scanner and an active XSS testing and input/output encoding detection (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Flash Security Project|OWASP Flash Security Project]] &lt;br /&gt;
:investigating the security of Flash applications (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Fuzzing Code Database|OWASP Fuzzing Code Database]] &lt;br /&gt;
:a project to collect, share and compose statements used as code injections like SQL, SSI, XSS, Formatstring and as well directory traversal statements. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Hungarian Translation Project|OWASP Hungarian Translation Project]] &lt;br /&gt;
:we plan to translate OWASP material that we consider fundamental (ASVS, Bulding Guide, Testing Guide, Top 10) first, and move on later. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP German Language Project|OWASP German Language Project]]&lt;br /&gt;
:(Assessment Criteria v2.0)&lt;br /&gt;
 &lt;br /&gt;
;[[:Category:OWASP Individual and Corporate Member Packs plus Conference Attendee Packs Brief|OWASP Member Packs/Conference Attendee Packs]] &lt;br /&gt;
:this is a project of corporate design to develop an Individual/Member Pack. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Java Project|OWASP Java Project]] &lt;br /&gt;
:a project focused on helping Java and J2EE developers build secure applications (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Logging Project|OWASP Logging Guide]] &lt;br /&gt;
:a project to define best practices for logging and log management (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Mobile Security Project|OWASP Mobile Security Project]] &lt;br /&gt;
:a project to help the community better understand the risks present in mobile applications, and learn to defend against them. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Myth Breakers Project|OWASP Myth Breakers Project]]&lt;br /&gt;
:a project similar to http://dsc.discovery.com/tv/mythbusters but for appsec, urban legends and assumptions regarding appsec will be tested and there'll be a set of examples that will prove the correctness/uncorrectness of a statement realted to the question. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP on the Move Project|OWASP on The Move Project]] &lt;br /&gt;
:a project offering OWASP sponsorship for OWASP (related) speakers on web application security events or chapter meetings. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP PCI Project|OWASP PCI Project]] &lt;br /&gt;
:a project to build and maintain community concensus for managing regulatory risk of web applications (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP PHP Project|OWASP PHP Project]] &lt;br /&gt;
:a project focused on helping PHP developers build secure applications (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Portuguese Language Project|OWASP Portuguese Language Project]] &lt;br /&gt;
:a project aiming to coordinate and push foward the iniciatives developed to translate OWASP materials to Portuguese. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Positive Security Project|OWASP Positive Security Project]] &lt;br /&gt;
:a project to learn how companies are working to create a positive security approach on their own resources and use this knowledge to create a set of control, marketing and awareness tools that will be available to promote and construct a positive approach to security worldwide (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP RFP-Criteria|OWASP Request for Proposal]] &lt;br /&gt;
:a project that is intended to provide a list of questions to consider when seeking a dynamic application security service provider. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP SASAP Project|OWASP Scholastic Application Security Assessment Project]] &lt;br /&gt;
:a project that is intended to be the first step towards integrating security requirements in academic course curriculum (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Secure Password Project|OWASP Secure Password Project]] &lt;br /&gt;
:a project that will have a two pronged approach designed to put more nails in the single-factor method of authentication (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Secure Web Application Framework Manifesto]] &lt;br /&gt;
:this project is a document detailing a specific set of security requirements for developers of web application frameworks to adhere to. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Security Analysis of Core J2EE Design Patterns Project|OWASP Security Analysis of Core J2EE Design Patterns Project]] &lt;br /&gt;
:a to be a design-time security reference for developers implementing common patterns independent of specific platforms and frameworks (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Security Assurance Testing of Virtual Worlds Project|OWASP Security Assurance Testing of Virtual Worlds Project]] &lt;br /&gt;
:a testing framework specific to Virtual World related applications (MMORGs) and environments (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:OWASP Security Baseline Project|OWASP Security Baseline Project]] &lt;br /&gt;
:aims to benchmark the security of various enterprise security products/services against OWASP Top 10 risks. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Security Spending Benchmarks|OWASP Security Spending Benchmarks]] &lt;br /&gt;
:provides insight to reduce operational appsec costs (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:Software Assurance Maturity Model|Software Assurance Maturity Model (SAMM)]] &lt;br /&gt;
:this project is committed to building a usable framework to help organizations formulate and implement a strategy for application security that's tailored to the specific business risks facing the organization.&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Software Security Assurance Process|OWASP Software Security Assurance Process]]&lt;br /&gt;
:To outlines mandatory and recommended processes and practices to manage risks associated with applications. Should be the framework to map Requirements, Dev and Testing guidelines for example.  (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Threat Modelling Project|OWASP Threat Modelling Project]]&lt;br /&gt;
:(Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Uniform Reporting Guidelines|OWASP Uniform Reporting Guidelines]] &lt;br /&gt;
:this project will complement the OWASP testing guide as well as the OWASP RFP Template. This is going to be a reporting template for vulnerability findings which will be free, base on industry best practices and hopefully will become the defacto standard. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Validation Project|OWASP Validation Project]] &lt;br /&gt;
:a project that provides guidance and tools related to validation (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP WASS Project|OWASP WASS Guide]] &lt;br /&gt;
:a standards project to develop more concrete criteria for secure applications (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Web Application Scanner Specification Project|OWASP Web Application Scanner Specification Project]] &lt;br /&gt;
:there will always be a &amp;quot;gap&amp;quot; between the types of attacks that can be performed and those which can be found by an automated scanner. This project will attempt to outline some of those shortcomings and offer a plan for comparing and/or building web application vulnerability scanners. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[OWASP Web Application Security Accessibility Project|OWASP Web Application Security Accessibility Project]]&lt;br /&gt;
:this project will focus extensively on the issue of web application security accessibility. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Web Application Security Put Into Practice|OWASP Web Application Security Put Into Practice]] &lt;br /&gt;
:real-world web application security for Ruby on Rails, Apache and MySQL (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP XML Security Gateway Evaluation Criteria Project|OWASP XML Security Gateway Evaluation Criteria]] &lt;br /&gt;
:a project to define evaluation criteria for XML Security Gateways (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
;[[Security Ecosystem Project|OWASP Security Ecosystem Project]] &lt;br /&gt;
:nobody (and no company) can build secure software by themselves. We have seen that vulnerability research can help to drive security forward in companies, but it’s a painful process. We envision a partnership between technology platform vendors and a thriving ecosystem focused on the security of their technology. (Assessment Criteria v2.0)&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Speakers Project|OWASP Speakers Project]] &lt;br /&gt;
:a project to match offer and demand regarding OWASP (related) presentations by speakers on web application security events or chapter meetings. (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Inactive Projects=&lt;br /&gt;
&lt;br /&gt;
*Inactive projects are unrated projects (projects that have not reached any one of Alpha, Beta, or Release status) which may have been abandoned. Efforts are being made to contact project leads to determine status and plans for future work. &lt;br /&gt;
*Projects are listed below.&lt;br /&gt;
&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! width=&amp;quot;50%&amp;quot; | Tools &lt;br /&gt;
! Documentation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| &lt;br /&gt;
;[[:Category:OWASP CAL9000 Project|OWASP CAL9000 Project]] &lt;br /&gt;
:a JavaScript based web application security testing suite&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Google Hacking Project|OWASP Google Hacking Project]] &lt;br /&gt;
:Google SOAP Search API with Perl&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Interceptor Project|OWASP Interceptor Project]] &lt;br /&gt;
:A testing tool for XML web service and Ajax interfaces.&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP LiveCD Education Project|OWASP Live CD Education Project]] &lt;br /&gt;
:an educational supplement project containing tutorials, challenges and videos detailing the use of tools contained within the OWASP LiveCD - LabRat. This project was sponsored by [[OWASP Spring Of Code 2007|OWASP Spring Of Code 2007]] and [http://www.securitydistro.com/ Security Distro] (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
| &lt;br /&gt;
;[[:OWASP Corporate Application Security Rating Guide|OWASP Corporate Application Security Rating Guide]] &lt;br /&gt;
:This project will organize and structure publicly available data that large companies will share of the lessons learned about how to organize an application security initiative, best practices for training and testing, and more.&lt;br /&gt;
&lt;br /&gt;
;[[:Category:OWASP Source Code Flaws Top 10 Project|OWASP Source Code Flaws Top 10 Project]] &lt;br /&gt;
:a project that is a sort of Top 10 of flaw categories that can be used to match vulnerabilities found during a code review (Assessment Criteria v1.0)&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt; &lt;br /&gt;
&lt;br /&gt;
{{PutInCategory}}&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=118031</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=118031"/>
				<updated>2011-09-26T17:39:05Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We just presented our talk [http://www.appsecusa.org/talks.html#ide Secure Programming Support in IDE] at [http://www.appsecusa.org/ AppSec USA 2011] in Minneapolis. &lt;br /&gt;
&lt;br /&gt;
You can view and download our presentation [http://webpages.uncc.edu/~jxie2/ASIDE.pdf here].&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford , [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]],  Heather Richter Lipford and [[User:Bill Chu|Bill Chu]] , [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing, September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], Heather Richter Lipford, and [[User:John Melton|John T. Melton]], [http://webpages.uncc.edu/~jxie2/XIE-ACSAC2011.pdf ASIDE:IDE Support for Web Application Security], To appear in Proceedings of 27th Annual Computer Security Applications Conference, December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=116647</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=116647"/>
				<updated>2011-09-02T14:15:17Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
More information will be provided soon...&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford , [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], In Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]],  Heather Richter Lipford and [[User:Bill Chu|Bill Chu]] , [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], In Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing, September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], Heather Richter Lipford, and [[User:John Melton|John T. Melton]], [http://webpages.uncc.edu/~jxie2/XIE-ACSAC2011.pdf ASIDE:IDE Support for Web Application Security], To appear in Proceedings of 27th Annual Computer Security Applications Conference, December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=116640</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=116640"/>
				<updated>2011-09-02T14:14:01Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
More information will be provided soon...&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford , [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]],  Heather Richter Lipford and [[User:Bill Chu|Bill Chu]] , [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], To appear in Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing, September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
3. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]], Heather Richter Lipford, and [[User:John Melton|John T. Melton]], [http://webpages.uncc.edu/~jxie2/XIE-ACSAC2011.pdf ASIDE:IDE Support for Web Application Security], To appear in Proceedings of 27th Annual Computer Security Applications Conference, December 5–9, 2011, Orlando, FL, USA&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=113057</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=113057"/>
				<updated>2011-06-25T17:09:52Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
More information will be provided soon...&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project | Project About}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford , [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
2. [[User:Jing Xie|Jing Xie]],  Heather Richter Lipford and [[User:Bill Chu|Bill Chu]] , [http://webpages.uncc.edu/~jxie2/XIE-VLHCC2011.pdf Why do programmers make security errors?], To appear in Proceedings of IEEE Symposium on Visual Languages and Human-Centric Computing, September 18–22, 2011, Pittsburgh, PA, USA&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=107273</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=107273"/>
				<updated>2011-03-21T19:06:59Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
More information will be provided soon...&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~jxie2/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford , [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=106714</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=106714"/>
				<updated>2011-03-13T20:13:18Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
More information will be provided soon...&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [http://webpages.uncc.edu/~xhu8/aside.swf ASIDE DEMO]. You will need Adobe Flash to display it.&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford , [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=102968</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=102968"/>
				<updated>2011-02-01T21:03:11Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
More information will be provided soon...&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
ASIDE is still under development. But in order to give you a sense of what it should be doing, we have this [flash demo].&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford , [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=102963</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=102963"/>
				<updated>2011-02-01T20:41:24Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: Add in our publication related to the project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
More information will be provided soon...&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
1. [[User:Jing Xie|Jing Xie]], [[User:Bill Chu|Bill Chu]] and Heather Richter Lipford , [http://www.arc.uncc.edu/pubs/essos2011.pdf Interactive Support for Secure Software Development], Proceedings of Engineering Secure Software and Systems Third International Symposium, ESSoS 2011, Madrid, Spain, February 2011&lt;br /&gt;
&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=102447</id>
		<title>OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_ASIDE_Project&amp;diff=102447"/>
				<updated>2011-01-28T18:52:28Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main  ====&lt;br /&gt;
Jing Xie, Bill Chu &amp;amp; John Melton,&amp;lt;br&amp;gt;&lt;br /&gt;
More information will be provided soon...&lt;br /&gt;
&lt;br /&gt;
==== Project About ====&lt;br /&gt;
{{:Projects/OWASP ASIDE Project}}&lt;br /&gt;
&lt;br /&gt;
==== Take a Look ====&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Research Activities ====&lt;br /&gt;
&lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP_Project|ASIDE Project]] [[Category:OWASP_Tool]] [[Category:OWASP_Alpha_Quality_Tool|OWASP Alpha Quality Tool]] &amp;lt;!---[[Category:OWASP_Download]]---&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Projects/OWASP_ASIDE_Project&amp;diff=94869</id>
		<title>Projects/OWASP ASIDE Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Projects/OWASP_ASIDE_Project&amp;diff=94869"/>
				<updated>2010-12-02T22:16:15Z</updated>
		
		<summary type="html">&lt;p&gt;Jing Xie: Added project leaders' wikiusernames&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Project About&lt;br /&gt;
| project_name = OWASP ASIDE Project&lt;br /&gt;
| project_home_page = OWASP ASIDE Project&lt;br /&gt;
&lt;br /&gt;
| project_description =&lt;br /&gt;
'''ASIDE''' is an abbreviation for '''Assured Software Integrated Development Environment'''. It is an Eclipse Plugin which is a software tool primarily designed to help students write more secure code by detecting and identifying potentially vulnerable code and providing informative fixes during the construction of programs in IDEs. ASIDE may be useful by professional developers as well.&lt;br /&gt;
&lt;br /&gt;
| project_license =&lt;br /&gt;
&lt;br /&gt;
| leader_name1 = Jing Xie &lt;br /&gt;
| leader_email1 = jxie2@uncc.edu&lt;br /&gt;
| leader_username1 = Jing Xie&lt;br /&gt;
&lt;br /&gt;
| leader_name2 = Bill Chu&lt;br /&gt;
| leader_email2 = billchu@uncc.edu&lt;br /&gt;
| leader_username2 = Bill Chu&lt;br /&gt;
&lt;br /&gt;
| leader_name3 = John Melton&lt;br /&gt;
| leader_email3 = john.melton@owasp.org&lt;br /&gt;
| leader_username3 = John Melton&lt;br /&gt;
&lt;br /&gt;
| contributor_name[1-10] = &lt;br /&gt;
| contributor_email[1-10] = &lt;br /&gt;
| contributor_username[1-10] = &lt;br /&gt;
&lt;br /&gt;
| pamphlet_link = &lt;br /&gt;
&lt;br /&gt;
| presentation_link =&lt;br /&gt;
&lt;br /&gt;
| mailing_list_name = https://lists.owasp.org/mailman/listinfo/owasp-aside-project&lt;br /&gt;
&lt;br /&gt;
| project_road_map = http://www.owasp.org/images/f/f3/ASIDE_Roadmap_-_Dec_2010.pdf&lt;br /&gt;
&lt;br /&gt;
| links_url[1-10] = &lt;br /&gt;
| links_name[1-10] = &lt;br /&gt;
&lt;br /&gt;
| release_1 = To be published soon&lt;br /&gt;
| release_2 = &lt;br /&gt;
| release_3 =&lt;br /&gt;
| release_4 =&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Jing Xie</name></author>	</entry>

	</feed>