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/Training/OWASP ESAPI"
From OWASP
Line 14: | Line 14: | ||
* '''There are optionally your own implementations for each security control.''' There may be application logic contained in these classes which may be developed by or for your organization. An example: enterprise authentication. | * '''There are optionally your own implementations for each security control.''' There may be application logic contained in these classes which may be developed by or for your organization. An example: enterprise authentication. | ||
| | ||
− | | Material = [http:// | + | | Material = |
+ | | ||
+ | * Data sheet ([http://www.owasp.org/images/8/81/Esapi-datasheet.pdf PDF], [http://www.owasp.org/images/3/32/Esapi-datasheet.doc Word]) | ||
+ | * Project presentation ([http://owasp-esapi-java.googlecode.com/files/OWASP%20ESAPI.ppt PowerPoint]) | ||
+ | * Video presentation ([http://www.youtube.com/watch?v=QAPD1jPn04g YouTube]) | ||
+ | |||
+ | |||
}} | }} |
Revision as of 22:17, 14 April 2010
MODULE | |
OWASP Enterprise Security API | |
Overview & Goal | |
ESAPI is Enterprise security api’s for remediation of OWASP Top 10 vulnerabilities. It has generic api's for each of these vulnerability. This is a great source where application developers can see how specific issues can be remediated. The ESAPI libraries are designed to make it easier for programmers to retrofit security into existing applications. The ESAPI libraries also serve as a solid foundation for new development. | |
Contents | Materials |
All OWASP ESAPI language versions have the same basic design:
|
|