Skip to content

Commit ff29c09

Browse files
committed
Merged with upstream/develop.
2 parents 24a7f6e + d65b91e commit ff29c09

29 files changed

+327
-213
lines changed

.snyk

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
22
version: v1.14.0
3-
ignore:
4-
SNYK-JAVA-COMMONSIO-1277109:
5-
- commons-io:commons-io:
6-
reason: ESAPI cannot upgrade past the current commons-io version and still maintain Java 7 compatibility
7-
expires: '2025-12-30T00:00:00.000Z'

CONTRIBUTING-TO-ESAPI.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ Overview:
4646
autocrlf = input
4747

4848
Required Software:
49-
We use Maven for building. Maven 3.1 or later is required. You also need
50-
JDK 7 or later. (We generally use JDK 8, but compile ESAPI only to require
51-
JDK 7, which means our code can't yet use any features exclusive to Java 8
52-
or later.) [Note: If you use JDK 9 or later, there will be multiple
49+
We use Maven for building. Maven 3.3.9 or later is required. You also need
50+
JDK 8 or later.
51+
[Note: If you use JDK 9 or later, there will be multiple
5352
failures when you try to run 'mvn test' as well as some general warnings.
5453
See ESAPI GitHub issue #496 for details.]
5554

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You will find that GitHub repository at [https://github.com/ESAPI/esapi-java-leg
2929
<b>IMPORTANT NOTES:</b>
3030
The default branch for ESAPI legacy is now the 'develop' branch (rather than the 'main' (formerly 'master') branch), where future development, bug fixes, etc. will now be done. The 'main' branch is now marked as "protected"; it reflects the latest stable ESAPI release (2.1.0.1 as of this date). Note that this change of making the 'develop' branch the default may affect any pull requests that you were intending to make.
3131

32-
Also, the <i>minimal</i> baseline Java version to use ESAPI is Java 7. (This was changed from Java 6 during the 2.2.0.0 release.)
32+
Also, the <i>minimal</i> baseline Java version to use ESAPI is Java 8. (This was changed from Java 7 during the 2.4.0.0 release.)
3333

3434
# Where can I find ESAPI 3.x?
3535
[https://github.com/ESAPI/esapi-java](https://github.com/ESAPI/esapi-java)
67 Bytes
Binary file not shown.
18.4 KB
Binary file not shown.
-12 Bytes
Binary file not shown.
1.97 KB
Binary file not shown.
-135 Bytes
Binary file not shown.
165 Bytes
Binary file not shown.
-36 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)