This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Project Information:template AntiSamy Project - 50 Review - Self Evaluation - A"

From OWASP
Jump to: navigation, search
(putting in info from self assessment)
 
Line 15: Line 15:
 
1. At what extent have the project deliveries & objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications#OWASP AntiSamy .NET|'''the assumed ones''']], please exemplify writing down those of them that haven't been realised.
 
1. At what extent have the project deliveries & objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications#OWASP AntiSamy .NET|'''the assumed ones''']], please exemplify writing down those of them that haven't been realised.
 
  | colspan="2" style="width:75%; background:#cccccc" align="left"|
 
  | colspan="2" style="width:75%; background:#cccccc" align="left"|
 +
The majority of the coding for this project is complete.  Replacement .NET libraries were found to take the place of the original Java libraries.  However, currently one of the libraries is a COM dll, requiring the library to be registered on the target machine.  As many people may not want to install a 3rd party .DLL on their production machines, one of our unrealized goals is to replace the tidyCOM dll with a 100% .NET replacement.
 
  |-  
 
  |-  
 +
 
  | style="width:25%; background:#7B8ABD" align="center"|  
 
  | style="width:25%; background:#7B8ABD" align="center"|  
  
 
2. At what extent have the project deliveries & objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications#OWASP AntiSamy .NET|'''the assumed ones''']], please quantify in terms of percentage.
 
2. At what extent have the project deliveries & objectives been accomplished?  Having in consideration [[OWASP Summer of Code 2008 Applications#OWASP AntiSamy .NET|'''the assumed ones''']], please quantify in terms of percentage.
 
  | colspan="2" style="width:75%; background:#cccccc" align="left"|
 
  | colspan="2" style="width:75%; background:#cccccc" align="left"|
 +
AntiSamy.java - DONE
 +
CleanResults.java - DONE
 +
Policy.java - DONE
 +
PolicyException.java - DONE
 +
ScanException.java - DONE
 +
 +
model
 +
AntiSamyPattern.java - DONE
 +
Attribute.java - DONE
 +
Property.java - DONE
 +
Tag.java - DONE
 +
scan
 +
AntiSamyDOMScanner.java - 70% complete
 +
util
 +
HTMLEntitityEncoder.java - DONE
 +
XMLUtil.java - DONE
 
  |-  
 
  |-  
 
  |-
 
  |-
Line 25: Line 43:
 
3. What kind of help is required either from the Reviewers or from the OWASP Community?
 
3. What kind of help is required either from the Reviewers or from the OWASP Community?
 
  | colspan="2" style="width:75%; background:#cccccc" align="left"|
 
  | colspan="2" style="width:75%; background:#cccccc" align="left"|
 +
We will need beta testers within a week or two.
 +
 
|}
 
|}

Latest revision as of 13:29, 8 July 2008

Click here to return to the previous page.

50% REVIEW PROCESS

Project Deliveries & Objectives

OWASP AntiSamy .NET Project's Deliveries & Objectives

QUESTIONS ANSWERS

1. At what extent have the project deliveries & objectives been accomplished? Having in consideration the assumed ones, please exemplify writing down those of them that haven't been realised.

The majority of the coding for this project is complete. Replacement .NET libraries were found to take the place of the original Java libraries. However, currently one of the libraries is a COM dll, requiring the library to be registered on the target machine. As many people may not want to install a 3rd party .DLL on their production machines, one of our unrealized goals is to replace the tidyCOM dll with a 100% .NET replacement.

2. At what extent have the project deliveries & objectives been accomplished? Having in consideration the assumed ones, please quantify in terms of percentage.

AntiSamy.java - DONE CleanResults.java - DONE Policy.java - DONE PolicyException.java - DONE ScanException.java - DONE

model

AntiSamyPattern.java - DONE
Attribute.java - DONE
Property.java - DONE
Tag.java - DONE

scan

AntiSamyDOMScanner.java - 70% complete

util

HTMLEntitityEncoder.java - DONE
XMLUtil.java - DONE

3. What kind of help is required either from the Reviewers or from the OWASP Community?

We will need beta testers within a week or two.