Skip to content

Commit 7003acc

Browse files
authored
Updated README.md to refer to config jar
Updated 2.2.0.0 release on GitHub and added jar and signature for ESAPI default config files. This README.md update just references that.
1 parent 448c8f3 commit 7003acc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ The default branch for ESAPI legacy is now the 'develop' branch (rather than the
2323
# Where can I find ESAPI 3.x?
2424
https://github.com/ESAPI/esapi-java
2525

26+
# Locating ESAPI Jar files
27+
The latest ESAPI 2.2.0.0 default configuration jar and its GPG signature can be found at [esapi-2.2.0.0-configuration.jar](https://github.com/ESAPI/esapi-java-legacy/releases/download/esapi-2.2.0.0/esapi-2.2.0.0-configuration.jar) and [esapi-2.2.0.0-configuration.jar.asc](https://github.com/ESAPI/esapi-java-legacy/releases/download/esapi-2.2.0.0/esapi-2.2.0.0-configuration.jar.asc) respectively.
28+
29+
The latest regular ESAPI jars can are available from Maven Central.
30+
31+
2632
# ESAPI Deprecation Policy
2733
Unless we unintentionally screw-up, our intent is to keep classes, methods, and/or fields whihc have been annotated as "@deprecated" for a minimum of two (2) years or until the next major release number (e.g., 3.x as of now), which ever comes first, before we remove them.
2834
Note that this policy does not apply to classes under the **org.owasp.esapi.reference** package. You are not expected to be using such classes directly in your code.

0 commit comments

Comments
 (0)