Where is the ESAPI documentation located?

I am interested in using ESAPI in a production environment.

Is there any official documentation on how to set up a web application correctly, and if so, where?

+2


source to share


2 answers


ESAPI has good intentions, it actually refers de facto to the top 10 OWASP questions.

However, its main development is not very active. The library is provided as is.

There are two Java libraries depending on the versions:

There is a desire to have documentation ( https://www.owasp.org/index.php/ESAPI_Documentation ), especially: How to use ESAPI in a new application .

But nowadays it really is light ...



As of March 2014, the project has been downgraded from flagship status ( http://off-the-wall-security.blogspot.fr/2014/03/esapi-no-longer-owasp-flagship-project.html ). (credits to avgvstvs)

If you still want to learn ESAPI, the best you can currently do is:

README in the new version of annonce new stuff to come:

September 2, 2014. We're gearing up for a great addition to AppSecUSA in Denver this month. We will announce our schedule and will be at the conference soon! Stay with us!

Maybe the document will arrive one day ...

+3


source


If you want to learn safe programming with ESAPI, check out the ESAPI swing set: https://www.owasp.org/index.php/ESAPI_Swingset



However, as superbob pointed out, you probably shouldn't be using it in new production applications.

0


source







All Articles