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 "OWASP Newsletter 3"
From OWASP
Dinis.cruz (talk | contribs) m (Unprotected "OWASP Newsletter 3": Applied protection to the wrong page :)) |
Dinis.cruz (talk | contribs) (→Featured Projects: {TBD}) |
||
Line 5: | Line 5: | ||
== Featured Projects: {TBD} == | == Featured Projects: {TBD} == | ||
+ | |||
+ | ====OWASP Java Project==== | ||
+ | * [[How to perform HTML entity encoding in Java]] to prevent Cross Site Scripting attacks | ||
+ | * [[JAAS Tomcat Login Module]] - an example of how to implement a time delayed JAAS login module in Tomcat | ||
+ | * [[Securing tomcat | Securing Apache Tomcat]] - a guide for deployers on how to secure Apache Tomcat | ||
+ | * [[Hashing Java| Hashing in Java]] - how to securely implement cryptographic hashing in Java | ||
== Latest additions to the WIKI == | == Latest additions to the WIKI == |
Revision as of 01:23, 18 January 2007
Using the same format as used in OWASP Newsletter 1 and OWASP Newsletter 2 this is the page that will be used for the next Newsletter
OWASP News
Featured Projects: {TBD}
OWASP Java Project
- How to perform HTML entity encoding in Java to prevent Cross Site Scripting attacks
- JAAS Tomcat Login Module - an example of how to implement a time delayed JAAS login module in Tomcat
- Securing Apache Tomcat - a guide for deployers on how to secure Apache Tomcat
- Hashing in Java - how to securely implement cryptographic hashing in Java