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"
Line 3: | Line 3: | ||
Many organizations share similar security concerns and require a similar set of security controls to address these concerns. Many platforms, frameworks, and toolkits contain security mechanisms, but they are frequently complex and require security expertise to use correctly. The purpose of the ESAPI is to provide a simple interface that provides all the ordinary security functions a developer is likely to need in a clear, consistent, and easy to use way. | Many organizations share similar security concerns and require a similar set of security controls to address these concerns. Many platforms, frameworks, and toolkits contain security mechanisms, but they are frequently complex and require security expertise to use correctly. The purpose of the ESAPI is to provide a simple interface that provides all the ordinary security functions a developer is likely to need in a clear, consistent, and easy to use way. | ||
− | [[Image:OWASP ESAPI Architecture.png]] | + | * [[Image:OWASP ESAPI Architecture.png]] |
− | [[Image:OWASP ESAPI Top Ten.png]] | + | * [[Image:OWASP ESAPI Top Ten.png]] |
− | + | There are two key parts to the ESAPI: | |
+ | * A set of interfaces | ||
+ | * A reference implementation | ||
By using the ESAPI, applications across an organization will be easier to develop, more consistent, and easier to update in a single place. The use of the ESAPI will make it much easier for static analysis tools to verify an application, as the ESAPI calls can be built into the ruleset. | By using the ESAPI, applications across an organization will be easier to develop, more consistent, and easier to update in a single place. The use of the ESAPI will make it much easier for static analysis tools to verify an application, as the ESAPI calls can be built into the ruleset. | ||
+ | |||
+ | Join the [http://lists.owasp.org/mailman/listinfo/owasp-esapi OWASP ESAPI mailing list] and help make ESAPI better! | ||
==Download Now== | ==Download Now== | ||
+ | |||
+ | This release is the first public release and will undoubtably undergo significant revision over the coming months. We are seeking organizations willing to pilot this ESAPI and work with us to make this library better. Please contact [email protected] for more information. | ||
* [http://www.owasp.org/images/8/84/Esapi1.0.zip Full software baseline] | * [http://www.owasp.org/images/8/84/Esapi1.0.zip Full software baseline] | ||
Line 19: | Line 25: | ||
* [http://www.owasp.org/images/8/8e/Esapi_test.zip Simple test app and user admin interface] | * [http://www.owasp.org/images/8/8e/Esapi_test.zip Simple test app and user admin interface] | ||
− | == | + | ==Documentation== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Lots more information in the PowerPoint presentation contained in the documentation folder in the full release zip file. | |
− | + | There is also quite a bit of information in the javadoc documentation for the project, and the installation and build guide. | |
− | |||
− | |||
− | |||
− |
Revision as of 08:18, 16 November 2007
OWASP Enterprise Security API (ESAPI) Project
Many organizations share similar security concerns and require a similar set of security controls to address these concerns. Many platforms, frameworks, and toolkits contain security mechanisms, but they are frequently complex and require security expertise to use correctly. The purpose of the ESAPI is to provide a simple interface that provides all the ordinary security functions a developer is likely to need in a clear, consistent, and easy to use way.
There are two key parts to the ESAPI:
- A set of interfaces
- A reference implementation
By using the ESAPI, applications across an organization will be easier to develop, more consistent, and easier to update in a single place. The use of the ESAPI will make it much easier for static analysis tools to verify an application, as the ESAPI calls can be built into the ruleset.
Join the OWASP ESAPI mailing list and help make ESAPI better!
Download Now
This release is the first public release and will undoubtably undergo significant revision over the coming months. We are seeking organizations willing to pilot this ESAPI and work with us to make this library better. Please contact [email protected] for more information.
Documentation
Lots more information in the PowerPoint presentation contained in the documentation folder in the full release zip file.
There is also quite a bit of information in the javadoc documentation for the project, and the installation and build guide.
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