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 "Category:OWASP Enterprise Security API"
From OWASP
m (Fix bad grammar.) |
m (Update Javadoc link on main tab to reference 2.2.0.0 release.) |
||
(One intermediate revision by the same user not shown) | |||
Line 93: | Line 93: | ||
*The [[ESAPI Swingset|ESAPI Swingset]] sample application demonstrates how to leverage ESAPI to protect a web application. | *The [[ESAPI Swingset|ESAPI Swingset]] sample application demonstrates how to leverage ESAPI to protect a web application. | ||
*LAMP should be spelled LAMPE ([http://www.owasp.org/images/a/ac/LAMP_Should_be_Spelled_LAMPE.pdf PDF]) | *LAMP should be spelled LAMPE ([http://www.owasp.org/images/a/ac/LAMP_Should_be_Spelled_LAMPE.pdf PDF]) | ||
− | *ESAPI for Java interface documentation ([http://www.javadoc.io/doc/org.owasp.esapi/esapi/2. | + | *ESAPI for Java interface documentation ([http://www.javadoc.io/doc/org.owasp.esapi/esapi/2.2.0.0 JavaDocs]) |
|} | |} | ||
Line 127: | Line 127: | ||
* General HTML sanitization: [https://www.owasp.org/index.php/OWASP_Java_HTML_Sanitizer_Project OWASP Java HTML Sanitizer] | * General HTML sanitization: [https://www.owasp.org/index.php/OWASP_Java_HTML_Sanitizer_Project OWASP Java HTML Sanitizer] | ||
* Validation: [http://beanvalidation.org/ JSR-303/JSR-349 Bean Validation] | * Validation: [http://beanvalidation.org/ JSR-303/JSR-349 Bean Validation] | ||
− | *Strong cryptography: [https://github.com/google/keyczar Keyczar] | + | *Strong cryptography: [https://github.com/google/tink Google Tink], [https://github.com/google/keyczar Keyczar] |
* Authentication / authorization: [https://shiro.apache.org/ Apache Shiro] | * Authentication / authorization: [https://shiro.apache.org/ Apache Shiro] | ||
* CSRF protection: [https://www.owasp.org/index.php/Category:OWASP_CSRFGuard_Project OWASP CSRFGuard Project] or [https://www.owasp.org/index.php/CSRFProtector_Project OWASP CSRFProtector Project] | * CSRF protection: [https://www.owasp.org/index.php/Category:OWASP_CSRFGuard_Project OWASP CSRFGuard Project] or [https://www.owasp.org/index.php/CSRFProtector_Project OWASP CSRFProtector Project] |
Latest revision as of 17:39, 28 June 2019
This project is part of the OWASP Builders community. Feel free to browse other projects within the Defenders, Builders, and Breakers communities. |
Pages in category "OWASP Enterprise Security API"
The following 27 pages are in this category, out of 27 total.
C
E
- EASPI
- ESAPI Swingset
- ESAPI
- ESAPI Access Control
- ESAPI ClassicASP Readme
- ESAPI ColdFusion CFML Readme
- ESAPI Contributions
- ESAPI DotNET Readme
- ESAPI Javadocs
- ESAPI JavaScript Readme
- ESAPI Mapping
- ESAPI Plan
- ESAPI Python Readme
- ESAPI Secure Coding Guideline
- ESAPI Specification
- ESAPI Summit
- ESAPI-Building
- ESAPI-BuildingWithEclipse