<?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=Mroxberr</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=Mroxberr"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Mroxberr"/>
		<updated>2026-04-17T17:26:54Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=ORG_(OWASP_Report_Generator)&amp;diff=151840</id>
		<title>ORG (OWASP Report Generator)</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=ORG_(OWASP_Report_Generator)&amp;diff=151840"/>
				<updated>2013-05-18T06:32:45Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main ====&lt;br /&gt;
&lt;br /&gt;
The ORG (OWASP Report Generator) is a tool for Security Consultants that supports the documentation and reporting of security vulnerabilities discovered during security audits.&lt;br /&gt;
&lt;br /&gt;
Currently [[:User:Mroxberr|'''Mark Roxberry''']] leads this project. Formerly the project leader was [[User:Dinis.cruz|Dinis Cruz]]  with strong contributions from [[User:medelibero|Mike de Libero]]. Mike was sponsored under an OWASP Autumn of Code 2006 sponsorship to work on ORG.&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
The latest release of ORG's installer can be found at (updated on 1/15/2007) - Please note that the installer will not work on Windows x64 bit architecutre (you have to use the source code from the zip file below -  .&lt;br /&gt;
[http://sourceforge.net/project/downloading.php?group_id=64424&amp;amp;use_mirror=osdn&amp;amp;filename=ORG_v0.88.msi Report Generator Installer]&lt;br /&gt;
&lt;br /&gt;
The source code for latest stable version can be downloaded from here (updated on 11/1/2006): [http://prdownloads.sourceforge.net/owasp/ReportGenerator.zip Report Generator Source]&lt;br /&gt;
&lt;br /&gt;
This project is in active development and the latest version can be obtained from [http://owasp-code-central.googlecode.com/svn/trunk/labs/ReportGenerator Google SVN]&lt;br /&gt;
&lt;br /&gt;
'''Instructions for using the zip file'''&lt;br /&gt;
&lt;br /&gt;
1) Unzip the files &lt;br /&gt;
&lt;br /&gt;
2) Run regAuthenticPlugin.bat to register the AuthenticPlugin&lt;br /&gt;
&lt;br /&gt;
3) Open the solution in VS.Net 2k5.  You can use any version of VS but the primary version used for development is the express edition.  &lt;br /&gt;
&lt;br /&gt;
4) More than likely you need to modify the references area to use the local files for [IxInterop|AxInterop].XMLSPYPLUGIN.  &lt;br /&gt;
&lt;br /&gt;
5) For Windows 64bit, do the following: In the project properties, select &amp;quot;Build Events&amp;quot; then in Post-build event command line add the following lines:&lt;br /&gt;
&lt;br /&gt;
call &amp;quot;$(DevEnvDir)..\tools\vsvars32.bat&amp;quot;&lt;br /&gt;
&lt;br /&gt;
editbin.exe /NXCOMPAT:NO &amp;quot;$(TargetPath)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
6) Then try and compile and you should be good to go.  If not contact Mike and we will work with you to get it all straightened out and so we can adjust this process.&lt;br /&gt;
&lt;br /&gt;
== ORG Development  ==&lt;br /&gt;
&lt;br /&gt;
The current version under development is v0.86 and you can see the change log here: [[ORG (Owasp Report Generator) - Change Log]]&lt;br /&gt;
&lt;br /&gt;
The current Todo is here: [[ORG (Owasp Report Generator) - To Do]]&lt;br /&gt;
&lt;br /&gt;
== Getting setup for an assessment ==&lt;br /&gt;
&lt;br /&gt;
'''Step 1)''' Create a profile for you to use on your computer.  You can do this on the first screen that will be encountered when running ORG.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Profile_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
Once the information has been inputted click on “Start Pen Test Reporter” and you are ready to start adding new projects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2)''' The next step is to create a project.  With the “Current and Archived Projects” window open make sure that the project metadata tab is selected.  From there in the lower left hand corner you will see an area to type in a new project and then click “Add”.  You will then see a window like the one below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Project_setup_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
You can now type in the pertinent information about your project.  After that you are ready to identify your targets and start attacking (i.e. the fun part!).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3)''' Next click on the targets tab, this will allow you to define the targets for your assessment.  Below is a screen shot of an example of a target during an assessment.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Org_target_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
The above area gives you the logistics of the target things like name, IP(s), the type of target and common dns names.  The bottom area allows you to put files related to the target.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also import in targets from an NMap scan if you use the xml output file option.  To do import targets click the “Import Targets” button and select the saved scan.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4)''' After defining the attack targets you can specify the individual tasks you wish to perform on the targets.  A screen like the one below should be shown.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Org_target_tasks_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
Using this screen you can manage the tasks that need to be done for an assessment, things like information gathering, auditing of source code and other tasks that are normally done during a security audit.  You can specify the state of each task with the drop down in the status column.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We now have all the background information but we need a way to let our customers know what we have found that is where the findings tab comes into play.&lt;br /&gt;
&lt;br /&gt;
== Recording assessment findings ==&lt;br /&gt;
During an assessment you can record all your findings using the findings tab in the projects form.  All findings must be associated to a target.  An example findings window is below.  These findings will later be added to reports that you will give to your customers. &lt;br /&gt;
&lt;br /&gt;
[[Image:Org_findings_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
You can add screenshots to the additional details area of the findings screen as well.  To create findings use the “Add Finding” area.  This will give you a blank slate and initially use the simple mode.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change the template for the editor by using the drop down labeled “Editor Template To Use”.  There are two other options besides simple mode they are: Authentic – All Fields Mode and Windows Explorer.  The all fields mode allows you to specify more detailed information.  While, the windows explorer mode allows you to add other artifacts related to this finding, like code excerpts, PoC code, etc…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After we are done finding all the holes in our targets we need to report them to our customers.  &lt;br /&gt;
&lt;br /&gt;
== Reporting Our Findings ==&lt;br /&gt;
'''Step 1)''' Click on the “Report Contents” tab and fill out the information there.  This will be later used for the executive summary and other reports that need to be ran.  Below is an example screen of the report contents filled out. &lt;br /&gt;
&lt;br /&gt;
[[Image:Org_report_contents_tab_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click on ”Save Report Contents” and we are ready for the next step generating a report.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2)''' The first thing to do is click on the “Report Pdf” tab. Select the xslt you wish to use for the report then select “FOP” for what you want to create the report with.  Then click on “Create report files using”.  After clicking on the button a small PDF reader will show up on the form.  You can then save the report to wherever you wish.  An example screen shot is below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Org_pdf_report_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
The other way to create reports is by click on the reports button at the very top.  You will see a screen like the one below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Org_reports_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Adding new entries into drop downs ==&lt;br /&gt;
A user has the ability to modify the values in the drop downs in the targets, findings, project details and target tasks by modifying the any sps files under &amp;lt;Application_Path&amp;gt;/VulnReport_Files/sps/.  &lt;br /&gt;
&lt;br /&gt;
== ORG Active Developers ==&lt;br /&gt;
&lt;br /&gt;
* [[ORG (Owasp Report Generator) - Mike de Libero]]&lt;br /&gt;
* [[ORG (Owasp Report Generator) - Dinis Cruz]]&lt;br /&gt;
&lt;br /&gt;
Other related [[https://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=105632 OWASP .Net Project Downloads]]&lt;br /&gt;
&lt;br /&gt;
== Building the Installer ==&lt;br /&gt;
ORG is built using the WiX installer [http://wix.sourceforge.net/].  The assumption is that the folder housing the WiX libraries is in your search path.  &lt;br /&gt;
&lt;br /&gt;
* Setup a directory like the below screen shot&lt;br /&gt;
** '''Note''' the following files can be found in the Google SVN: BuildInstaller.bat, FOP.zip.txt, regAuthenticPlugin.bat, ORG_v0.88.wxs, ORG_CONFIG_FILEs.zip.txt, AuthenticPlugin.zip.txt, AxInterop.PdfLib.dll, AxInterop.SHDocVw.dll, AxInterop.XMLSPYPLUGINLib.dll, ICSharpCode.TextEditor.dll, ICSharpCode.TextEditor.dll, Interop.SHDocVw.dll, Interop.XMLSPYPLUGINLib.dll, SharpZipLib.dll&lt;br /&gt;
[[Image:Org_installer_files_ss.gif]]&lt;br /&gt;
* Run the batch script BuildInstaller.bat&lt;br /&gt;
&lt;br /&gt;
When a new version of the installer needs to be built the ID for the product element needs to be replaced along with the version information.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ==== Project Identification ====&lt;br /&gt;
{{Template:OWASP Report Generator Project - GPC Tab}}&lt;br /&gt;
[[Category:OWASP Project|Report Generator)]]&lt;br /&gt;
[[Category:OWASP .NET Project]]&lt;br /&gt;
[[Category:OWASP Tool]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Alpha Quality Tool]] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Project Identification ====&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project|Report Generator)]]&lt;br /&gt;
[[Category:OWASP .NET Project]]&lt;br /&gt;
[[Category:OWASP Tool]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Alpha Quality Tool]]&lt;br /&gt;
&lt;br /&gt;
{{Template:OWASP Project Identification Tab&lt;br /&gt;
| project_name = OWASP Report Generator Project&lt;br /&gt;
| project_description = The ORG (OWASP Report Generator) is a multi-purpose reporting tool designed to be extensible for various reporting needs. By using what is known as a provider model, report providers can be plugged in to ORG. OWASP Report Providers will include Penetration Testing and SDL. The Penetration Testing Report Provider supports the documentation and reporting of security vulnerabilities discovered during security audits. The SDL Report Provider supports the documentation and reporting requirements of the Secure Development Lifecycle. Beyond OWASP Report Providers, the community can leverage the ORG for their own reporting needs. &lt;br /&gt;
| project_license = [http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License]&lt;br /&gt;
| leader_name = Mark Roxberry&lt;br /&gt;
| leader_email = &lt;br /&gt;
| leader_username = Mroxberr&lt;br /&gt;
| maintainer_name = Mark Roxberry&lt;br /&gt;
| maintainer_email = &lt;br /&gt;
| maintainer_username = Mroxberr&lt;br /&gt;
| contributor_name1 =&lt;br /&gt;
| contributor_email1 = &lt;br /&gt;
| contributor_username1 =&lt;br /&gt;
| contributor_name2 = &lt;br /&gt;
| contributor_email2 = &lt;br /&gt;
| contributor_username2 = &lt;br /&gt;
| contributor_name3 = &lt;br /&gt;
| contributor_email3 = &lt;br /&gt;
| contributor_username3 = &lt;br /&gt;
| contributor_name4 = &lt;br /&gt;
| contributor_email4 = &lt;br /&gt;
| contributor_username4 = &lt;br /&gt;
| contributor_name5 = &lt;br /&gt;
| contributor_email5 = &lt;br /&gt;
| contributor_username5 = &lt;br /&gt;
| contributor_name6 = &lt;br /&gt;
| contributor_email6 = &lt;br /&gt;
| contributor_username6 = &lt;br /&gt;
| contributor_name7 = &lt;br /&gt;
| contributor_email7 = &lt;br /&gt;
| contributor_username7 = &lt;br /&gt;
| contributor_name8 = &lt;br /&gt;
| contributor_email8 = &lt;br /&gt;
| contributor_username8 = &lt;br /&gt;
| contributor_name9 = &lt;br /&gt;
| contributor_email9 = &lt;br /&gt;
| contributor_username9 = &lt;br /&gt;
| contributor_name10 = &lt;br /&gt;
| contributor_email10 = &lt;br /&gt;
| contributor_username10 =  &lt;br /&gt;
| pamphlet_link = &lt;br /&gt;
| presentation_link = &lt;br /&gt;
| mailing_list_name = owasp-org&lt;br /&gt;
| links_url1 = http://code.google.com/p/org2/&lt;br /&gt;
| links_name1 = Code&lt;br /&gt;
| links_url2 = http://owasprox.blogspot.com/search/label/org2&lt;br /&gt;
| links_name2 = Blog&lt;br /&gt;
| links_url3 = &lt;br /&gt;
| links_name3 = &lt;br /&gt;
| links_url4 = &lt;br /&gt;
| links_name4 = &lt;br /&gt;
| links_url5 = &lt;br /&gt;
| links_name5 = &lt;br /&gt;
| links_url6 = &lt;br /&gt;
| links_name6 = &lt;br /&gt;
| links_url7 = &lt;br /&gt;
| links_name7 = &lt;br /&gt;
| links_url8 = &lt;br /&gt;
| links_name8 = &lt;br /&gt;
| links_url9 = &lt;br /&gt;
| links_name9 = &lt;br /&gt;
| links_url10 = &lt;br /&gt;
| links_name10 = &lt;br /&gt;
| project_road_map = http://code.google.com/p/org2/wiki/RoadMap&lt;br /&gt;
| project_health_status = &lt;br /&gt;
| current_release_name = ORG v.088 &lt;br /&gt;
| current_release_date = August 2009&lt;br /&gt;
| current_release_download_link = http://sourceforge.net/project/downloading.php?group_id=64424&amp;amp;use_mirror=osdn&amp;amp;filename=ORG_v0.88.msi&lt;br /&gt;
| current_release_details = :Category:OWASP_Report_Generator_Project_-_ORG_v.088_Release&lt;br /&gt;
| current_release_rating = - 1&lt;br /&gt;
| current_release_leader_name = Dinis Cruz&lt;br /&gt;
| current_release_leader_email = &lt;br /&gt;
| current_release_leader_username = Dinis.cruz&lt;br /&gt;
| last_reviewed_release_name = &lt;br /&gt;
| last_reviewed_release_date = &lt;br /&gt;
| last_reviewed_release_download_link = &lt;br /&gt;
| last_reviewed_release_rating = &lt;br /&gt;
| last_reviewed_release_leader_name = &lt;br /&gt;
| last_reviewed_release_leader_email = &lt;br /&gt;
| last_reviewed_release_leader_username = &lt;br /&gt;
| old_release_name1 = &lt;br /&gt;
| old_release_date1 = &lt;br /&gt;
| old_release_download_link1 = &lt;br /&gt;
| old_release_name2 = &lt;br /&gt;
| old_release_date2 = &lt;br /&gt;
| old_release_download_link2 = &lt;br /&gt;
| old_release_name3 = &lt;br /&gt;
| old_release_date3 = &lt;br /&gt;
| old_release_download_link3 = &lt;br /&gt;
| old_release_name4 = &lt;br /&gt;
| old_release_date4 = &lt;br /&gt;
| old_release_download_link4 = &lt;br /&gt;
| old_release_name5 = &lt;br /&gt;
| old_release_date5 = &lt;br /&gt;
| old_release_download_link5 = &lt;br /&gt;
}} &lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=145273</id>
		<title>HTML5 Security Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML5_Security_Cheat_Sheet&amp;diff=145273"/>
				<updated>2013-02-20T22:29:47Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: vanity change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction  =&lt;br /&gt;
&lt;br /&gt;
The following cheat sheet serves as a guide for implementing HTML 5 in a secure fashion. &lt;br /&gt;
&lt;br /&gt;
=  General Guidelines =&lt;br /&gt;
&lt;br /&gt;
== Communication APIs ==&lt;br /&gt;
&lt;br /&gt;
=== Web Messaging  ===&lt;br /&gt;
&lt;br /&gt;
Web Messaging, also known as Cross Domain Messaging provides a means of messaging between documents from different origins in a way which is generally safer than the multiple hacks used in the past to accomplish this task, however, there are still some recommendations to keep in mind: &lt;br /&gt;
&lt;br /&gt;
*When posting a message, explicitly state the expected origin as the second argument to &amp;lt;tt&amp;gt;postMessage&amp;lt;/tt&amp;gt; rather than &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; in order to prevent sending the message to an unknown origin after a redirect or some other means of the target window's origin changing. &lt;br /&gt;
*The receiving page should '''always''': &lt;br /&gt;
**Check the &amp;lt;tt&amp;gt;origin&amp;lt;/tt&amp;gt; attribute of the sender to verify the data is originating from the expected location, and &lt;br /&gt;
**Perform input validation on the &amp;lt;tt&amp;gt;data&amp;lt;/tt&amp;gt; attribute of the event to ensure it's in the desired format.&lt;br /&gt;
*Don't assume you have control over data attribute. Single [[Cross-site_Scripting_(XSS)|Cross Site Scripting]] flaw in sending page allows attacker to send messages of any given format.&lt;br /&gt;
*Both pages should only interpret the exchanged messages as '''data'''. Never evaluate passed messages as code (e.g. via eval() )&amp;amp;nbsp;or insert it to a page DOM (e.g. via&amp;amp;nbsp;innerHTML) as that would create a DOM based XSS vulnerability. For more information see [[DOM based XSS Prevention Cheat Sheet|DOM based XSS Prevention Cheat Sheet]].&lt;br /&gt;
*To assign the data value to an element, instead of using a insecure method like &amp;lt;tt&amp;gt;element.innerHTML = data;&amp;lt;/tt&amp;gt; use the safer option &amp;lt;tt&amp;gt;element.textContent = data;&amp;lt;/tt&amp;gt;&lt;br /&gt;
*Check the origin properly exactly to match the FQDN(s) you expect. Note that the following code: &amp;lt;tt&amp;gt; if(message.orgin.indexOf(&amp;quot;.owasp.org&amp;quot;)!=-1) { /* ... */ }&amp;lt;/tt&amp;gt; is very insecure and will not have the desired behavior as www.owasp.org.attacker.com will match.&lt;br /&gt;
*If you need to embed external content/untrusted gadgets and allow user-controlled scripts which is highly discouraged, consider use a JavaScript rewriting framework such as [http://code.google.com/p/google-caja/ Google Caja] or check the information on [[#Sandboxed frames|sandboxed frames]]&lt;br /&gt;
&lt;br /&gt;
=== Cross Origin Resource Sharing  ===&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to &amp;lt;tt&amp;gt;XMLHttpRequest.open&amp;lt;/tt&amp;gt;, current browsers allow these URLs to be cross domain and this behavior can lead to code injection by a remote attacker. Pay extra attention to absolute URLs.&lt;br /&gt;
*Ensure that URLs responding with &amp;lt;tt&amp;gt;Access-Control-Allow-Origin: *&amp;lt;/tt&amp;gt; do not include any sensitive content or information that might aid attacker in further attacks. Use &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt; header only on chosen URLs that need to be accessed cross-domain. Don't use the header for the whole domain. &lt;br /&gt;
*Take special care when using &amp;lt;tt&amp;gt;Access-Control-Allow-Credentials: true&amp;lt;/tt&amp;gt; response header. Whitelist the allowed Origins and never echo back the &amp;lt;tt&amp;gt;Origin&amp;lt;/tt&amp;gt; request header in &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt;. &lt;br /&gt;
*Allow only selected, trusted domains in &amp;lt;tt&amp;gt;Access-Control-Allow-Origin&amp;lt;/tt&amp;gt; header. Prefer whitelisting domains over blacklisting or allowing any domain (either through &amp;lt;tt&amp;gt;*&amp;lt;/tt&amp;gt; wildcard or echoing the &amp;lt;tt&amp;gt;Origin&amp;lt;/tt&amp;gt; header content). &lt;br /&gt;
*Keep in mind that CORS does not prevent the requested data from going to an un-authenticated location - it's still important for the server to perform usual [[Cross-Site Request Forgery (CSRF)|CSRF]] prevention. &lt;br /&gt;
*While the RFC recommends a pre-flight request with the &amp;lt;tt&amp;gt;OPTIONS&amp;lt;/tt&amp;gt; verb, current implementations might not perform this request, so it's important that &amp;quot;ordinary&amp;quot; (&amp;lt;tt&amp;gt;GET&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;POST&amp;lt;/tt&amp;gt;) requests perform any access control necessary.&lt;br /&gt;
*For performance reasons pre-flight requests may be cached in client-side for certain amount of time (controlled by Access-Control-Max-Age header). The security model of CORS can be bypassed in case of header injection vulnerabilities in combination with pre-flight caching so add measures to prevent [[HTTP_Response_Splitting]] vulnerabilities in server side.&lt;br /&gt;
*Discard requests received over plain HTTP with HTTPS origins to prevent mixed content bugs.&lt;br /&gt;
*Don't rely only on the Origin header for Access Control checks. Browser always sends this header in CORS requests, but may be spoofed outside the browser. Application-level protocols should be used to protect sensitive data.&lt;br /&gt;
&lt;br /&gt;
=== WebSockets  ===&lt;br /&gt;
&lt;br /&gt;
*Drop backward compatibility in implemented client/servers and use only protocol versions above hybi-00. Popular Hixie-76 version (hiby-00) and olders are outdated and insecure. &lt;br /&gt;
*Recommended version supported in latest versions of all current browsers is [http://tools.ietf.org/html/rfc6455 RFC 6455] (Supported by Firefox 11+, Chrome 16+, Safari 6, Opera 12.50 and IE10).&lt;br /&gt;
*While it is relatively easy to tunnel TCP services through WebSockets (e.g. VNC, FTP), doing so enables access to these tunneled services for the in-browser attacker in case of a Cross-Site-Scripting attack. These services might also be called directly from a malicious page or program. &lt;br /&gt;
*The protocol doesn't handle authorization and/or authentication. Application-level protocols should handle that separately in case sensitive data is being transferred.&lt;br /&gt;
*Process the messages received by the websocket as data. Don't try to assign it directly to the DOM nor evaluate as code. If the response is JSON never use the insecure eval() function, use the safe option JSON.parse() instead.&lt;br /&gt;
*Endpoints exposed through &amp;lt;tt&amp;gt;ws://&amp;lt;/tt&amp;gt; protocol are easily reversible to plaintext. Only &amp;lt;tt&amp;gt;wss://&amp;lt;/tt&amp;gt; (WebSockets over SSL/TLS) should be used for protection against Man-In-The-Middle attacks &lt;br /&gt;
*Spoofing the client is possible outside browser, so WebSockets server should be able to handle incorrect/malicious input. Always validate input coming from the remote site, as it might have been altered. &lt;br /&gt;
*When implementing servers, check the &amp;lt;tt&amp;gt;Origin:&amp;lt;/tt&amp;gt; header in Websockets handshake. Though it might be spoofed outside browser, browsers always add the Origin of the page which initiated Websockets connection. &lt;br /&gt;
*As WebSockets client in browser is accessible through Javascript calls, all Websockets communication can be spoofed or hijacked through [[Cross Site Scripting Flaw|Cross-Site-Scripting]]. Always validate data coming through WebSockets connection.&lt;br /&gt;
&lt;br /&gt;
=== Server-Sent Events ===&lt;br /&gt;
&lt;br /&gt;
*Validate URLs passed to the &amp;lt;tt&amp;gt;EventSource&amp;lt;/tt&amp;gt; constructor, even though only same-origin URLs are allowed.&lt;br /&gt;
*As mentioned before, process the messages (&amp;lt;tt&amp;gt;event.data&amp;lt;/tt&amp;gt;) as data and never evaluate the content as HTML or script code.&lt;br /&gt;
*Check always the origin attribute of the message (&amp;lt;tt&amp;gt;event.origin&amp;lt;/tt&amp;gt;) to ensure the message is coming from a trusted domain, use a whitelist approach.&lt;br /&gt;
&lt;br /&gt;
== Storage APIs ==&lt;br /&gt;
&lt;br /&gt;
=== Local Storage ===&lt;br /&gt;
&lt;br /&gt;
*Also known as Offline Storage, Web Storage. Underlying storage mechanism may vary from one user agent to the next. In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored. Therefore, it's recommended not to store any sensitive information in local storage.&lt;br /&gt;
*Use the object sessionStorage instead of localStorage if persistent storage is not needed. sessionStorage object is available only to that window/tab until the window is closed.&lt;br /&gt;
*A single [[Cross-site_Scripting_(XSS)|Cross Site Scripting]] can be used to steal all the data in these objects, so again it's recommended not to store sensitive information in local storage.&lt;br /&gt;
*A single [[Cross-site_Scripting_(XSS)|Cross Site Scripting]] can be used to load malicious data into these objects too, so don't consider objects in these to be trusted.&lt;br /&gt;
*Pay extra attention to “localStorage.getItem” and “setItem” calls implemented in HTML5 page. It helps in detecting when developers build solutions that put sensitive information in local storage, which is a bad practice.&lt;br /&gt;
*Do not store session identifiers in local storage as the data is always accesible by JavaScript. Cookies can mitigate this risk using the &amp;lt;tt&amp;gt;httpOnly&amp;lt;/tt&amp;gt; flag.&lt;br /&gt;
*There is no way to restrict the visibility of an object to a specific path like with the attribute path of HTTP Cookies, every object is shared within an origin and protected with the Same Origin Policy. Avoid host multiple applications on the same origin, all of them would share the same localStorage object, use different subdomains instead.&lt;br /&gt;
&lt;br /&gt;
=== Client-side databases  ===&lt;br /&gt;
&lt;br /&gt;
*On November 2010 the W3C announced Web SQL Database (relational SQL database) as a deprecated specification. A new standard Indexed Database API or IndexedDB (formerly WebSimpleDB) is actively developed which provides key/value database storage and methods for performing advanced queries.&lt;br /&gt;
*Underlying storage mechanism may vary from one user agent to the next. In other words, any authentication your application requires can be bypassed by a user with local privileges to the machine on which the data is stored. Therefore, it's recommended not to store any sensitive information in local storage. &lt;br /&gt;
*If utilized, WebDatabase content on client side can be vulnerable to SQLInjection and needs to have proper validation and parametrization.&lt;br /&gt;
*Like Local Storage, a single [[Cross-site_Scripting_(XSS)|Cross Site Scripting]] can be used to load malicious data into a web database too, so don't consider data in these to be trusted either.&lt;br /&gt;
&lt;br /&gt;
== Geolocation  ==&lt;br /&gt;
&lt;br /&gt;
*The Geolocation RFC recommends that the user agent ask the user's permission before calculating location, but whether or how this decision is remembered varies from browser to browser. Some user agents require the user to visit the page again in order to turn off the ability to get the user's location without asking, so for privacy reasons, it's recommended to require user input before calling &amp;lt;tt&amp;gt;getCurrentPosition&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;watchPosition&amp;lt;/tt&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== Web Workers  ==&lt;br /&gt;
&lt;br /&gt;
*Web Workers are allowed to use &amp;lt;tt&amp;gt;XMLHttpRequest&amp;lt;/tt&amp;gt; object to perform in-domain and Cross Origin Resource Sharing requests. See relevant section of this Cheat Sheet to ensure CORS security. &lt;br /&gt;
*While Web Workers don't have access to DOM of the calling page, malicious Web Workers can use excessive CPU for computation, leading to Denial of Service condition or abuse Cross Origin Resource Sharing for further exploitation. Ensure code in all Web Workers scripts is not malevolent. Don't allow creating Web Worker scripts from user supplied input. &lt;br /&gt;
*Validate messages exchanged with a Web Worker. Do not try to exchange snippets of Javascript for evaluation e.g. via eval() as that could introduce a&amp;amp;nbsp;[[DOM Based XSS|DOM Based XSS]]&amp;amp;nbsp;vulnerability.&lt;br /&gt;
&lt;br /&gt;
== Sandboxed frames  ==&lt;br /&gt;
&lt;br /&gt;
*Use the &amp;lt;tt&amp;gt;sandbox&amp;lt;/tt&amp;gt; attribute of an &amp;lt;tt&amp;gt;iframe&amp;lt;/tt&amp;gt; for untrusted content&lt;br /&gt;
&lt;br /&gt;
*The &amp;lt;tt&amp;gt;sandbox&amp;lt;/tt&amp;gt; attribute of an &amp;lt;tt&amp;gt;iframe&amp;lt;/tt&amp;gt; enables restrictions on content within a &amp;lt;tt&amp;gt;iframe&amp;lt;/tt&amp;gt;. The following restrictions are active when the &amp;lt;tt&amp;gt;sandbox&amp;lt;/tt&amp;gt; attribute is set:&lt;br /&gt;
&lt;br /&gt;
#All markup is treated as being from a unique origin &lt;br /&gt;
#All forms and scripts are disabled &lt;br /&gt;
#All links are prevented from targeting other browsing contexts &lt;br /&gt;
#All features that triggers automatically are blocked &lt;br /&gt;
#All plugins are disabled&lt;br /&gt;
&lt;br /&gt;
It is possible to have a [http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox fine-grained control] over &amp;lt;tt&amp;gt;iframe&amp;lt;/tt&amp;gt; capabilities using the value of the &amp;lt;tt&amp;gt;sandbox&amp;lt;/tt&amp;gt; attribute.&lt;br /&gt;
&lt;br /&gt;
*In old versions of user agents where this feature is not supported this attributed will be ignored. Use this feature as an additional layer of protection or check if the browser supports sandboxed frames and only show the untrusted content if supported.&lt;br /&gt;
*Apart from this attribute, to prevent Clickjacking attacks and unsolicited framing it is encouraged to use the header &amp;lt;tt&amp;gt;X-Frame-Options&amp;lt;/tt&amp;gt; which supports the &amp;lt;tt&amp;gt;deny&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;same-origin&amp;lt;/tt&amp;gt; values. Other solutions like framebusting &amp;lt;tt&amp;gt;if(window!== window.top) { window.top.location = location; }&amp;lt;/tt&amp;gt; are not recommended.&lt;br /&gt;
&lt;br /&gt;
== Offline Applications ==&lt;br /&gt;
&lt;br /&gt;
*Wether the user agent requests permission to the user to store data for offline browsing and when this cache is deleted vary from one browser to the next. Cache poisoning is an issue if a user connects through insecure networks, so for privacy reasons it is encouraged to require user input before sending any &amp;lt;tt&amp;gt;manifest&amp;lt;/tt&amp;gt; file.&lt;br /&gt;
*Users should only cache trusted websites and clean the cache after browsing through open or insecure networks.&lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks  ==&lt;br /&gt;
&lt;br /&gt;
*The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported. This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;amp;lt;video&amp;amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed.&lt;br /&gt;
&lt;br /&gt;
== HTTP Headers to enhance security ==&lt;br /&gt;
&lt;br /&gt;
=== X-Frame-Options ===&lt;br /&gt;
&lt;br /&gt;
*This header can be used to prevent ClickJacking in modern browsers (IE6/IE7 don't support this header)&lt;br /&gt;
*Use the &amp;lt;tt&amp;gt;same-origin&amp;lt;/tt&amp;gt; attribute to allow being framed from urls of the same origin or &amp;lt;tt&amp;gt;deny&amp;lt;/tt&amp;gt; to block all. Example: &amp;lt;tt&amp;gt;X-Frame-Options: DENY&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== X-XSS-Protection ===&lt;br /&gt;
&lt;br /&gt;
*Enable XSS filter (only works for Reflected XSS)&lt;br /&gt;
*Example: &amp;lt;tt&amp;gt;X-XSS-Protection: 1; mode=block&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Strict Transport Security ===&lt;br /&gt;
&lt;br /&gt;
*Force every browser request to be sent over TLS/SSL (this can prevent SSL strip attacks)&lt;br /&gt;
*Use includeSubDomains&lt;br /&gt;
*Example: Strict-Transport-Security: max-age=8640000; includeSubDomains&lt;br /&gt;
&lt;br /&gt;
=== Content Security Policy ===&lt;br /&gt;
&lt;br /&gt;
*Policy to define a set of content restrictions for web resources which aims to mitigate web application vulnerabilities such as Cross Site Scripting&lt;br /&gt;
*Example:  X-Content-Security-Policy: allow 'self'; img-src *; object-src media.example.com; script-src js.example.com&lt;br /&gt;
&lt;br /&gt;
=== Origin ===&lt;br /&gt;
&lt;br /&gt;
*Sent by CORS/WebSockets requests&lt;br /&gt;
*There is a proposal to use this header to mitigate CSRF attacks, but is not yet implemented by vendors for this purpose.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
Mark Roxberry - mark.roxberry [at] owasp.org&amp;lt;br/&amp;gt;&lt;br /&gt;
Krzysztof Kotowicz - krzysztof [at] kotowicz.net &amp;lt;br/&amp;gt;&lt;br /&gt;
Will Stranathan - will [at] cltnc.us &amp;lt;br/&amp;gt;&lt;br /&gt;
Shreeraj Shah - shreeraj.shah [at] blueinfy.net &amp;lt;br/&amp;gt;&lt;br /&gt;
Juan Galiana Lara - jgaliana [at] owasp.org&lt;br /&gt;
&lt;br /&gt;
= Other Cheatsheets =&lt;br /&gt;
{{Cheatsheet_Navigation}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=HTML_5_Cheat_Sheet&amp;diff=115763</id>
		<title>HTML 5 Cheat Sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=HTML_5_Cheat_Sheet&amp;diff=115763"/>
				<updated>2011-08-16T01:19:08Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: Initial outline&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
= HTML 5 =&lt;br /&gt;
&lt;br /&gt;
== Browser Securability Chart ==&lt;br /&gt;
There are a few sites charting browser capabilities as they related to the HTML 5 / CSS 3 standard.  I have not seen any that mention security.  There may not be a need for it, but &lt;br /&gt;
e.g. 'sandbox' will be ignored in down browsers, but which HTML 5 compliant browsers support it.  If there are differences in implementations, my assumption is that there will be differences in security configuration / settings.&lt;br /&gt;
&lt;br /&gt;
== Cross Origin Request ==&lt;br /&gt;
&lt;br /&gt;
== Input Validation ==&lt;br /&gt;
&lt;br /&gt;
== Local Storage (a.k.a. Offline Storage, Web Storage) ==&lt;br /&gt;
&lt;br /&gt;
== WebDatabase ==&lt;br /&gt;
&lt;br /&gt;
== WebSockets ==&lt;br /&gt;
&lt;br /&gt;
== Geolocation ==&lt;br /&gt;
&lt;br /&gt;
== Use the &amp;quot;sandbox&amp;quot; attribute for untrusted content (iFrame) ==&lt;br /&gt;
[[http://blog.whatwg.org/whats-next-in-html-episode-2-sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Content Deliverability ==&lt;br /&gt;
CDN or src links to foreign domains = know your content&lt;br /&gt;
&lt;br /&gt;
== Progressive Enhancements and Graceful Degradation Risks ==&lt;br /&gt;
The best practice now is to determine the capabilities that a browser supports and augment with some type of substitute for capabilities that are not directly supported.  This may mean an onion-like element, e.g. falling through to a Flash Player if the &amp;lt;video&amp;gt; tag is unsupported, or it may mean additional scripting code from various sources that should be code reviewed.&lt;br /&gt;
&lt;br /&gt;
= CSS 3 =&lt;br /&gt;
I haven't seen any specific to CSS 3 and it's been a while since I worried about url / !import.  I think privacy leaks are the most well know - e.g. querying global history using :visited (https://bugzilla.mozilla.org/show_bug.cgi?id=147777)&lt;br /&gt;
&lt;br /&gt;
= Javascript and Javascript Frameworks =&lt;br /&gt;
Do we have cheatsheets for Javascript (e.g. use closures, protect the global namespace) or any of the frameworks like JQuery, script.aculo.us, Prototype, Mootools&lt;br /&gt;
&lt;br /&gt;
= Related Cheat Sheets =&lt;br /&gt;
{{Cheatsheet_Navigation}}&lt;br /&gt;
&lt;br /&gt;
= Authors and Primary Editors  =&lt;br /&gt;
&lt;br /&gt;
[[Category:How To]]&lt;br /&gt;
[[Category:Cheatsheets]]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=ORG_(OWASP_Report_Generator)&amp;diff=71238</id>
		<title>ORG (OWASP Report Generator)</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=ORG_(OWASP_Report_Generator)&amp;diff=71238"/>
				<updated>2009-10-09T13:33:18Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==== Main ====&lt;br /&gt;
&lt;br /&gt;
The ORG (OWASP Report Generator) is a tool for Security Consultants that supports the documentation and reporting of security vulnerabilities discovered during security audits.&lt;br /&gt;
&lt;br /&gt;
Currently [[:User:Mroxberr|'''Mark Roxberry''']] leads this project. Formerly the project leader was [[User:Dinis.cruz|Dinis Cruz]]  with strong contributions from [[User:medelibero|Mike de Libero]]. Mike was sponsored under an OWASP Autumn of Code 2006 sponsorship to work on ORG.&lt;br /&gt;
&lt;br /&gt;
== Downloads ==&lt;br /&gt;
&lt;br /&gt;
The latest release of ORG's installer can be found at (updated on 1/15/2007)&lt;br /&gt;
[http://sourceforge.net/project/downloading.php?group_id=64424&amp;amp;use_mirror=osdn&amp;amp;filename=ORG_v0.88.msi Report Generator Installer]&lt;br /&gt;
&lt;br /&gt;
The source code for latest stable version can be downloaded from here (updated on 11/1/2006): [http://prdownloads.sourceforge.net/owasp/ReportGenerator.zip Report Generator Source]&lt;br /&gt;
&lt;br /&gt;
This project is in active development and the latest version can be obtained from [http://owasp-code-central.googlecode.com/svn/trunk/labs/ReportGenerator Google SVN]&lt;br /&gt;
&lt;br /&gt;
'''Instructions for using the zip file'''&lt;br /&gt;
&lt;br /&gt;
1) Unzip the files &lt;br /&gt;
&lt;br /&gt;
2) Run regAuthenticPlugin.bat to register the AuthenticPlugin&lt;br /&gt;
&lt;br /&gt;
3) Open the solution in VS.Net 2k5.  You can use any version of VS but the primary version used for development is the express edition.  &lt;br /&gt;
&lt;br /&gt;
4) More than likely you need to modify the references area to use the local files for [IxInterop|AxInterop].XMLSPYPLUGIN.  &lt;br /&gt;
&lt;br /&gt;
5) Then try and compile and you should be good to go.  If not contact Mike and we will work with you to get it all straightened out and so we can adjust this process.&lt;br /&gt;
&lt;br /&gt;
== ORG Development  ==&lt;br /&gt;
&lt;br /&gt;
The current version under development is v0.86 and you can see the change log here: [[ORG (Owasp Report Generator) - Change Log]]&lt;br /&gt;
&lt;br /&gt;
The current Todo is here: [[ORG (Owasp Report Generator) - To Do]]&lt;br /&gt;
&lt;br /&gt;
== Getting setup for an assessment ==&lt;br /&gt;
&lt;br /&gt;
'''Step 1)''' Create a profile for you to use on your computer.  You can do this on the first screen that will be encountered when running ORG.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Profile_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
Once the information has been inputted click on “Start Pen Test Reporter” and you are ready to start adding new projects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2)''' The next step is to create a project.  With the “Current and Archived Projects” window open make sure that the project metadata tab is selected.  From there in the lower left hand corner you will see an area to type in a new project and then click “Add”.  You will then see a window like the one below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Project_setup_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
You can now type in the pertinent information about your project.  After that you are ready to identify your targets and start attacking (i.e. the fun part!).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 3)''' Next click on the targets tab, this will allow you to define the targets for your assessment.  Below is a screen shot of an example of a target during an assessment.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Org_target_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
The above area gives you the logistics of the target things like name, IP(s), the type of target and common dns names.  The bottom area allows you to put files related to the target.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also import in targets from an NMap scan if you use the xml output file option.  To do import targets click the “Import Targets” button and select the saved scan.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 4)''' After defining the attack targets you can specify the individual tasks you wish to perform on the targets.  A screen like the one below should be shown.  &lt;br /&gt;
&lt;br /&gt;
[[Image:Org_target_tasks_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
Using this screen you can manage the tasks that need to be done for an assessment, things like information gathering, auditing of source code and other tasks that are normally done during a security audit.  You can specify the state of each task with the drop down in the status column.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We now have all the background information but we need a way to let our customers know what we have found that is where the findings tab comes into play.&lt;br /&gt;
&lt;br /&gt;
== Recording assessment findings ==&lt;br /&gt;
During an assessment you can record all your findings using the findings tab in the projects form.  All findings must be associated to a target.  An example findings window is below.  These findings will later be added to reports that you will give to your customers. &lt;br /&gt;
&lt;br /&gt;
[[Image:Org_findings_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
You can add screenshots to the additional details area of the findings screen as well.  To create findings use the “Add Finding” area.  This will give you a blank slate and initially use the simple mode.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can change the template for the editor by using the drop down labeled “Editor Template To Use”.  There are two other options besides simple mode they are: Authentic – All Fields Mode and Windows Explorer.  The all fields mode allows you to specify more detailed information.  While, the windows explorer mode allows you to add other artifacts related to this finding, like code excerpts, PoC code, etc…&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After we are done finding all the holes in our targets we need to report them to our customers.  &lt;br /&gt;
&lt;br /&gt;
== Reporting Our Findings ==&lt;br /&gt;
'''Step 1)''' Click on the “Report Contents” tab and fill out the information there.  This will be later used for the executive summary and other reports that need to be ran.  Below is an example screen of the report contents filled out. &lt;br /&gt;
&lt;br /&gt;
[[Image:Org_report_contents_tab_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
Click on ”Save Report Contents” and we are ready for the next step generating a report.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Step 2)''' The first thing to do is click on the “Report Pdf” tab. Select the xslt you wish to use for the report then select “FOP” for what you want to create the report with.  Then click on “Create report files using”.  After clicking on the button a small PDF reader will show up on the form.  You can then save the report to wherever you wish.  An example screen shot is below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Org_pdf_report_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
The other way to create reports is by click on the reports button at the very top.  You will see a screen like the one below.&lt;br /&gt;
&lt;br /&gt;
[[Image:Org_reports_ss.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Adding new entries into drop downs ==&lt;br /&gt;
A user has the ability to modify the values in the drop downs in the targets, findings, project details and target tasks by modifying the any sps files under &amp;lt;Application_Path&amp;gt;/VulnReport_Files/sps/.  &lt;br /&gt;
&lt;br /&gt;
== ORG Active Developers ==&lt;br /&gt;
&lt;br /&gt;
* [[ORG (Owasp Report Generator) - Mike de Libero]]&lt;br /&gt;
* [[ORG (Owasp Report Generator) - Dinis Cruz]]&lt;br /&gt;
&lt;br /&gt;
Other related [[https://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=105632 OWASP .Net Project Downloads]]&lt;br /&gt;
&lt;br /&gt;
== Building the Installer ==&lt;br /&gt;
ORG is built using the WiX installer [http://wix.sourceforge.net/].  The assumption is that the folder housing the WiX libraries is in your search path.  &lt;br /&gt;
&lt;br /&gt;
* Setup a directory like the below screen shot&lt;br /&gt;
** '''Note''' the following files can be found in the Google SVN: BuildInstaller.bat, FOP.zip.txt, regAuthenticPlugin.bat, ORG_v0.88.wxs, ORG_CONFIG_FILEs.zip.txt, AuthenticPlugin.zip.txt, AxInterop.PdfLib.dll, AxInterop.SHDocVw.dll, AxInterop.XMLSPYPLUGINLib.dll, ICSharpCode.TextEditor.dll, ICSharpCode.TextEditor.dll, Interop.SHDocVw.dll, Interop.XMLSPYPLUGINLib.dll, SharpZipLib.dll&lt;br /&gt;
[[Image:Org_installer_files_ss.gif]]&lt;br /&gt;
* Run the batch script BuildInstaller.bat&lt;br /&gt;
&lt;br /&gt;
When a new version of the installer needs to be built the ID for the product element needs to be replaced along with the version information.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ==== Project Identification ====&lt;br /&gt;
{{Template:OWASP Report Generator Project - GPC Tab}}&lt;br /&gt;
[[Category:OWASP Project|Report Generator)]]&lt;br /&gt;
[[Category:OWASP .NET Project]]&lt;br /&gt;
[[Category:OWASP Tool]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Alpha Quality Tool]] --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Project Identification ====&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP Project|Report Generator)]]&lt;br /&gt;
[[Category:OWASP .NET Project]]&lt;br /&gt;
[[Category:OWASP Tool]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Alpha Quality Tool]]&lt;br /&gt;
&lt;br /&gt;
{{Template:OWASP Project Identification Tab&lt;br /&gt;
| project_name = OWASP Report Generator Project&lt;br /&gt;
| project_description = The ORG (OWASP Report Generator) is a multi-purpose reporting tool designed to be extensible for various reporting needs. By using what is known as a provider model, report providers can be plugged in to ORG. OWASP Report Providers will include Penetration Testing and SDL. The Penetration Testing Report Provider supports the documentation and reporting of security vulnerabilities discovered during security audits. The SDL Report Provider supports the documentation and reporting requirements of the Secure Development Lifecycle. Beyond OWASP Report Providers, the community can leverage the ORG for their own reporting needs. &lt;br /&gt;
| project_license = [http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License]&lt;br /&gt;
| leader_name = Mark Roxberry&lt;br /&gt;
| leader_email = &lt;br /&gt;
| leader_username = Mroxberr&lt;br /&gt;
| maintainer_name = Mark Roxberry&lt;br /&gt;
| maintainer_email = &lt;br /&gt;
| maintainer_username = Mroxberr&lt;br /&gt;
| contributor_name1 = Gary Burns&lt;br /&gt;
| contributor_email1 = &lt;br /&gt;
| contributor_username1 = Gary.m.burns&lt;br /&gt;
| contributor_name2 = &lt;br /&gt;
| contributor_email2 = &lt;br /&gt;
| contributor_username2 = &lt;br /&gt;
| contributor_name3 = &lt;br /&gt;
| contributor_email3 = &lt;br /&gt;
| contributor_username3 = &lt;br /&gt;
| contributor_name4 = &lt;br /&gt;
| contributor_email4 = &lt;br /&gt;
| contributor_username4 = &lt;br /&gt;
| contributor_name5 = &lt;br /&gt;
| contributor_email5 = &lt;br /&gt;
| contributor_username5 = &lt;br /&gt;
| contributor_name6 = &lt;br /&gt;
| contributor_email6 = &lt;br /&gt;
| contributor_username6 = &lt;br /&gt;
| contributor_name7 = &lt;br /&gt;
| contributor_email7 = &lt;br /&gt;
| contributor_username7 = &lt;br /&gt;
| contributor_name8 = &lt;br /&gt;
| contributor_email8 = &lt;br /&gt;
| contributor_username8 = &lt;br /&gt;
| contributor_name9 = &lt;br /&gt;
| contributor_email9 = &lt;br /&gt;
| contributor_username9 = &lt;br /&gt;
| contributor_name10 = &lt;br /&gt;
| contributor_email10 = &lt;br /&gt;
| contributor_username10 =  &lt;br /&gt;
| pamphlet_link = &lt;br /&gt;
| presentation_link = &lt;br /&gt;
| mailing_list_name = owasp-org&lt;br /&gt;
| links_url1 = http://code.google.com/p/org2/&lt;br /&gt;
| links_name1 = Code&lt;br /&gt;
| links_url2 = http://owasprox.blogspot.com/search/label/org2&lt;br /&gt;
| links_name2 = Blog&lt;br /&gt;
| links_url3 = &lt;br /&gt;
| links_name3 = &lt;br /&gt;
| links_url4 = &lt;br /&gt;
| links_name4 = &lt;br /&gt;
| links_url5 = &lt;br /&gt;
| links_name5 = &lt;br /&gt;
| links_url6 = &lt;br /&gt;
| links_name6 = &lt;br /&gt;
| links_url7 = &lt;br /&gt;
| links_name7 = &lt;br /&gt;
| links_url8 = &lt;br /&gt;
| links_name8 = &lt;br /&gt;
| links_url9 = &lt;br /&gt;
| links_name9 = &lt;br /&gt;
| links_url10 = &lt;br /&gt;
| links_name10 = &lt;br /&gt;
| project_road_map = http://code.google.com/p/org2/wiki/RoadMap&lt;br /&gt;
| project_health_status = &lt;br /&gt;
| current_release_name = ORG v.088 &lt;br /&gt;
| current_release_date = August 2009&lt;br /&gt;
| current_release_download_link = http://sourceforge.net/project/downloading.php?group_id=64424&amp;amp;use_mirror=osdn&amp;amp;filename=ORG_v0.88.msi&lt;br /&gt;
| current_release_details = :Category:OWASP_Report_Generator_Project_-_ORG_v.088_Release&lt;br /&gt;
| current_release_rating = - 1&lt;br /&gt;
| current_release_leader_name = Dinis Cruz&lt;br /&gt;
| current_release_leader_email = &lt;br /&gt;
| current_release_leader_username = Dinis.cruz&lt;br /&gt;
| last_reviewed_release_name = &lt;br /&gt;
| last_reviewed_release_date = &lt;br /&gt;
| last_reviewed_release_download_link = &lt;br /&gt;
| last_reviewed_release_rating = &lt;br /&gt;
| last_reviewed_release_leader_name = &lt;br /&gt;
| last_reviewed_release_leader_email = &lt;br /&gt;
| last_reviewed_release_leader_username = &lt;br /&gt;
| old_release_name1 = &lt;br /&gt;
| old_release_date1 = &lt;br /&gt;
| old_release_download_link1 = &lt;br /&gt;
| old_release_name2 = &lt;br /&gt;
| old_release_date2 = &lt;br /&gt;
| old_release_download_link2 = &lt;br /&gt;
| old_release_name3 = &lt;br /&gt;
| old_release_date3 = &lt;br /&gt;
| old_release_download_link3 = &lt;br /&gt;
| old_release_name4 = &lt;br /&gt;
| old_release_date4 = &lt;br /&gt;
| old_release_download_link4 = &lt;br /&gt;
| old_release_name5 = &lt;br /&gt;
| old_release_date5 = &lt;br /&gt;
| old_release_download_link5 = &lt;br /&gt;
}} &lt;br /&gt;
__NOTOC__ &amp;lt;headertabs /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Template:OWASP_Report_Generator_Project_-_GPC_Tab_-_Project_Information&amp;diff=66537</id>
		<title>Template:OWASP Report Generator Project - GPC Tab - Project Information</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Template:OWASP_Report_Generator_Project_-_GPC_Tab_-_Project_Information&amp;diff=66537"/>
				<updated>2009-07-24T17:26:45Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ Template:Project Information&lt;br /&gt;
&lt;br /&gt;
| Project Name &lt;br /&gt;
= OWASP Report Generator Project&lt;br /&gt;
&lt;br /&gt;
| Purpose &lt;br /&gt;
= The ORG (OWASP Report Generator) is a multi-purpose reporting tool designed to be extensible for various reporting needs.   By using what is known as a provider model, report providers can be plugged in to ORG.  OWASP Report Providers will include Penetration Testing and SDL.  The Penetration Testing Report Provider supports the documentation and reporting of security vulnerabilities discovered during security audits.  The SDL Report Provider supports the documentation and reporting requirements of the Secure Development Lifecycle.  Beyond OWASP Report Providers, the community can leverage the ORG for their own reporting needs.&lt;br /&gt;
&lt;br /&gt;
| Project License &lt;br /&gt;
= [http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License]&lt;br /&gt;
&lt;br /&gt;
| Project Leader - Name &lt;br /&gt;
= [[:user:Mroxberr|Mark Roxberry]]&lt;br /&gt;
&lt;br /&gt;
| Project Maintainer - Name &lt;br /&gt;
= [[:user:Mroxberr|Mark Roxberry]]&lt;br /&gt;
&lt;br /&gt;
| Project Contributor(s) - Name(s) &lt;br /&gt;
= [[:User:Gary.m.burns|Gary Burns]]&lt;br /&gt;
 &lt;br /&gt;
| 3x slide presentation  &lt;br /&gt;
= To Do&lt;br /&gt;
&lt;br /&gt;
| Project Flyer/Pamphlet &lt;br /&gt;
= To Do&lt;br /&gt;
&lt;br /&gt;
| Mail list              &lt;br /&gt;
= [https://lists.owasp.org/mailman/admin/owasp-org Subscribe or read the archives]&lt;br /&gt;
&lt;br /&gt;
| Project Roadmap        &lt;br /&gt;
= http://code.google.com/p/org2/wiki/RoadMap &lt;br /&gt;
&lt;br /&gt;
| Project main links     &lt;br /&gt;
= [http://code.google.com/p/org2/ Code], [http://owasprox.blogspot.com/search/label/org2 Blog]&lt;br /&gt;
&lt;br /&gt;
| Project Health         &lt;br /&gt;
= [[Image:Yellow button.JPG|25px]] [[:Category:OWASP Report Generator Project - Health Assessment|Not reviewed]]&lt;br /&gt;
&lt;br /&gt;
| Assessment Criteria Version &lt;br /&gt;
= [[:Assessing Project Health|Assessment Criteria v2.0]]&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Encrypted_Syndication_Project&amp;diff=64766</id>
		<title>Category:OWASP Encrypted Syndication Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Encrypted_Syndication_Project&amp;diff=64766"/>
				<updated>2009-06-22T21:31:40Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Joining the Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Tool]]&lt;br /&gt;
[[Category:OWASP Alpha Quality Tool]]&lt;br /&gt;
&lt;br /&gt;
==== Main ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
'''Vision'''&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
'''Architecture'''&lt;br /&gt;
&lt;br /&gt;
==== Roadmap ====&lt;br /&gt;
&lt;br /&gt;
==== Tracking ====&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
==== References ====&lt;br /&gt;
&lt;br /&gt;
==== Procedures ====&lt;br /&gt;
&lt;br /&gt;
==== Project Identification ====&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joining the Project==&lt;br /&gt;
&lt;br /&gt;
Project mailing list: https://lists.owasp.org/mailman/listinfo/owasp_encrypted_syndication&lt;br /&gt;
&lt;br /&gt;
The Project code is hosted at Codeplex: http://encryptsyn.codeplex.com/&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Cryttr_-_Encrypted_Twitter_Project&amp;diff=64357</id>
		<title>Category:OWASP Cryttr - Encrypted Twitter Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Cryttr_-_Encrypted_Twitter_Project&amp;diff=64357"/>
				<updated>2009-06-18T16:46:50Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Tool]]&lt;br /&gt;
[[Category:OWASP Alpha Quality Tool]]&lt;br /&gt;
&lt;br /&gt;
==== Main ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
Cryttr is a set of client tools to enable encrypted syndication and provide a front end to protect user's content.  The proof of concept uses Twitter and the Twitter API to post encrypted &amp;quot;tweets&amp;quot; and decrypt &amp;quot;tweets&amp;quot; using a shared passkey.  Cryttr uses the &amp;quot;encrypted syndication protocol&amp;quot; to connect to open internet resources via published APIs to encrypt and decrypt syndicated content.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Vision'''&lt;br /&gt;
&lt;br /&gt;
* Cryttr protects messages and allows user to control syndication of protected messages&lt;br /&gt;
* Storage providers cannot index or aggregate information from published encrypted messages&lt;br /&gt;
* Cryttr is simple to use, simple to install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
* Create a simple method for key exchange / project membership (ESP)&lt;br /&gt;
* Create a provider model to access popular open blog/social networking API's (Blogger, Wordpress, Flickr, Facebook) (ESP)&lt;br /&gt;
* Create a provider model to subscribe to syndicated feed types, e.g. RSS, ATOM. (ESP)&lt;br /&gt;
* Provide the ability to serialize and transfer documents as &amp;quot;posts&amp;quot;. (ESP)&lt;br /&gt;
* Design UI to switch providers&lt;br /&gt;
* Cryttr for Flash&lt;br /&gt;
* Cryttr for Android&lt;br /&gt;
* Cryttr for Desktops&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Architecture'''&lt;br /&gt;
&lt;br /&gt;
(WIP)&lt;br /&gt;
* Server Components&lt;br /&gt;
* Client Components&lt;br /&gt;
* Client UI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Roadmap ====&lt;br /&gt;
&lt;br /&gt;
==== Tracking ====&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
==== References ====&lt;br /&gt;
&lt;br /&gt;
==== Procedures ====&lt;br /&gt;
&lt;br /&gt;
==== Project Identification ====&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Joining the Project==&lt;br /&gt;
&lt;br /&gt;
If you'd like to contribute visit the [http://www.codeplex.com/cryttr Cryttr Project Workspace],&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Cryttr_-_Encrypted_Twitter_Project&amp;diff=64356</id>
		<title>Category:OWASP Cryttr - Encrypted Twitter Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Cryttr_-_Encrypted_Twitter_Project&amp;diff=64356"/>
				<updated>2009-06-18T16:42:07Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Tool]]&lt;br /&gt;
[[Category:OWASP Alpha Quality Tool]]&lt;br /&gt;
&lt;br /&gt;
==== Main ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
Cryttr is a set of client tools to enable encrypted syndication and provide a front end to protect user's content.  The proof of concept uses Twitter and the Twitter API to post encrypted &amp;quot;tweets&amp;quot; and decrypt &amp;quot;tweets&amp;quot; using a shared passkey.  Cryttr uses the &amp;quot;encrypted syndication protocol&amp;quot; to connect to open internet resources via published APIs to encrypt and decrypt syndicated content.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Vision'''&lt;br /&gt;
&lt;br /&gt;
* Cryttr protects messages and allows user to control syndication of protected messages&lt;br /&gt;
* Storage providers cannot index or aggregate information from published encrypted messages&lt;br /&gt;
* Cryttr is simple to use, simple to install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
* Create a simple method for key exchange / project membership (ESP)&lt;br /&gt;
* Create a provider model to access popular open blog/social networking API's (Blogger, Wordpress, Flickr, Facebook) (ESP)&lt;br /&gt;
* Create a provider model to subscribe to syndicated feed types, e.g. RSS, ATOM. (ESP)&lt;br /&gt;
* Provide the ability to serialize and transfer documents as &amp;quot;posts&amp;quot;. (ESP)&lt;br /&gt;
* Design UI to switch providers&lt;br /&gt;
* Cryttr for Flash&lt;br /&gt;
* Cryttr for Android&lt;br /&gt;
* Cryttr for Desktops&lt;br /&gt;
&lt;br /&gt;
'''Architecture'''&lt;br /&gt;
(WIP)&lt;br /&gt;
* Server Components&lt;br /&gt;
* Client Components&lt;br /&gt;
* Client UI&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Roadmap ====&lt;br /&gt;
&lt;br /&gt;
==== Tracking ====&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
==== References ====&lt;br /&gt;
&lt;br /&gt;
==== Procedures ====&lt;br /&gt;
&lt;br /&gt;
==== Project Identification ====&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_Cryttr_-_Encrypted_Twitter_Project&amp;diff=64355</id>
		<title>Category:OWASP Cryttr - Encrypted Twitter Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_Cryttr_-_Encrypted_Twitter_Project&amp;diff=64355"/>
				<updated>2009-06-18T16:36:40Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Tool]]&lt;br /&gt;
[[Category:OWASP Alpha Quality Tool]]&lt;br /&gt;
&lt;br /&gt;
==== Main ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
Cryttr is a set of client tools to enable encrypted syndication and provide a front end to protect user's content.  The proof of concept uses Twitter and the Twitter API to post encrypted &amp;quot;tweets&amp;quot; and decrypt &amp;quot;tweets&amp;quot; using a shared passkey.  Cryttr uses the &amp;quot;encrypted syndication protocol&amp;quot; to connect to open internet resources via published APIs to encrypt and decrypt syndicated content.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Vision'''&lt;br /&gt;
&lt;br /&gt;
* Cryttr protects messages and allows user to control syndication of protected messages&lt;br /&gt;
* Storage providers cannot index or aggregate information from published encrypted messages&lt;br /&gt;
* Cryttr is simple to use, simple to install&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
* Create a simple method for key exchange / project membership&lt;br /&gt;
* Create a provider model to access popular open blog/social networking API's (Blogger, Wordpress, Flickr, Facebook)&lt;br /&gt;
* Create a provider model to subscribe to syndicated feed types, e.g. RSS, ATOM.&lt;br /&gt;
* Provide the ability to serialize and transfer documents as &amp;quot;posts&amp;quot;.&lt;br /&gt;
* Improve UI to switch providers&lt;br /&gt;
* Cryttr for Flash&lt;br /&gt;
* Cryttr for Android&lt;br /&gt;
* Cryttr for Desktops&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Roadmap ====&lt;br /&gt;
&lt;br /&gt;
==== Tracking ====&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
&lt;br /&gt;
==== References ====&lt;br /&gt;
&lt;br /&gt;
==== Procedures ====&lt;br /&gt;
&lt;br /&gt;
==== Project Identification ====&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=.NET_Penetration_Testing&amp;diff=62235</id>
		<title>.NET Penetration Testing</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=.NET_Penetration_Testing&amp;diff=62235"/>
				<updated>2009-05-27T14:36:29Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! .NET Security Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[OWASP WebGoat Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==.NET Penetration Testing==&lt;br /&gt;
Plan, Discover, Attack and Report - this section is for tools, checklists and references for penetration testing .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
===Areas of Concern===&lt;br /&gt;
*Planning the hack&lt;br /&gt;
&lt;br /&gt;
*Ethically hacking&lt;br /&gt;
&lt;br /&gt;
*Attack Vectors&lt;br /&gt;
&lt;br /&gt;
*Intelligence gathering&lt;br /&gt;
&lt;br /&gt;
*Reporting&lt;br /&gt;
&lt;br /&gt;
===Blogs, Articles &amp;amp; Projects===&lt;br /&gt;
[[OWASP .NET Vulnerability Research]]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/hackers/ MSDN Hackers]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/magazine/cc507646.aspx MSDN Magazine: Security Briefs: Penetration Testing]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.microsoft.co.il/blogs/alikl/archive/2006/12/29/Wrong-Way-To-Do-Penetration-Testing.aspx Wrong Way to Do Penetration Testing]&lt;br /&gt;
&lt;br /&gt;
===Online Media (Podcasts, Webcasts, Presentations, eBooks etc.)===&lt;br /&gt;
[http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032308087&amp;amp;CountryCode=US MSDN Webcast: Penetration Testing with Visual Studio Team System and Fortify Security Tester]&lt;br /&gt;
&lt;br /&gt;
[http://www.hackerz.ir/e-books/Penetration%20Testing%20For%20Web%20Applications%20Part%201.pdf Penetration Testing for Web Applications Part 1 (PDF)]&lt;br /&gt;
&lt;br /&gt;
[http://www.hackerz.ir/e-books/Penetration%20Testing%20For%20Web%20Applications%20Part%202.pdf Penetration Testing for Web Applications Part 2 (PDF)]&lt;br /&gt;
&lt;br /&gt;
===References===&lt;br /&gt;
[http://www.owasp.org/index.php/Rooting_The_CLR Rooting the CLR (Draft)]&lt;br /&gt;
&lt;br /&gt;
[http://csrc.nist.gov/publications/nistpubs/800-42/NIST-SP800-42.pdf NIST 800-42 Guideline on Network Security Testing]&lt;br /&gt;
&lt;br /&gt;
[http://www.isecom.org/osstmm ISECOM Open Source Security Testing Methodology Manual]&lt;br /&gt;
&lt;br /&gt;
[http://www.oissg.org/issaf/index.php OISSG Information Systems Security Assessment Framework (ISSAF)]&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
[http://www.owasp.org/index.php/Source_Code_Audit_Tools Source Code Audit Tools]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=62234</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=62234"/>
				<updated>2009-05-27T14:24:15Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of security resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
=== Member Contributions ===&lt;br /&gt;
; [https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
=== Recommended Resources ===&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
=== Security Guides ===&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
=== Active Projects ===&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
=== Research Projects ===&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/ Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/ Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
* May 7, 2009 - Updated tabs, added content recommended by Andre Gironda&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Identification ====&lt;br /&gt;
; {{:Project Information:template .NET Project}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
'''Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.'''&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
== Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60320</id>
		<title>OWASP .NET Recommended Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60320"/>
				<updated>2009-05-07T20:08:38Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* OWASP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[OWASP Code Review Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP Testing Guide]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==OWASP .NET Recommended Resources==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Areas of Concern===&lt;br /&gt;
&lt;br /&gt;
*Getting Started&lt;br /&gt;
&lt;br /&gt;
*Tutorials&lt;br /&gt;
&lt;br /&gt;
*Best Practices&lt;br /&gt;
&lt;br /&gt;
*OWASP Guidance and Tools&lt;br /&gt;
&lt;br /&gt;
===Blogs &amp;amp; People===&lt;br /&gt;
&lt;br /&gt;
===== OWASP =====&lt;br /&gt;
[https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
[http://securitybuddha.com/ Mark Curphrey's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/michael_howard/default.aspx Michael Howard's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/jmeier/archive/tags/Security+Development/default.aspx J.D. Meier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://www.leastprivilege.com Dominick Baier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/shawnfa/default.aspx Shawn Farkas' Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/ace_team/ Microsoft's ACE Team]&lt;br /&gt;
&lt;br /&gt;
===Advisories, Articles &amp;amp; Projects===&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978357.aspx Security and Operational Guidance for .NET Applications]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/yedba920.aspx ASP.NET Security Architecture]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998404.aspx patterns &amp;amp; practices Security Engineering Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998408.aspx patterns &amp;amp; practices Security Guidance for Applications Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms954725.aspx patterns &amp;amp; practices Security Guidance for .NET Framework 2.0]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978378.aspx Authentication in ASP.NET: .NET Security Guidance]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/ms998404.aspx Security Engineering]&lt;br /&gt;
&lt;br /&gt;
[http://www.developer.com/design/article.php/3607471 Solutions to SOA Security]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/WS-%2A Web Service Specifications]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/WCFSecurity Security Guidance for Windows Communication Foundation]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/technet/security/advisory/954462.mspx Microsoft Security Advisory (954462) (SQL Injection Advisory)]&lt;br /&gt;
&lt;br /&gt;
===Online References, Training===&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/practices/default.aspx Patterns and Practices]&lt;br /&gt;
&lt;br /&gt;
[http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.HomePage Patterns and Practices Security Wiki]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/default.aspx MSDN Security Developer Center]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.technet.com/feliciano_intini/pages/microsoft-blogs-and-web-resources-about-security.aspx Microsoft Security Resources]&lt;br /&gt;
&lt;br /&gt;
[http://www.pluralsight.com/main/olt/Module.aspx?a=keith-brown&amp;amp;n=aspdotnet-security&amp;amp;cn=aspdotnet-fundamentals ASP.NET Security Webcasts - Kieth Brown]&lt;br /&gt;
&lt;br /&gt;
===Books and Publications===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/mspress/books/5957.aspx Writing Secure Code], Michael Howard and David LeBlanc&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=2412c443-27f6-4aac-9883-f55ba5b01814&amp;amp;displaylang=en&amp;amp;Hash=4fZb2FzZ7%2bmaj0VqoUbFZzzw0WW5%2bxWjK3XBVit5eX%2b%2bB90vmLtZlAstlNg9cRu6Pg%2b50DNCMhGT6ADei7DgFg%3d%3d Microsoft Security Development Lifecycle 3.2]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/aa302415.aspx Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication], J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms994921.aspx Improving Web Application Security: Threats and Countermeasures], J.D. Meier, Alex Mackman, Michael Dunner, Srinath Vasireddy, Ray Escamilla and Anandha Murukan&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-gb/security/aa473878.aspx Developer Highway Code], Microsoft Corp, United Kingdom&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=59888078-9daf-4e96-b7d1-944703479451&amp;amp;displaylang=en Microsoft Threat Analysis &amp;amp; Modeling v2.1.2]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/guidanceExplorer Patterns and Practices Guidance Explorer]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/alikl/archive/2007/03/26/security-net-code-inspection-using-outlook-2007.aspx Security Code Review Checklist Generator]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/aa973814.aspx Anti-Cross Site Scripting]&lt;br /&gt;
&lt;br /&gt;
[http://learn.iis.net/page.aspx/473/using-urlscan URLScan]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 Microsoft Source Code Analyzer]&lt;br /&gt;
&lt;br /&gt;
[http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx Scrawlr]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 MS Source Code Analyser for SQL Injection]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60319</id>
		<title>OWASP .NET Recommended Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60319"/>
				<updated>2009-05-07T20:05:35Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Online References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[OWASP Code Review Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP Testing Guide]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==OWASP .NET Recommended Resources==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Areas of Concern===&lt;br /&gt;
&lt;br /&gt;
*Getting Started&lt;br /&gt;
&lt;br /&gt;
*Tutorials&lt;br /&gt;
&lt;br /&gt;
*Best Practices&lt;br /&gt;
&lt;br /&gt;
*OWASP Guidance and Tools&lt;br /&gt;
&lt;br /&gt;
===Blogs &amp;amp; People===&lt;br /&gt;
&lt;br /&gt;
===== OWASP =====&lt;br /&gt;
; [https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
[http://securitybuddha.com/ Mark Curphrey's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/michael_howard/default.aspx Michael Howard's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/jmeier/archive/tags/Security+Development/default.aspx J.D. Meier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://www.leastprivilege.com Dominick Baier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/shawnfa/default.aspx Shawn Farkas' Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/ace_team/ Microsoft's ACE Team]&lt;br /&gt;
&lt;br /&gt;
===Advisories, Articles &amp;amp; Projects===&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978357.aspx Security and Operational Guidance for .NET Applications]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/yedba920.aspx ASP.NET Security Architecture]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998404.aspx patterns &amp;amp; practices Security Engineering Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998408.aspx patterns &amp;amp; practices Security Guidance for Applications Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms954725.aspx patterns &amp;amp; practices Security Guidance for .NET Framework 2.0]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978378.aspx Authentication in ASP.NET: .NET Security Guidance]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/ms998404.aspx Security Engineering]&lt;br /&gt;
&lt;br /&gt;
[http://www.developer.com/design/article.php/3607471 Solutions to SOA Security]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/WS-%2A Web Service Specifications]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/WCFSecurity Security Guidance for Windows Communication Foundation]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/technet/security/advisory/954462.mspx Microsoft Security Advisory (954462) (SQL Injection Advisory)]&lt;br /&gt;
&lt;br /&gt;
===Online References, Training===&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/practices/default.aspx Patterns and Practices]&lt;br /&gt;
&lt;br /&gt;
[http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.HomePage Patterns and Practices Security Wiki]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/default.aspx MSDN Security Developer Center]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.technet.com/feliciano_intini/pages/microsoft-blogs-and-web-resources-about-security.aspx Microsoft Security Resources]&lt;br /&gt;
&lt;br /&gt;
[http://www.pluralsight.com/main/olt/Module.aspx?a=keith-brown&amp;amp;n=aspdotnet-security&amp;amp;cn=aspdotnet-fundamentals ASP.NET Security Webcasts - Kieth Brown]&lt;br /&gt;
&lt;br /&gt;
===Books and Publications===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/mspress/books/5957.aspx Writing Secure Code], Michael Howard and David LeBlanc&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=2412c443-27f6-4aac-9883-f55ba5b01814&amp;amp;displaylang=en&amp;amp;Hash=4fZb2FzZ7%2bmaj0VqoUbFZzzw0WW5%2bxWjK3XBVit5eX%2b%2bB90vmLtZlAstlNg9cRu6Pg%2b50DNCMhGT6ADei7DgFg%3d%3d Microsoft Security Development Lifecycle 3.2]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/aa302415.aspx Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication], J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms994921.aspx Improving Web Application Security: Threats and Countermeasures], J.D. Meier, Alex Mackman, Michael Dunner, Srinath Vasireddy, Ray Escamilla and Anandha Murukan&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-gb/security/aa473878.aspx Developer Highway Code], Microsoft Corp, United Kingdom&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=59888078-9daf-4e96-b7d1-944703479451&amp;amp;displaylang=en Microsoft Threat Analysis &amp;amp; Modeling v2.1.2]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/guidanceExplorer Patterns and Practices Guidance Explorer]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/alikl/archive/2007/03/26/security-net-code-inspection-using-outlook-2007.aspx Security Code Review Checklist Generator]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/aa973814.aspx Anti-Cross Site Scripting]&lt;br /&gt;
&lt;br /&gt;
[http://learn.iis.net/page.aspx/473/using-urlscan URLScan]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 Microsoft Source Code Analyzer]&lt;br /&gt;
&lt;br /&gt;
[http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx Scrawlr]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 MS Source Code Analyser for SQL Injection]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60318</id>
		<title>OWASP .NET Recommended Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60318"/>
				<updated>2009-05-07T20:04:57Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Online References */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[OWASP Code Review Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP Testing Guide]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==OWASP .NET Recommended Resources==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Areas of Concern===&lt;br /&gt;
&lt;br /&gt;
*Getting Started&lt;br /&gt;
&lt;br /&gt;
*Tutorials&lt;br /&gt;
&lt;br /&gt;
*Best Practices&lt;br /&gt;
&lt;br /&gt;
*OWASP Guidance and Tools&lt;br /&gt;
&lt;br /&gt;
===Blogs &amp;amp; People===&lt;br /&gt;
&lt;br /&gt;
===== OWASP =====&lt;br /&gt;
; [https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
[http://securitybuddha.com/ Mark Curphrey's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/michael_howard/default.aspx Michael Howard's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/jmeier/archive/tags/Security+Development/default.aspx J.D. Meier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://www.leastprivilege.com Dominick Baier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/shawnfa/default.aspx Shawn Farkas' Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/ace_team/ Microsoft's ACE Team]&lt;br /&gt;
&lt;br /&gt;
===Advisories, Articles &amp;amp; Projects===&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978357.aspx Security and Operational Guidance for .NET Applications]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/yedba920.aspx ASP.NET Security Architecture]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998404.aspx patterns &amp;amp; practices Security Engineering Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998408.aspx patterns &amp;amp; practices Security Guidance for Applications Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms954725.aspx patterns &amp;amp; practices Security Guidance for .NET Framework 2.0]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978378.aspx Authentication in ASP.NET: .NET Security Guidance]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/ms998404.aspx Security Engineering]&lt;br /&gt;
&lt;br /&gt;
[http://www.developer.com/design/article.php/3607471 Solutions to SOA Security]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/WS-%2A Web Service Specifications]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/WCFSecurity Security Guidance for Windows Communication Foundation]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/technet/security/advisory/954462.mspx Microsoft Security Advisory (954462) (SQL Injection Advisory)]&lt;br /&gt;
&lt;br /&gt;
===Online References===&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/practices/default.aspx Patterns and Practices]&lt;br /&gt;
&lt;br /&gt;
[http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.HomePage Patterns and Practices Security Wiki]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/default.aspx MSDN Security Developer Center]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.technet.com/feliciano_intini/pages/microsoft-blogs-and-web-resources-about-security.aspx Microsoft Security Resources]&lt;br /&gt;
&lt;br /&gt;
=====Webcasts=====&lt;br /&gt;
[http://www.pluralsight.com/main/olt/Module.aspx?a=keith-brown&amp;amp;n=aspdotnet-security&amp;amp;cn=aspdotnet-fundamentals ASP.NET Security - Kieth Brown]&lt;br /&gt;
&lt;br /&gt;
===Books and Publications===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/mspress/books/5957.aspx Writing Secure Code], Michael Howard and David LeBlanc&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=2412c443-27f6-4aac-9883-f55ba5b01814&amp;amp;displaylang=en&amp;amp;Hash=4fZb2FzZ7%2bmaj0VqoUbFZzzw0WW5%2bxWjK3XBVit5eX%2b%2bB90vmLtZlAstlNg9cRu6Pg%2b50DNCMhGT6ADei7DgFg%3d%3d Microsoft Security Development Lifecycle 3.2]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/aa302415.aspx Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication], J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms994921.aspx Improving Web Application Security: Threats and Countermeasures], J.D. Meier, Alex Mackman, Michael Dunner, Srinath Vasireddy, Ray Escamilla and Anandha Murukan&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-gb/security/aa473878.aspx Developer Highway Code], Microsoft Corp, United Kingdom&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=59888078-9daf-4e96-b7d1-944703479451&amp;amp;displaylang=en Microsoft Threat Analysis &amp;amp; Modeling v2.1.2]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/guidanceExplorer Patterns and Practices Guidance Explorer]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/alikl/archive/2007/03/26/security-net-code-inspection-using-outlook-2007.aspx Security Code Review Checklist Generator]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/aa973814.aspx Anti-Cross Site Scripting]&lt;br /&gt;
&lt;br /&gt;
[http://learn.iis.net/page.aspx/473/using-urlscan URLScan]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 Microsoft Source Code Analyzer]&lt;br /&gt;
&lt;br /&gt;
[http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx Scrawlr]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 MS Source Code Analyser for SQL Injection]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60317</id>
		<title>OWASP .NET Recommended Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60317"/>
				<updated>2009-05-07T20:03:27Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[OWASP Code Review Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP Testing Guide]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==OWASP .NET Recommended Resources==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Areas of Concern===&lt;br /&gt;
&lt;br /&gt;
*Getting Started&lt;br /&gt;
&lt;br /&gt;
*Tutorials&lt;br /&gt;
&lt;br /&gt;
*Best Practices&lt;br /&gt;
&lt;br /&gt;
*OWASP Guidance and Tools&lt;br /&gt;
&lt;br /&gt;
===Blogs &amp;amp; People===&lt;br /&gt;
&lt;br /&gt;
===== OWASP =====&lt;br /&gt;
; [https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
[http://securitybuddha.com/ Mark Curphrey's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/michael_howard/default.aspx Michael Howard's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/jmeier/archive/tags/Security+Development/default.aspx J.D. Meier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://www.leastprivilege.com Dominick Baier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/shawnfa/default.aspx Shawn Farkas' Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/ace_team/ Microsoft's ACE Team]&lt;br /&gt;
&lt;br /&gt;
===Advisories, Articles &amp;amp; Projects===&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978357.aspx Security and Operational Guidance for .NET Applications]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/yedba920.aspx ASP.NET Security Architecture]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998404.aspx patterns &amp;amp; practices Security Engineering Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998408.aspx patterns &amp;amp; practices Security Guidance for Applications Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms954725.aspx patterns &amp;amp; practices Security Guidance for .NET Framework 2.0]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978378.aspx Authentication in ASP.NET: .NET Security Guidance]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/ms998404.aspx Security Engineering]&lt;br /&gt;
&lt;br /&gt;
[http://www.developer.com/design/article.php/3607471 Solutions to SOA Security]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/WS-%2A Web Service Specifications]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/WCFSecurity Security Guidance for Windows Communication Foundation]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/technet/security/advisory/954462.mspx Microsoft Security Advisory (954462) (SQL Injection Advisory)]&lt;br /&gt;
&lt;br /&gt;
===Online References===&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/practices/default.aspx Patterns and Practices]&lt;br /&gt;
&lt;br /&gt;
[http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.HomePage Patterns and Practices Security Wiki]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/default.aspx MSDN Security Developer Center]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.technet.com/feliciano_intini/pages/microsoft-blogs-and-web-resources-about-security.aspx Microsoft Security Resources]&lt;br /&gt;
&lt;br /&gt;
===Books and Publications===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/mspress/books/5957.aspx Writing Secure Code], Michael Howard and David LeBlanc&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=2412c443-27f6-4aac-9883-f55ba5b01814&amp;amp;displaylang=en&amp;amp;Hash=4fZb2FzZ7%2bmaj0VqoUbFZzzw0WW5%2bxWjK3XBVit5eX%2b%2bB90vmLtZlAstlNg9cRu6Pg%2b50DNCMhGT6ADei7DgFg%3d%3d Microsoft Security Development Lifecycle 3.2]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/aa302415.aspx Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication], J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms994921.aspx Improving Web Application Security: Threats and Countermeasures], J.D. Meier, Alex Mackman, Michael Dunner, Srinath Vasireddy, Ray Escamilla and Anandha Murukan&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-gb/security/aa473878.aspx Developer Highway Code], Microsoft Corp, United Kingdom&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=59888078-9daf-4e96-b7d1-944703479451&amp;amp;displaylang=en Microsoft Threat Analysis &amp;amp; Modeling v2.1.2]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/guidanceExplorer Patterns and Practices Guidance Explorer]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/alikl/archive/2007/03/26/security-net-code-inspection-using-outlook-2007.aspx Security Code Review Checklist Generator]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/aa973814.aspx Anti-Cross Site Scripting]&lt;br /&gt;
&lt;br /&gt;
[http://learn.iis.net/page.aspx/473/using-urlscan URLScan]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 Microsoft Source Code Analyzer]&lt;br /&gt;
&lt;br /&gt;
[http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx Scrawlr]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 MS Source Code Analyser for SQL Injection]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60316</id>
		<title>OWASP .NET Recommended Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60316"/>
				<updated>2009-05-07T20:02:47Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* General */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[OWASP Code Review Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP Testing Guide]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==OWASP .NET Recommended Resources==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Areas of Concern===&lt;br /&gt;
&lt;br /&gt;
*Getting Started&lt;br /&gt;
&lt;br /&gt;
*Tutorials&lt;br /&gt;
&lt;br /&gt;
*Best Practices&lt;br /&gt;
&lt;br /&gt;
*OWASP Guidance and Tools&lt;br /&gt;
&lt;br /&gt;
===Advisories, Articles &amp;amp; Projects===&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978357.aspx Security and Operational Guidance for .NET Applications]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/yedba920.aspx ASP.NET Security Architecture]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998404.aspx patterns &amp;amp; practices Security Engineering Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998408.aspx patterns &amp;amp; practices Security Guidance for Applications Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms954725.aspx patterns &amp;amp; practices Security Guidance for .NET Framework 2.0]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978378.aspx Authentication in ASP.NET: .NET Security Guidance]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/ms998404.aspx Security Engineering]&lt;br /&gt;
&lt;br /&gt;
[http://www.developer.com/design/article.php/3607471 Solutions to SOA Security]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/WS-%2A Web Service Specifications]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/WCFSecurity Security Guidance for Windows Communication Foundation]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/technet/security/advisory/954462.mspx Microsoft Security Advisory (954462) (SQL Injection Advisory)]&lt;br /&gt;
&lt;br /&gt;
===Online References===&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/practices/default.aspx Patterns and Practices]&lt;br /&gt;
&lt;br /&gt;
[http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.HomePage Patterns and Practices Security Wiki]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/default.aspx MSDN Security Developer Center]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.technet.com/feliciano_intini/pages/microsoft-blogs-and-web-resources-about-security.aspx Microsoft Security Resources]&lt;br /&gt;
&lt;br /&gt;
===Books and Publications===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/mspress/books/5957.aspx Writing Secure Code], Michael Howard and David LeBlanc&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=2412c443-27f6-4aac-9883-f55ba5b01814&amp;amp;displaylang=en&amp;amp;Hash=4fZb2FzZ7%2bmaj0VqoUbFZzzw0WW5%2bxWjK3XBVit5eX%2b%2bB90vmLtZlAstlNg9cRu6Pg%2b50DNCMhGT6ADei7DgFg%3d%3d Microsoft Security Development Lifecycle 3.2]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/aa302415.aspx Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication], J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms994921.aspx Improving Web Application Security: Threats and Countermeasures], J.D. Meier, Alex Mackman, Michael Dunner, Srinath Vasireddy, Ray Escamilla and Anandha Murukan&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-gb/security/aa473878.aspx Developer Highway Code], Microsoft Corp, United Kingdom&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=59888078-9daf-4e96-b7d1-944703479451&amp;amp;displaylang=en Microsoft Threat Analysis &amp;amp; Modeling v2.1.2]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/guidanceExplorer Patterns and Practices Guidance Explorer]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/alikl/archive/2007/03/26/security-net-code-inspection-using-outlook-2007.aspx Security Code Review Checklist Generator]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/aa973814.aspx Anti-Cross Site Scripting]&lt;br /&gt;
&lt;br /&gt;
[http://learn.iis.net/page.aspx/473/using-urlscan URLScan]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 Microsoft Source Code Analyzer]&lt;br /&gt;
&lt;br /&gt;
[http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx Scrawlr]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 MS Source Code Analyser for SQL Injection]&lt;br /&gt;
&lt;br /&gt;
===Blogs &amp;amp; People===&lt;br /&gt;
&lt;br /&gt;
===== OWASP =====&lt;br /&gt;
; [https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
&lt;br /&gt;
==== General ====&lt;br /&gt;
[http://securitybuddha.com/ Mark Curphrey's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/michael_howard/default.aspx Michael Howard's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/jmeier/archive/tags/Security+Development/default.aspx J.D. Meier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://www.leastprivilege.com Dominick Baier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/shawnfa/default.aspx Shawn Farkas' Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/ace_team/ Microsoft's ACE Team]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60315</id>
		<title>OWASP .NET Recommended Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60315"/>
				<updated>2009-05-07T20:02:32Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* OWASP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[OWASP Code Review Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP Testing Guide]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==OWASP .NET Recommended Resources==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Areas of Concern===&lt;br /&gt;
&lt;br /&gt;
*Getting Started&lt;br /&gt;
&lt;br /&gt;
*Tutorials&lt;br /&gt;
&lt;br /&gt;
*Best Practices&lt;br /&gt;
&lt;br /&gt;
*OWASP Guidance and Tools&lt;br /&gt;
&lt;br /&gt;
===Advisories, Articles &amp;amp; Projects===&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978357.aspx Security and Operational Guidance for .NET Applications]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/yedba920.aspx ASP.NET Security Architecture]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998404.aspx patterns &amp;amp; practices Security Engineering Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998408.aspx patterns &amp;amp; practices Security Guidance for Applications Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms954725.aspx patterns &amp;amp; practices Security Guidance for .NET Framework 2.0]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978378.aspx Authentication in ASP.NET: .NET Security Guidance]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/ms998404.aspx Security Engineering]&lt;br /&gt;
&lt;br /&gt;
[http://www.developer.com/design/article.php/3607471 Solutions to SOA Security]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/WS-%2A Web Service Specifications]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/WCFSecurity Security Guidance for Windows Communication Foundation]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/technet/security/advisory/954462.mspx Microsoft Security Advisory (954462) (SQL Injection Advisory)]&lt;br /&gt;
&lt;br /&gt;
===Online References===&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/practices/default.aspx Patterns and Practices]&lt;br /&gt;
&lt;br /&gt;
[http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.HomePage Patterns and Practices Security Wiki]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/default.aspx MSDN Security Developer Center]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.technet.com/feliciano_intini/pages/microsoft-blogs-and-web-resources-about-security.aspx Microsoft Security Resources]&lt;br /&gt;
&lt;br /&gt;
===Books and Publications===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/mspress/books/5957.aspx Writing Secure Code], Michael Howard and David LeBlanc&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=2412c443-27f6-4aac-9883-f55ba5b01814&amp;amp;displaylang=en&amp;amp;Hash=4fZb2FzZ7%2bmaj0VqoUbFZzzw0WW5%2bxWjK3XBVit5eX%2b%2bB90vmLtZlAstlNg9cRu6Pg%2b50DNCMhGT6ADei7DgFg%3d%3d Microsoft Security Development Lifecycle 3.2]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/aa302415.aspx Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication], J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms994921.aspx Improving Web Application Security: Threats and Countermeasures], J.D. Meier, Alex Mackman, Michael Dunner, Srinath Vasireddy, Ray Escamilla and Anandha Murukan&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-gb/security/aa473878.aspx Developer Highway Code], Microsoft Corp, United Kingdom&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=59888078-9daf-4e96-b7d1-944703479451&amp;amp;displaylang=en Microsoft Threat Analysis &amp;amp; Modeling v2.1.2]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/guidanceExplorer Patterns and Practices Guidance Explorer]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/alikl/archive/2007/03/26/security-net-code-inspection-using-outlook-2007.aspx Security Code Review Checklist Generator]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/aa973814.aspx Anti-Cross Site Scripting]&lt;br /&gt;
&lt;br /&gt;
[http://learn.iis.net/page.aspx/473/using-urlscan URLScan]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 Microsoft Source Code Analyzer]&lt;br /&gt;
&lt;br /&gt;
[http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx Scrawlr]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 MS Source Code Analyser for SQL Injection]&lt;br /&gt;
&lt;br /&gt;
===Blogs &amp;amp; People===&lt;br /&gt;
&lt;br /&gt;
===== OWASP =====&lt;br /&gt;
; [https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
[http://securitybuddha.com/ Mark Curphrey's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/michael_howard/default.aspx Michael Howard's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/jmeier/archive/tags/Security+Development/default.aspx J.D. Meier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://www.leastprivilege.com Dominick Baier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/shawnfa/default.aspx Shawn Farkas' Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/ace_team/ Microsoft's ACE Team]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60314</id>
		<title>OWASP .NET Recommended Resources</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Recommended_Resources&amp;diff=60314"/>
				<updated>2009-05-07T20:02:00Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Blogs &amp;amp; People */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[OWASP Code Review Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP Testing Guide]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
==OWASP .NET Recommended Resources==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Areas of Concern===&lt;br /&gt;
&lt;br /&gt;
*Getting Started&lt;br /&gt;
&lt;br /&gt;
*Tutorials&lt;br /&gt;
&lt;br /&gt;
*Best Practices&lt;br /&gt;
&lt;br /&gt;
*OWASP Guidance and Tools&lt;br /&gt;
&lt;br /&gt;
===Advisories, Articles &amp;amp; Projects===&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978357.aspx Security and Operational Guidance for .NET Applications]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/yedba920.aspx ASP.NET Security Architecture]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998404.aspx patterns &amp;amp; practices Security Engineering Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms998408.aspx patterns &amp;amp; practices Security Guidance for Applications Index]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms954725.aspx patterns &amp;amp; practices Security Guidance for .NET Framework 2.0]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms978378.aspx Authentication in ASP.NET: .NET Security Guidance]&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/library/ms998404.aspx Security Engineering]&lt;br /&gt;
&lt;br /&gt;
[http://www.developer.com/design/article.php/3607471 Solutions to SOA Security]&lt;br /&gt;
&lt;br /&gt;
[http://en.wikipedia.org/wiki/WS-%2A Web Service Specifications]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/WCFSecurity Security Guidance for Windows Communication Foundation]&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/technet/security/advisory/954462.mspx Microsoft Security Advisory (954462) (SQL Injection Advisory)]&lt;br /&gt;
&lt;br /&gt;
===Online References===&lt;br /&gt;
&lt;br /&gt;
[http://msdn2.microsoft.com/en-us/practices/default.aspx Patterns and Practices]&lt;br /&gt;
&lt;br /&gt;
[http://channel9.msdn.com/wiki/default.aspx/SecurityWiki.HomePage Patterns and Practices Security Wiki]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/default.aspx MSDN Security Developer Center]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.technet.com/feliciano_intini/pages/microsoft-blogs-and-web-resources-about-security.aspx Microsoft Security Resources]&lt;br /&gt;
&lt;br /&gt;
===Books and Publications===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/mspress/books/5957.aspx Writing Secure Code], Michael Howard and David LeBlanc&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=2412c443-27f6-4aac-9883-f55ba5b01814&amp;amp;displaylang=en&amp;amp;Hash=4fZb2FzZ7%2bmaj0VqoUbFZzzw0WW5%2bxWjK3XBVit5eX%2b%2bB90vmLtZlAstlNg9cRu6Pg%2b50DNCMhGT6ADei7DgFg%3d%3d Microsoft Security Development Lifecycle 3.2]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/aa302415.aspx Building Secure ASP.NET Applications: Authentication, Authorization, and Secure Communication], J.D. Meier, Alex Mackman, Michael Dunner, and Srinath Vasireddy&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/library/ms994921.aspx Improving Web Application Security: Threats and Countermeasures], J.D. Meier, Alex Mackman, Michael Dunner, Srinath Vasireddy, Ray Escamilla and Anandha Murukan&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-gb/security/aa473878.aspx Developer Highway Code], Microsoft Corp, United Kingdom&lt;br /&gt;
&lt;br /&gt;
===Tools===&lt;br /&gt;
&lt;br /&gt;
[http://www.microsoft.com/downloads/details.aspx?familyid=59888078-9daf-4e96-b7d1-944703479451&amp;amp;displaylang=en Microsoft Threat Analysis &amp;amp; Modeling v2.1.2]&lt;br /&gt;
&lt;br /&gt;
[http://www.codeplex.com/guidanceExplorer Patterns and Practices Guidance Explorer]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/alikl/archive/2007/03/26/security-net-code-inspection-using-outlook-2007.aspx Security Code Review Checklist Generator]&lt;br /&gt;
&lt;br /&gt;
[http://msdn.microsoft.com/en-us/security/aa973814.aspx Anti-Cross Site Scripting]&lt;br /&gt;
&lt;br /&gt;
[http://learn.iis.net/page.aspx/473/using-urlscan URLScan]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 Microsoft Source Code Analyzer]&lt;br /&gt;
&lt;br /&gt;
[http://www.communities.hp.com/securitysoftware/blogs/spilabs/archive/2008/06/23/finding-sql-injection-with-scrawlr.aspx Scrawlr]&lt;br /&gt;
&lt;br /&gt;
[http://support.microsoft.com/kb/954476 MS Source Code Analyser for SQL Injection]&lt;br /&gt;
&lt;br /&gt;
===Blogs &amp;amp; People===&lt;br /&gt;
&lt;br /&gt;
== OWASP ==&lt;br /&gt;
; [https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
[http://securitybuddha.com/ Mark Curphrey's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/michael_howard/default.aspx Michael Howard's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/jmeier/archive/tags/Security+Development/default.aspx J.D. Meier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://www.leastprivilege.com Dominick Baier's Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/shawnfa/default.aspx Shawn Farkas' Blog]&lt;br /&gt;
&lt;br /&gt;
[http://blogs.msdn.com/ace_team/ Microsoft's ACE Team]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60312</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60312"/>
				<updated>2009-05-07T19:48:11Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
=== Member Contributions ===&lt;br /&gt;
; [https://lists.owasp.org/pipermail/owasp-phoenix/2009-May/000079.html OWASP-Phoenix List Reply regarding GSSP .NET Cert] from [http://twitter.com/atdre Dre]&lt;br /&gt;
=== Recommended Resources ===&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
=== Security Guides ===&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
=== Active Projects ===&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
=== Research Projects ===&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/ Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/ Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
* May 7, 2009 - Updated tabs, added content recommended by Andre Gironda&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60305</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60305"/>
				<updated>2009-05-07T19:40:57Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
=== Recommended Resources ===&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
=== Security Guides ===&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
=== Active Projects ===&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
=== Research Projects ===&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/ Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/ Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
* May 7, 2009 - Updated tabs, added content recommended by Andre Gironda&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60304</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60304"/>
				<updated>2009-05-07T19:40:28Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
=== Recommended Resources ===&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
=== Security Guides ===&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
=== Active Projects ===&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
=== Research Projects ===&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/ Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/ Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
* May 7, 2009 - Updated tabs, added content recommended by Andre Gironda&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60302</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60302"/>
				<updated>2009-05-07T19:40:02Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/ Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/ Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
* May 7, 2009 - Updated tabs, added content recommended by Andre Gironda&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
=== Recommended Resources ===&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
=== Security Guides ===&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
=== Active Projects ===&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
=== Research Projects ===&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60300</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=60300"/>
				<updated>2009-05-07T19:36:16Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/ Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/ Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
=== Recommended Resources ===&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
=== Security Guides ===&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
=== Active Projects ===&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
=== Research Projects ===&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Project_Information:template_.NET_Project&amp;diff=60298</id>
		<title>Project Information:template .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Project_Information:template_.NET_Project&amp;diff=60298"/>
				<updated>2009-05-07T19:34:28Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;8&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''PROJECT IDENTIFICATION''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project Name'''&lt;br /&gt;
 | colspan=&amp;quot;7&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''OWASP .NET Project''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| '''Short Project Description''' &lt;br /&gt;
 | colspan=&amp;quot;7&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|The project will contain information, materials and software that are relevant to building secure .NET web applications and services. The goal of the project is to provide deep content for all roles related to .NET web applications and services including:&lt;br /&gt;
* Architectural guidance,&lt;br /&gt;
* Developer tools, information and checklists,&lt;br /&gt;
* IT professional content (for those that deploy and maintain .NET websites),&lt;br /&gt;
* Penetration testing resources,&lt;br /&gt;
* Incident response resources. &lt;br /&gt;
The OWASP .NET Project Leader will actively recruit .NET contributors, including personnel from Microsoft, but others throughout the .NET ecosystem. Including experts from communities from large companies to ISVs, from enterprise architects to ALT.NET developers will be important for the overall reach of the OWASP .NET project. Other communities to consider include developers who use Mono (.NET for Linux), including Moonlight (Silverlight for Linux).&lt;br /&gt;
The OWASP .NET Project Leader will actively contribute to the OWASP projects that require .NET resources, by recruiting resources or contributing to the project. &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project key Information'''&lt;br /&gt;
 | style=&amp;quot;width:14%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Project Leader&amp;lt;br&amp;gt;[[User:Mroxberr|'''Mark Roxberry''']]&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Project Contributors&amp;lt;br&amp;gt;(if any)&lt;br /&gt;
 | style=&amp;quot;width:10%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Mailing list&amp;lt;br&amp;gt;[https://lists.owasp.org/mailman/listinfo/owasp-dotnet '''Subscribe here''']&amp;lt;br&amp;gt;[mailto:owasp-dotnet(at)lists.owasp.org@lists.owasp.org '''Use here''']&lt;br /&gt;
| style=&amp;quot;width:17%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|License&amp;lt;br&amp;gt;[http://creativecommons.org/licenses/by-sa/3.0/ '''Creative Commons Attribution Share Alike 3.0''']&lt;br /&gt;
 | style=&amp;quot;width:14%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Project Type&amp;lt;br&amp;gt;[[:Category:OWASP_Project#Beta Status Projects|'''Documentation''']]&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Sponsors&amp;lt;br&amp;gt;[[OWASP Summer of Code 2008|'''OWASP SoC 08''']]  &lt;br /&gt;
 |}&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; &lt;br /&gt;
 ! align=&amp;quot;center&amp;quot; style=&amp;quot;background:#7B8ABD; color:white&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''Release Status''' &lt;br /&gt;
 ! align=&amp;quot;center&amp;quot; style=&amp;quot;background:#7B8ABD; color:white&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''Main Links'''&lt;br /&gt;
 ! align=&amp;quot;center&amp;quot; style=&amp;quot;background:#7B8ABD; color:white&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''Related Projects''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:29%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
Provisory [[:Category:OWASP_Project_Assessment#Beta_Quality_Documentation_Criteria|'''Beta Quality''']]&amp;lt;br&amp;gt;[[:OWASP .NET Project - Assessment Frame|Please see here for complete information.]]&lt;br /&gt;
 | style=&amp;quot;width:42%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
[http://www.owasp.org/images/0/00/OWASP_dotNet_2008.pptx OWASP .Net Project PowerPoint Presentation]&amp;lt;br&amp;gt;[https://www.owasp.org/index.php/Category:OWASP_.NET_Project OWASP .NET]&amp;lt;br&amp;gt;[http://owasprox.blogspot.com/ Tracking Blog for OWASP .NET Project Lead]&lt;br /&gt;
 | style=&amp;quot;width:29%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
[[:Category:OWASP Top Ten Project|OWASP Top Ten Project]]&amp;lt;br&amp;gt;[[OWASP Testing Guide]]&amp;lt;br&amp;gt;[[.Net Assembly Analyzer]]&amp;lt;br&amp;gt;[[OWASP WebGoat Project]]&amp;lt;br&amp;gt;[[OWASP WebScarab Project]]&amp;lt;br&amp;gt;[http://code.google.com/p/owasp-net-content/  OWASP .NET Content Project]&lt;br /&gt;
 |}&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=57769</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=57769"/>
				<updated>2009-04-01T02:02:26Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/ Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/ Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
==== Security Guides ====&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
==== Active Projects ====&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
==== Research Projects ====&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=57768</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=57768"/>
				<updated>2009-04-01T01:58:23Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx| ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx| MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/| Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/| Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net/| StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
==== Security Guides ====&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
==== Active Projects ====&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
==== Research Projects ====&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=57767</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=57767"/>
				<updated>2009-04-01T01:56:50Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx| ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx| MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/| Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/| Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net| StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
==== Security Guides ====&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
==== Active Projects ====&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
==== Research Projects ====&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=57766</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=57766"/>
				<updated>2009-04-01T01:54:14Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx| ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx| MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/| Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/| Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://stackoverflow.com/questions/tagged/security+asp.net | StackOverflow.com Security Questions]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
==== Security Guides ====&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
==== Active Projects ====&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
==== Research Projects ====&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Project_-_Assessment_Frame&amp;diff=57238</id>
		<title>OWASP .NET Project - Assessment Frame</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Project_-_Assessment_Frame&amp;diff=57238"/>
				<updated>2009-03-23T16:38:44Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:OWASP .NET Project|Click here to return to project's main page]].&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''PROJECT IDENTIFICATION''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project Name'''&lt;br /&gt;
 | colspan=&amp;quot;1&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''OWASP .NET Project''' &lt;br /&gt;
 |}&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|ASSESSMENT AND REVIEW PROCESS - OWASP Summer of Code 2008&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#6C82B5&amp;quot; align=&amp;quot;center&amp;quot;|'''Review/Reviewer''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Author's Self Evaluation'''&amp;lt;br&amp;gt;[[User:Mroxberr|'''Mark Roxberry''']]  &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''First Reviewer'''&amp;lt;br&amp;gt;[[User:EoinKeary|'''Eoin Keary''']]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Second Reviewer'''&amp;lt;br&amp;gt;[[User:Dennis.hurst|'''Dennis Hurst''']]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''OWASP Board Member'''&amp;lt;br&amp;gt;[[User:Dinis.cruz|'''Dinis Cruz''']]  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''50% Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - 50 Review - Self Evaluation - A|Self-Evaluation (A)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - 50 Review - First Reviewer - C|First Reviewer (C)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project 50 Review Second Review E|Second Reviewer (E)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|X &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Final Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Release'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - Final Review - Self Evaluation - B|Self-Evaluation (B)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Season of Code''' - (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - Final Review - First Reviewer - D|First Reviewer (D)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Season of Code''' - (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - Final Review - Second Reviewer - F|Second Reviewer (F)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Season of Code''' - (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - Final Review - OWASP Board Member - G|Board Member's review (G)]]&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Project_Information:template_.NET_Project_-_Final_Review_-_Self_Evaluation_-_B&amp;diff=57237</id>
		<title>Project Information:template .NET Project - Final Review - Self Evaluation - B</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Project_Information:template_.NET_Project_-_Final_Review_-_Self_Evaluation_-_B&amp;diff=57237"/>
				<updated>2009-03-23T16:36:23Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Project Information:template .NET Project|Clik here to return to the previous page]].&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''FINAL REVIEW''' &lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:white&amp;quot; align=&amp;quot;center&amp;quot;|'''PART I''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:white&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Project Deliveries &amp;amp; Objectives  &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[OWASP Summer of Code 2008 Applications#OWASP .NET Project Leader|OWASP .NET Project's Deliveries &amp;amp; Objectives]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications#OWASP .NET Project Leader|'''the assumed ones''']], please exemplify writing down those of them that haven't been realised.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|More work needs to be done for branding and promotion of the project, recruitment of contributors, advanced research.  For the time period for SOC 2008, I am satisfied that the reorganization of the project is completed and there are valuable resources for .NET developers.&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
2. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications#OWASP .NET Project Leader|'''the assumed ones''']], please quantify in terms of percentage.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Measurable deliverables for SOC 2008, 100%&lt;br /&gt;
&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
3. What kind of help is required either from the Reviewers or from the OWASP Community?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|The OWASP .NET Project is a continuing organic project.  I would like to continue working with the OWASP .NET Project, improving it with security research, best practices, how-to's and materials helpful to the community.&lt;br /&gt;
&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:white&amp;quot; align=&amp;quot;center&amp;quot;|'''PART II''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:white&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Assessment Criteria&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[:Category:OWASP Project Assessment|OWASP Project Assessment Criteria]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Alpha Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|All Alpha criteria have been met.&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
2. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Beta Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|All Beta criteria have been met.&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
3. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Release Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Conference Powerpoint is complete.&lt;br /&gt;
 |-  &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
4. What kind of help is required either from the Reviewers or from the OWASP Community?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Contributions, project review, tools review.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:OWASP_dotNet_2008.pptx&amp;diff=56873</id>
		<title>File:OWASP dotNet 2008.pptx</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:OWASP_dotNet_2008.pptx&amp;diff=56873"/>
				<updated>2009-03-17T18:03:04Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OWASP .NET Project Season of Code 2008 Presentation.&lt;br /&gt;
&lt;br /&gt;
[[Category:OWASP .NET Project]]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:OWASP_dotNet_2008.pptx&amp;diff=56872</id>
		<title>File:OWASP dotNet 2008.pptx</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:OWASP_dotNet_2008.pptx&amp;diff=56872"/>
				<updated>2009-03-17T18:02:19Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: OWASP .NET Project Season of Code 2008 Presentation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OWASP .NET Project Season of Code 2008 Presentation.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Project_Information:template_.NET_Project&amp;diff=56871</id>
		<title>Project Information:template .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Project_Information:template_.NET_Project&amp;diff=56871"/>
				<updated>2009-03-17T18:00:20Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;----&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;8&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''PROJECT IDENTIFICATION''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project Name'''&lt;br /&gt;
 | colspan=&amp;quot;7&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''OWASP .NET Project''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| '''Short Project Description''' &lt;br /&gt;
 | colspan=&amp;quot;7&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|The project will contain information, materials and software that are relevant to building secure .NET web applications and services. The goal of the project is to provide deep content for all roles related to .NET web applications and services including:&lt;br /&gt;
* Architectural guidance,&lt;br /&gt;
* Developer tools, information and checklists,&lt;br /&gt;
* IT professional content (for those that deploy and maintain .NET websites),&lt;br /&gt;
* Penetration testing resources,&lt;br /&gt;
* Incident response resources. &lt;br /&gt;
The OWASP .NET Project Leader will actively recruit .NET contributors, including personnel from Microsoft, but others throughout the .NET ecosystem. Including experts from communities from large companies to ISVs, from enterprise architects to ALT.NET developers will be important for the overall reach of the OWASP .NET project. Other communities to consider include developers who use Mono (.NET for Linux), including Moonlight (Silverlight for Linux).&lt;br /&gt;
The OWASP .NET Project Leader will actively contribute to the OWASP projects that require .NET resources, by recruiting resources or contributing to the project. &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project key Information'''&lt;br /&gt;
 | style=&amp;quot;width:14%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Project Leader&amp;lt;br&amp;gt;[[User:Mroxberr|'''Mark Roxberry''']]&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Project Contributors&amp;lt;br&amp;gt;(if any)&lt;br /&gt;
 | style=&amp;quot;width:10%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Mailing list&amp;lt;br&amp;gt;[https://lists.owasp.org/mailman/listinfo/owasp-dotnet '''Subscribe here''']&amp;lt;br&amp;gt;[mailto:owasp-dotnet(at)lists.owasp.org@lists.owasp.org '''Use here''']&lt;br /&gt;
| style=&amp;quot;width:17%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|License&amp;lt;br&amp;gt;[http://creativecommons.org/licenses/by-sa/3.0/ '''Creative Commons Attribution Share Alike 3.0''']&lt;br /&gt;
 | style=&amp;quot;width:14%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Project Type&amp;lt;br&amp;gt;[[:Category:OWASP_Project#Beta Status Projects|'''Documentation''']]&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|Sponsors&amp;lt;br&amp;gt;[[OWASP Summer of Code 2008|'''OWASP SoC 08''']]  &lt;br /&gt;
 |}&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot; &lt;br /&gt;
 ! align=&amp;quot;center&amp;quot; style=&amp;quot;background:#7B8ABD; color:white&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''Release Status''' &lt;br /&gt;
 ! align=&amp;quot;center&amp;quot; style=&amp;quot;background:#7B8ABD; color:white&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''Main Links'''&lt;br /&gt;
 ! align=&amp;quot;center&amp;quot; style=&amp;quot;background:#7B8ABD; color:white&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''Related Projects''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:29%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
Provisory [[:Category:OWASP_Project_Assessment#Beta_Quality_Documentation_Criteria|'''Beta Quality''']]&amp;lt;br&amp;gt;[[:OWASP .NET Project - Assessment Frame|Please see here for complete information.]]&lt;br /&gt;
 | style=&amp;quot;width:42%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
[https://www.owasp.org/index.php/Category:OWASP_.NET_Project OWASP .NET]&amp;lt;br&amp;gt;[http://owaspdotnet.blogspot.com/ Tracking Blog for OWASP .NET Project Lead]&lt;br /&gt;
 | style=&amp;quot;width:29%; background:#cccccc&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
[[:Category:OWASP Top Ten Project|OWASP Top Ten Project]]&amp;lt;br&amp;gt;[[OWASP Testing Guide]]&amp;lt;br&amp;gt;[[.Net Assembly Analyzer]]&amp;lt;br&amp;gt;[[OWASP WebGoat Project]]&amp;lt;br&amp;gt;[[OWASP WebScarab Project]]&amp;lt;br&amp;gt;[http://code.google.com/p/owasp-net-content/  OWASP .NET Content Project]&lt;br /&gt;
 |}&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Project_-_Assessment_Frame&amp;diff=56870</id>
		<title>OWASP .NET Project - Assessment Frame</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Project_-_Assessment_Frame&amp;diff=56870"/>
				<updated>2009-03-17T17:57:47Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:OWASP .NET Project|Click here to return to project's main page]].&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''PROJECT IDENTIFICATION''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project Name'''&lt;br /&gt;
 | colspan=&amp;quot;1&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''OWASP .NET Project''' &lt;br /&gt;
 |}&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|ASSESSMENT AND REVIEW PROCESS - OWASP Summer of Code 2008&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#6C82B5&amp;quot; align=&amp;quot;center&amp;quot;|'''Review/Reviewer''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Author's Self Evaluation'''&amp;lt;br&amp;gt;[[User:Mroxberr|'''Mark Roxberry''']]  &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''First Reviewer'''&amp;lt;br&amp;gt;[[User:EoinKeary|'''Eoin Keary''']]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Second Reviewer'''&amp;lt;br&amp;gt;[[User:Dennis.hurst|'''Dennis Hurst''']]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''OWASP Board Member'''&amp;lt;br&amp;gt;[[User:Dinis.cruz|'''Dinis Cruz''']]  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''50% Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - 50 Review - Self Evaluation - A|Self-Evaluation (A)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - 50 Review - First Reviewer - C|First Reviewer (C)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project 50 Review Second Review E|Second Reviewer (E)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|X &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Final Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Season of Code''' - (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - Final Review - Self Evaluation - B|Self-Evaluation (B)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Season of Code''' - (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - Final Review - First Reviewer - D|First Reviewer (D)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Season of Code''' - (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - Final Review - Second Reviewer - F|Second Reviewer (F)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Season of Code''' - (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template .NET Project - Final Review - OWASP Board Member - G|Board Member's review (G)]]&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=56869</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=56869"/>
				<updated>2009-03-17T17:44:03Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Project Content */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
&lt;br /&gt;
; [http://forums.asp.net/25.aspx| ASP.NET Security Forum]&lt;br /&gt;
&lt;br /&gt;
; [http://msdn.microsoft.com/en-us/security/aa570336.aspx| MSDN Security Developer Lists and Newsgroups]&lt;br /&gt;
&lt;br /&gt;
; [http://silverlight.net/forums/| Silverlight Forums]&lt;br /&gt;
&lt;br /&gt;
; [http://www.go-mono.com/forums/| Mono Forums]&lt;br /&gt;
&lt;br /&gt;
; [ALT.NET User Groups]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
==== Security Guides ====&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
==== Active Projects ====&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
==== Research Projects ====&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_OpenPGP_Extensions_for_HTTP_Project_-_Assessment_Frame&amp;diff=56824</id>
		<title>OWASP OpenPGP Extensions for HTTP Project - Assessment Frame</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_OpenPGP_Extensions_for_HTTP_Project_-_Assessment_Frame&amp;diff=56824"/>
				<updated>2009-03-17T13:32:46Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:OWASP OpenPGP Extensions for HTTP - Enigform and mod openpgp|Click here to return to project's main page]].&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''PROJECT IDENTIFICATION''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project Name'''&lt;br /&gt;
 | colspan=&amp;quot;1&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''OWASP OpenPGP Extensions for HTTP - Enigform and mod openpgp Project''' &lt;br /&gt;
 |}&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|ASSESSMENT AND REVIEW PROCESS - OWASP Summer of Code 2008&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#6C82B5&amp;quot; align=&amp;quot;center&amp;quot;|'''Review/Reviewer''' &lt;br /&gt;
 | style=&amp;quot;width:22%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Author's Self Evaluation'''&amp;lt;br&amp;gt;[[User:Buanzo|'''Arturo 'Buanzo' Busleiman''']] &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''First Reviewer'''&amp;lt;br&amp;gt;[[User:Mroxberr|'''Mark Roxberry''']]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Second Reviewer'''&amp;lt;br&amp;gt;[[User:Dinis.cruz|'''Dinis Cruz''']]&amp;lt;br&amp;gt;[[User:Bradcausey|Brad Causey]] &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''OWASP Board Member'''&amp;lt;br&amp;gt;(not applicable)&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''50% Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - 50 Review - Self Evaluation - A|Self-Evaluation (A)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - 50 Review - First Reviewer - C|First Reviewer (C)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP 50 Review Second Review E|Second Reviewer (E)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|X &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Final Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Beta Quality'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - Final Review - Self Evaluation - B|Self-Evaluation (B)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Beta Quality''' &amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - Final Review - First Reviewer - D|First Reviewer (D)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Beta Quality'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - Final Review - Second Reviewer - F|Second Reviewer (F)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|X&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_OpenPGP_Extensions_for_HTTP_Project_-_Assessment_Frame&amp;diff=56823</id>
		<title>OWASP OpenPGP Extensions for HTTP Project - Assessment Frame</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_OpenPGP_Extensions_for_HTTP_Project_-_Assessment_Frame&amp;diff=56823"/>
				<updated>2009-03-17T13:32:15Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:OWASP OpenPGP Extensions for HTTP - Enigform and mod openpgp|Click here to return to project's main page]].&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''PROJECT IDENTIFICATION''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project Name'''&lt;br /&gt;
 | colspan=&amp;quot;1&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''OWASP OpenPGP Extensions for HTTP - Enigform and mod openpgp Project''' &lt;br /&gt;
 |}&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|ASSESSMENT AND REVIEW PROCESS - OWASP Summer of Code 2008&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#6C82B5&amp;quot; align=&amp;quot;center&amp;quot;|'''Review/Reviewer''' &lt;br /&gt;
 | style=&amp;quot;width:22%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Author's Self Evaluation'''&amp;lt;br&amp;gt;[[User:Buanzo|'''Arturo 'Buanzo' Busleiman''']] &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''First Reviewer'''&amp;lt;br&amp;gt;[[User:Mroxberr|'''Mark Roxberry''']]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Second Reviewer'''&amp;lt;br&amp;gt;[[User:Dinis.cruz|'''Dinis Cruz''']]&amp;lt;br&amp;gt;[[User:Bradcausey|Brad Causey]] &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''OWASP Board Member'''&amp;lt;br&amp;gt;(not applicable)&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''50% Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - 50 Review - Self Evaluation - A|Self-Evaluation (A)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - 50 Review - First Reviewer - C|First Reviewer (C)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP 50 Review Second Review E|Second Reviewer (E)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|X &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Final Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Beta Quality'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - Final Review - Self Evaluation - B|Self-Evaluation (B)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Beta Quality''' - (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - Final Review - First Reviewer - D|First Reviewer (D)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Beta Quality'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Enigform and mod OpenPGP - Final Review - Second Reviewer - F|Second Reviewer (F)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|X&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Project_Information:template_.NET_Project_-_Final_Review_-_Self_Evaluation_-_B&amp;diff=56809</id>
		<title>Project Information:template .NET Project - Final Review - Self Evaluation - B</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Project_Information:template_.NET_Project_-_Final_Review_-_Self_Evaluation_-_B&amp;diff=56809"/>
				<updated>2009-03-17T04:01:49Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Project Information:template .NET Project|Clik here to return to the previous page]].&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''FINAL REVIEW''' &lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:white&amp;quot; align=&amp;quot;center&amp;quot;|'''PART I''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:white&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Project Deliveries &amp;amp; Objectives  &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[OWASP Summer of Code 2008 Applications#OWASP .NET Project Leader|OWASP .NET Project's Deliveries &amp;amp; Objectives]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications#OWASP .NET Project Leader|'''the assumed ones''']], please exemplify writing down those of them that haven't been realised.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|More work needs to be done for branding and promotion of the project, recruitment of contributors, advanced research.  For the time period for SOC 2008, I am satisfied that the reorganization of the project is completed and there are valuable resources for .NET developers.&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
2. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications#OWASP .NET Project Leader|'''the assumed ones''']], please quantify in terms of percentage.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Measurable deliverables for SOC 2008, 100%&lt;br /&gt;
&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
3. What kind of help is required either from the Reviewers or from the OWASP Community?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|The OWASP .NET Project is a continuing organic project.  I would like to continue working with the OWASP .NET Project, improving it with security research, best practices, how-to's and materials helpful to the community.&lt;br /&gt;
&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:white&amp;quot; align=&amp;quot;center&amp;quot;|'''PART II''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:white&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Assessment Criteria&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[:Category:OWASP Project Assessment|OWASP Project Assessment Criteria]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Alpha Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|All Alpha criteria have been met.&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
2. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Beta Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|All Beta criteria have been met.&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
3. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Release Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Conference Powerpoint is not complete.  Content not appropriate for an OWASP Book.&lt;br /&gt;
 |-  &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
4. What kind of help is required either from the Reviewers or from the OWASP Community?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Contributions, project review, tools review.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Project_Information:template_Enigform_and_mod_OpenPGP_-_Final_Review_-_First_Reviewer_-_D&amp;diff=56808</id>
		<title>Project Information:template Enigform and mod OpenPGP - Final Review - First Reviewer - D</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Project_Information:template_Enigform_and_mod_OpenPGP_-_Final_Review_-_First_Reviewer_-_D&amp;diff=56808"/>
				<updated>2009-03-17T03:22:06Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Project Information:template Enigform and mod OpenPGP|Clik here to return to the previous page]].&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''FINAL REVIEW''' &lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:white&amp;quot; align=&amp;quot;center&amp;quot;|'''PART I''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:white&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Project Deliveries &amp;amp; Objectives  &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#OpenPGP Extensions for HTTP - Enigform and mod_openpgp|OWASP OpenPGP Extensions for HTTP - Enigform and mod_openpgp Project's Deliveries &amp;amp; Objectives]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#OpenPGP Extensions for HTTP - Enigform and mod_openpgp|'''the assumed ones''']], please exemplify writing down those of them that haven't been realised.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|I confirmed that Enigform works with Wordpress.  I was able to install the Enigform extension from Mozilla.  I tested the server side key import with several PGP keys.  I observed encrypted transmission using the tool. I am satisfied with the copious documentation.  I have tested each feature and worked with Arturo to resolve any issue and reach completion.&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
2. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#OpenPGP Extensions for HTTP - Enigform and mod_openpgp|'''the assumed ones''']], please quantify in terms of percentage.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|100%&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
3. Please do use the right hand side column to provide advice and make work suggestions.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|I'd like to see the project extended to develop additional server side modules and additional Enigform client tools.  If it is possible to push to an open source code repo, and start outlining how to develop additional tools, that would be invaluable. However, I do not consider that necessary for completion.&lt;br /&gt;
&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:white&amp;quot; align=&amp;quot;center&amp;quot;|'''PART II''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:white&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Assessment Criteria&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[:Category:OWASP Project Assessment|OWASP Project Assessment Criteria]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Alpha Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Arturo needs to implement a better way to make the code available at Googlecode or Sourceforge.  I would like to see documentation in OWASP updated for the project, including a roadmap of future deliveries.&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
2. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Beta Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Server side GUI may not be feasible or needed.  Client side GUI is basically the Options for the Enigform extension.&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
3. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Release Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|N/A&lt;br /&gt;
 |-  &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
4. Please do use the right hand side column to provide advice and make work suggestions.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Move more of the documentation and code to googlecode or sourceforge.  Documentation for developing other server application modules, other enigform clients would be useful, if not already in progress by Arturo.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Project_Information:template_Enigform_and_mod_OpenPGP_-_Final_Review_-_First_Reviewer_-_D&amp;diff=56807</id>
		<title>Project Information:template Enigform and mod OpenPGP - Final Review - First Reviewer - D</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Project_Information:template_Enigform_and_mod_OpenPGP_-_Final_Review_-_First_Reviewer_-_D&amp;diff=56807"/>
				<updated>2009-03-17T03:16:10Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Project Information:template Enigform and mod OpenPGP|Clik here to return to the previous page]].&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''FINAL REVIEW''' &lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:white&amp;quot; align=&amp;quot;center&amp;quot;|'''PART I''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:white&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Project Deliveries &amp;amp; Objectives  &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#OpenPGP Extensions for HTTP - Enigform and mod_openpgp|OWASP OpenPGP Extensions for HTTP - Enigform and mod_openpgp Project's Deliveries &amp;amp; Objectives]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#OpenPGP Extensions for HTTP - Enigform and mod_openpgp|'''the assumed ones''']], please exemplify writing down those of them that haven't been realised.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|I confirmed that Enigform works with Wordpress.  I was able to install the Enigform extension from Mozilla.  I tested the server side key import with several PGP keys.  I am satisfied with the copious documentation.  I have tested each feature and worked with Arturo to resolve any issue and reach completion.&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
2. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#OpenPGP Extensions for HTTP - Enigform and mod_openpgp|'''the assumed ones''']], please quantify in terms of percentage.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|100%&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
3. Please do use the right hand side column to provide advice and make work suggestions.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|I'd like to see the project extended to develop additional server side modules and additional Enigform client tools.  If it is possible to push to an open source code repo, and start outlining how to develop additional tools, that would be invaluable. However, I do not consider that necessary for completion.&lt;br /&gt;
&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:white&amp;quot; align=&amp;quot;center&amp;quot;|'''PART II''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:white&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Assessment Criteria&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[:Category:OWASP Project Assessment|OWASP Project Assessment Criteria]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Alpha Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Arturo needs to implement a better way to make the code available at Googlecode or Sourceforge.  I would like to see documentation in OWASP updated for the project, including a roadmap of future deliveries.&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
2. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Beta Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Server side GUI may not be feasible or needed.  Client side GUI is basically the Options for the Enigform extension.&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
3. Having into consideration the [[:Category:OWASP Project Assessment|OWASP Project Assessment Methodology]] which criteria, if any, haven’t been fulfilled in terms of '''Release Quality''' status?&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|N/A&lt;br /&gt;
 |-  &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
4. Please do use the right hand side column to provide advice and make work suggestions.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|Move more of the documentation and code to googlecode or sourceforge.  Documentation for developing other server application modules, other enigform clients would be useful, if not already in progress by Arturo.&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=56303</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=56303"/>
				<updated>2009-03-07T22:48:54Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==Project Content==&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
==== Security Guides ====&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
==== Active Projects ====&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
==== Research Projects ====&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=56302</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=56302"/>
				<updated>2009-03-07T22:45:43Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Project Tracker ====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Project Tracker&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* March 7, 2009 - Converted to new tab format, added Project Tracker tab&lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
==== Security Guides ====&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
==== Active Projects ====&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
==== Research Projects ====&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=56301</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=56301"/>
				<updated>2009-03-07T22:41:17Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* .NET Project Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== OWASP .NET ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== .NET Project Overview ====&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
==== Resources ====&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
==== Security Guides ====&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
==== Active Projects ====&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
==== Research Projects ====&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;headertabs/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Active_Projects&amp;diff=56297</id>
		<title>OWASP .NET Active Projects</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Active_Projects&amp;diff=56297"/>
				<updated>2009-03-07T21:34:38Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===OWASP Projects===&lt;br /&gt;
'''Note:''' &lt;br /&gt;
The following releases are available on the [https://sourceforge.net/project/showfiles.php?group_id=64424&amp;amp;package_id=105632 dotNET section] of the [https://sourceforge.net/projects/owasp/ SourceForge OWASP Project pages]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* [[Owasp SiteGenerator]] (sponsored by Foundstone)&lt;br /&gt;
* [[Owasp Report Generator]]&lt;br /&gt;
* [[ANBS]] (Asp.Net Baseline Security) - includes the tools [[SAM'SHE]] (Security Analyzer for Microsoft's Shared Hosting Environments) and [[Online IIS Metabase Explorer]]&lt;br /&gt;
* [[ASP.NET Reflector]]&lt;br /&gt;
* [[ANSA]] (Asp.Net Security Analyzer) - first tool developed by Dinis Cruz that hilights the security problems of Full Trust Asp.Net code (contains Proof of Concept tests (i.e. exploits))&lt;br /&gt;
* [[DefApp]] - Partial port of ModSecurity to the .Net Platform &lt;br /&gt;
* [[Owasp FOSBBWAS (code name Beretta)]]&lt;br /&gt;
* [[.Net Assembly Analyzer]]&lt;br /&gt;
* [[OWASP_Tiger|OWASP Tiger]]&lt;br /&gt;
* [[.Net CSRF Guard]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following OWASP projects are hosted on other project hosting sites:&lt;br /&gt;
&lt;br /&gt;
* [http://code.google.com/p/owasp-esapi-dotnet/ OWASP ESAPI .NET]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
===Active Project Workspaces===&lt;br /&gt;
*[http://trac2.assembla.com/owaspdotnet/query?status=new&amp;amp;status=assigned&amp;amp;status=reopened&amp;amp;group=type&amp;amp;reporter=%7E&amp;amp;eta=%7E Task and Research projects]&lt;br /&gt;
*FXCop Ruleset&lt;br /&gt;
*Sprajax&lt;br /&gt;
*CSSpider&lt;br /&gt;
*[http://www.assembla.com/wiki/show/owaspdotnet SCAN (Code Scanner)]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Related Open Source Projects===&lt;br /&gt;
* [[Hacme Bank]] (Foundstone tool)&lt;br /&gt;
* [[.NetMon]] (Foundstone tool)&lt;br /&gt;
* [[Validator.NET]] (Foundstone tool)&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Source Code Repositories===&lt;br /&gt;
Any repository that allows public access and has terms of service that holds no claim on the content that our members upload is generally o.k.  The following repos are popular among the members:&lt;br /&gt;
&lt;br /&gt;
*[http://www.codeplex.com/Project/ProjectDirectory.aspx?ProjectSearchText=owasp OWASP @ Codeplex]&lt;br /&gt;
*[http://code.google.com/p/owasp-code-central/ OWASP @ Google Code]&lt;br /&gt;
*[http://sourceforge.net/projects/owasp/ OWASP @ SourceForge]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Starting your own .NET Project===&lt;br /&gt;
If you're interested in starting your own project, please read [https://www.owasp.org/index.php/How_to_Start_an_OWASP_Project How to Start an OWASP Project].  Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new projects so that they're properly categorized.&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_Application_Security_Tool_Benchmarking_Environment_and_Site_Generator_Refresh_Project_-_Assessment_Frame&amp;diff=55496</id>
		<title>OWASP Application Security Tool Benchmarking Environment and Site Generator Refresh Project - Assessment Frame</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_Application_Security_Tool_Benchmarking_Environment_and_Site_Generator_Refresh_Project_-_Assessment_Frame&amp;diff=55496"/>
				<updated>2009-02-25T20:24:10Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[:Category:OWASP Application Security Tool Benchmarking Environment and Site Generator Refresh Project|Click here to return to project's main page]].&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;2&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''PROJECT IDENTIFICATION''' &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Project Name'''&lt;br /&gt;
 | colspan=&amp;quot;1&amp;quot; style=&amp;quot;width:85%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;'''OWASP Application Security Tool Benchmarking Environment and Site Generator Refresh Project''' &lt;br /&gt;
 |}&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;5&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|ASSESSMENT AND REVIEW PROCESS - OWASP Summer of Code 2008&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#6C82B5&amp;quot; align=&amp;quot;center&amp;quot;|'''Review/Reviewer''' &lt;br /&gt;
 | style=&amp;quot;width:22%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Author's Self Evaluation'''&amp;lt;br&amp;gt;[[:User:Ddk|'''Dmitry Kozlov''']] &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''First Reviewer'''&amp;lt;br&amp;gt;[[User:Mroxberr|'''Mark Roxberry''']]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''Second Reviewer'''&amp;lt;br&amp;gt;[[User:Medelibero|'''Mike de Libero''']] &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#b3b3b3&amp;quot; align=&amp;quot;center&amp;quot;|'''OWASP Board Member'''&amp;lt;br&amp;gt;(not applicable)&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''50% Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes''' &amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Application Security Tool Benchmarking Environment and Site Generator Refresh Project - 50 Review - Self Evaluation - A|Self-Evaluation (A)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Application Security Tool Benchmarking Environment and Site Generator Refresh Project - 50 Review - First Reviewer - C|First Reviewer (C)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''No [but close]'''&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Application Security Tool Benchmarking Environment and Site Generator Refresh Project 50 Review Second Review E|Second Reviewer (E)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|X &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:15%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|'''Final Review''' &lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Alpha Quality''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Application Security Tool Benchmarking Environment and Site Generator Refresh Project - Final Review - Self Evaluation - B|Self-Evaluation (B)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Alpha Quality''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Application Security Tool Benchmarking Environment and Site Generator Refresh Project - Final Review - First Reviewer - D|First Reviewer (D)]]&lt;br /&gt;
 | style=&amp;quot;width:21%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|Objectives &amp;amp; Deliveries reached?&amp;lt;br&amp;gt;'''Yes/No''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;Which status has been reached?&amp;lt;br&amp;gt;'''Alpha Quality''' (To update)&amp;lt;br&amp;gt;---------&amp;lt;br&amp;gt;[[Project Information:template Application Security Tool Benchmarking Environment and Site Generator Refresh Project - Final Review - Second Reviewer - F|Second Reviewer (F)]]&lt;br /&gt;
 | style=&amp;quot;width:22%; background:#C2C2C2&amp;quot; align=&amp;quot;center&amp;quot;|X&lt;br /&gt;
 |-&lt;br /&gt;
 |}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Project_Information:template_Application_Security_Tool_Benchmarking_Environment_and_Site_Generator_Refresh_Project_-_50_Review_-_First_Reviewer_-_C&amp;diff=55468</id>
		<title>Project Information:template Application Security Tool Benchmarking Environment and Site Generator Refresh Project - 50 Review - First Reviewer - C</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Project_Information:template_Application_Security_Tool_Benchmarking_Environment_and_Site_Generator_Refresh_Project_-_50_Review_-_First_Reviewer_-_C&amp;diff=55468"/>
				<updated>2009-02-25T15:42:47Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Project Information:template Application Security Tool Benchmarking Environment and Site Generator Refresh Project|Click here to return to the previous page]].&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;width:100%&amp;quot; border=&amp;quot;0&amp;quot; align=&amp;quot;center&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;3&amp;quot; align=&amp;quot;center&amp;quot; style=&amp;quot;background:#4058A0; color:white&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''50% REVIEW PROCESS''' &lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
Project Deliveries &amp;amp; Objectives  &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|&lt;br /&gt;
[[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#P003/P013 - OWASP Application Security Tool Benchmarking Environment and Site Generator refresh.=|OWASP Application Security Tool Benchmarking Environment and Site Generator refresh Project's Deliveries &amp;amp; Objectives]]&lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25x%; background:#4058A0&amp;quot; align=&amp;quot;center&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''QUESTIONS''' &lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#4058A0&amp;quot; align=&amp;quot;left&amp;quot;|&amp;lt;font color=&amp;quot;white&amp;quot;&amp;gt;'''ANSWERS'''  &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
1. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#P003/P013 - OWASP Application Security Tool Benchmarking Environment and Site Generator refresh.=|'''the assumed ones''']], please exemplify writing down those of them that haven't been realised.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|I'm unsure what the OWASP Application Security Tool Benchmarking Environment refers to, and was unable to assess its completeness.  The project application does not provide specifics for the Application Security tool Benchmarking Environment.&lt;br /&gt;
Regarding the Site Generator UI refresh and componentization, the UI has been improved and there is a separation of code into components.  I was able to download and install the application and generate sites.&lt;br /&gt;
 |- &lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;| &lt;br /&gt;
&lt;br /&gt;
2. At what extent have the project deliveries &amp;amp; objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications - Need Futher Clarifications#P003/P013 - OWASP Application Security Tool Benchmarking Environment and Site Generator refresh.=|'''the assumed ones''']], please quantify in terms of percentage.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;| From my observation, and no real quantification of the project requirements, the Site Generator refresh is at 50%.&lt;br /&gt;
 |- &lt;br /&gt;
 |-&lt;br /&gt;
 | style=&amp;quot;width:25%; background:#7B8ABD&amp;quot; align=&amp;quot;center&amp;quot;|&lt;br /&gt;
3. Please do use the right hand side column to provide advice and make work suggestions.&lt;br /&gt;
 | colspan=&amp;quot;2&amp;quot; style=&amp;quot;width:75%; background:#cccccc&amp;quot; align=&amp;quot;left&amp;quot;|The following are notes that I have for the project:&lt;br /&gt;
# Help link is needed (for both v1 and v2).  A concise how-to would be helpful.  I reviewed the User Guide NG and maybe have a help toolbar item in the toolbar that opens that up (for a start)&lt;br /&gt;
# Maximized the application doesn't stretch well.  You probably should disable maximization.&lt;br /&gt;
# What is the www.adrianTNT.com url link in the web directory of the generated site?&lt;br /&gt;
# How is the database installed for SQL injection vulns?  Right now I'm getting an error that login for 'webuser' does not exist.  I don't see any added databases.&lt;br /&gt;
# Are dependencies for SiteGen checked on install?  If a user does not have .NET 2.0, is there a dep check?&lt;br /&gt;
# The web output looks dated.  I don't like the flash menu and the web layout can be better.&lt;br /&gt;
# There are vulns in Site Generator 1 that are not in the update (e.g. HiddenFormField, IntegerOverflow, PoorEncryption, etc.).  Have they been consolidated or removed?  If so, was there a justification&lt;br /&gt;
# Is there a guide on adding my own vulnerabilities to the Site Generator templates?&lt;br /&gt;
# Is it possible to add templates for other languages?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=53822</id>
		<title>Category:OWASP .NET Project</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Category:OWASP_.NET_Project&amp;diff=53822"/>
				<updated>2009-02-10T02:56:52Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* .NET Project Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{:Project Information:template .NET Project}}&lt;br /&gt;
[[Category:OWASP Project]]&lt;br /&gt;
[[Category:OWASP Document]]&lt;br /&gt;
[[Category:OWASP Download]]&lt;br /&gt;
[[Category:OWASP Beta Quality Document]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
The OWASP .NET Project contains content related to securing .NET applications and services.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==.NET Project Overview==&lt;br /&gt;
{| align=&amp;quot;right&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP Project Quick Reference&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
*[[:Category:OWASP Top Ten Project|OWASP Top Ten Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP Testing Guide]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[.Net Assembly Analyzer]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP WebGoat Project]]&amp;lt;br /&amp;gt;&lt;br /&gt;
*[[OWASP WebScarab Project]]&lt;br /&gt;
*[http://code.google.com/p/owasp-net-content/  OWASP .NET Content Project]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Purpose'''&lt;br /&gt;
&lt;br /&gt;
The purpose of the OWASP .NET 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.  The project will try to include resources from Microsoft and from the Open Source community, the Alt.NET community and other related security resources.&lt;br /&gt;
&lt;br /&gt;
Please review the [[:Category:Vulnerability|vulnerabilities]] section at OWASP for the grand list of web vulnerabilities, many apply to .NET software.  This section has a Quick Reference table for OWASP projects that you can use for your security projects now.  For .NET related content throughout the site, look for the [[:Category:.NET|.NET category]].  There is plenty of work to be done, so feel free to join the OWASP .NET Project (See Joining the project below).  Contribute work or join our mailing list, many voices are better than one, so join today!&lt;br /&gt;
&lt;br /&gt;
'''Goals'''&lt;br /&gt;
&lt;br /&gt;
*To provide a comprehensive collection of resources for all roles involved with designing, developing and maintaining .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
*To organize content specific to OWASP projects that can be used or referenced for .NET security.&lt;br /&gt;
&lt;br /&gt;
*To reach out and bring in content from the open source community to protect users of .NET web applications and services.&lt;br /&gt;
&lt;br /&gt;
'''Content'''&lt;br /&gt;
&lt;br /&gt;
Check out the OWASP .NET Recommended Resources wiki page for a quick list of resources available now for secure .NET development:&lt;br /&gt;
&lt;br /&gt;
; [[OWASP .NET Recommended Resources| OWASP .NET Recommended Resources]]&lt;br /&gt;
&lt;br /&gt;
The following sections include content that can be useful for a specific role in securing .NET web applications and services:&lt;br /&gt;
&lt;br /&gt;
; [[.NET Security for Architects| .NET Security for Architects]]&lt;br /&gt;
; [[.NET Security for Developers| .NET Security for Developers]]&lt;br /&gt;
; [[.NET Security for IT Professional| .NET Security for IT Professionals]]&lt;br /&gt;
; [[.NET Penetration Testing| .NET Penetration Testing]]&lt;br /&gt;
; [[.NET Incident Response| .NET Incident Response]]&lt;br /&gt;
&lt;br /&gt;
For active projects:&lt;br /&gt;
; [[OWASP .NET Active Projects]]&lt;br /&gt;
&lt;br /&gt;
For research projects:&lt;br /&gt;
; [[OWASP .NET Research]]&lt;br /&gt;
&lt;br /&gt;
==Joining the Project==&lt;br /&gt;
The project's high level roadmap can be found at the [[OWASP .Net Project Roadmap]]&lt;br /&gt;
* Please submit your ideas for articles, content and general feedback to the [[.NET Project Wishlist]].&lt;br /&gt;
* If you'd like to contribute:&lt;br /&gt;
# visit the [[Tutorial]], &lt;br /&gt;
# join the mailing list (see [[How to join Owasp.Net Mailing List]])&lt;br /&gt;
# and pick a topic from the [[.NET Project Wishlist]] or suggest a new topic&lt;br /&gt;
# or check out our active projects list, [[OWASP .NET Active Projects]], and join one today.&lt;br /&gt;
&lt;br /&gt;
Remember to add the tag: &amp;lt;nowiki&amp;gt;[[Category:OWASP .NET Project]]&amp;lt;/nowiki&amp;gt; to the end of new articles so that they're properly categorized.&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; width=&amp;quot;75%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! OWASP .NET Project Latest&lt;br /&gt;
|- &lt;br /&gt;
| &lt;br /&gt;
* February 9, 2009 Added [[OWASP .NET Research]] and removed [[OWASP .NET Vulnerability Research]] from project page.&lt;br /&gt;
* February 9, 2009 Added [[.NET Framework Rootkits]] to [[OWASP .NET Research]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Research&amp;diff=53701</id>
		<title>OWASP .NET Research</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Research&amp;diff=53701"/>
				<updated>2009-02-09T17:22:58Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: /* Core Research Items */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The OWASP .NET Research page is for tracking research related to the .NET framework and applications built on the .NET framework.&lt;br /&gt;
&lt;br /&gt;
==Core Research Items==&lt;br /&gt;
[[Image:Presentation_-_.NET_Framework_Rootkits_-_Backdoors_Inside_Your_Framework.ppt|.NET Framework Rootkits]]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=OWASP_.NET_Research&amp;diff=53699</id>
		<title>OWASP .NET Research</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=OWASP_.NET_Research&amp;diff=53699"/>
				<updated>2009-02-09T17:19:19Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: New page: The OWASP .NET Research page is for tracking research related to the .NET framework and applications built on the .NET framework.  ==Core Research Items== [[Media:Image:Presentation_-_.NET...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The OWASP .NET Research page is for tracking research related to the .NET framework and applications built on the .NET framework.&lt;br /&gt;
&lt;br /&gt;
==Core Research Items==&lt;br /&gt;
[[Media:Image:Presentation_-_.NET_Framework_Rootkits_-_Backdoors_Inside_Your_Framework.ppt | .NET Framework Rootkits]]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=File:Presentation_-_.NET_Framework_Rootkits_-_Backdoors_Inside_Your_Framework.ppt&amp;diff=53698</id>
		<title>File:Presentation - .NET Framework Rootkits - Backdoors Inside Your Framework.ppt</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=File:Presentation_-_.NET_Framework_Rootkits_-_Backdoors_Inside_Your_Framework.ppt&amp;diff=53698"/>
				<updated>2009-02-09T17:09:18Z</updated>
		
		<summary type="html">&lt;p&gt;Mroxberr: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:OWASP .NET Project]]&lt;/div&gt;</summary>
		<author><name>Mroxberr</name></author>	</entry>

	</feed>