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 (Change link for 'ESAPI for JavaScript' from obsolete Google Code link to GitHub link.) |
m (Update Javadoc link on main tab to reference 2.2.0.0 release.) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 75: | Line 75: | ||
*[https://search.maven.org/#search|ga|1|esapi ESAPI for Java Downloads (binaries)] | *[https://search.maven.org/#search|ga|1|esapi ESAPI for Java Downloads (binaries)] | ||
*[https://github.com/ESAPI/esapi-java-legacy ESAPI for Java (source)]<br> | *[https://github.com/ESAPI/esapi-java-legacy ESAPI for Java (source)]<br> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
*[https://github.com/ESAPI/owasp-esapi-js ESAPI for Javascript]<br> | *[https://github.com/ESAPI/owasp-esapi-js ESAPI for Javascript]<br> | ||
+ | |||
+ | '''No longer supported versions'''. If you absolutely need to download one of those, it is suggested that you search the [https://archive.org/ Internet Archive Wayback Machine] or [https://github.com/ GitHub] for someone who may have mirrored it: | ||
+ | |||
+ | * ESAPI for .NET | ||
+ | * ESAPI for Classic ASP | ||
+ | * ESAPI for PHP | ||
+ | * ESAPI for ColdFusion & CFML | ||
+ | * ESAPI for Python | ||
+ | |||
| valign="top" style="padding-left:25px;width:33%;" | | | valign="top" style="padding-left:25px;width:33%;" | | ||
Line 89: | 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 124: | 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] | ||
− | Note that | + | Note that this is not to suggest that ESAPI is dead, but rather to acknowledge the fact that it isn't being as well-maintained as most F500 companies would like for their enterprise software. There may be alternatives, such as companies that you can purchase ESAPI support from. Those are not being considered here for various reasons, not the least of which is to remain vendor neutral. Rather, instead these recommendations should be taken as possible alternatives to secure your application. It is not a perfect world that we live in, but I would be remiss as an appsec guy if I were to plug ESAPI over other good security solutions simply because of my contributions to / involvement with ESAPI. I think that ESAPI has it's place and I will do my best to maintain it, but not to the exclusion of my family or day job. If you would like to volunteer to help, you know where to find me. |
-[mailto:kevin.w.wall@gmail.com kevin wall] | -[mailto:kevin.w.wall@gmail.com kevin wall] |
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