Skip to content

Commit 5e04f5f

Browse files
Merge branch 'develop' into java-8
2 parents 0cfe1d4 + c4b7d02 commit 5e04f5f

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

.github/workflows/superlinter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Runs the Super-Linter action and ignore errors
2121
- name: Run Super-Linter
22-
uses: github/super-linter@v3
22+
uses: github/super-linter@v4
2323
env:
2424
DEFAULT_BRANCH: develop
2525
DISABLE_ERRORS: true

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Enterprise Security API for Java (Legacy)
44
[![Build Status](https://travis-ci.org/bkimminich/esapi-java-legacy.svg?branch=master)](https://travis-ci.org/bkimminich/esapi-java-legacy)
55
[![Coverage Status](https://coveralls.io/repos/github/bkimminich/esapi-java-legacy/badge.svg?branch=develop)](https://coveralls.io/github/bkimminich/esapi-java-legacy?branch=develop)
66
[![Coverity Status](https://scan.coverity.com/projects/8517/badge.svg)](https://scan.coverity.com/projects/bkimminich-esapi-java-legacy)
7-
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/137/badge)](https://bestpractices.coreinfrastructure.org/projects/137)
7+
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/137/badge)](https://bestpractices.coreinfrastructure.org/projects/137)
88

99
<table border=0>
1010
<tr>
@@ -14,6 +14,11 @@ OWASP® ESAPI (The OWASP Enterprise Security API) is a free, open source, web ap
1414
</tr>
1515
</table>
1616

17+
# A word about ESAPI and Log4J vulnerabilities
18+
This is way too detailed to litter the README file with, but several of you have
19+
been asking about this, so I wrote up something on it and posted it to the ESAPI
20+
Users Google group. You can find it at [A word about Log4J vulnerabilities in ESAPI - the TL;DR version](https://groups.google.com/a/owasp.org/g/esapi-project-users/c/_CR8d-dpvMU).
21+
1722
# Where is the OWASP ESAPI wiki page?
1823
You can find the OWASP ESAPI wiki pages at [https://owasp.org/www-project-enterprise-security-api/](https://owasp.org/www-project-enterprise-security-api/). The ESAPI legacy GitHub repo also has a few useful wiki pages.
1924

@@ -37,7 +42,7 @@ The ESAPI release notes may be found in ESAPI's "documentation" directory. They
3742
Starting with ESAPI 2.2.3.0, ESAPI is using a version of AntiSamy that by default includes 'slf4j-simple' and does XML schema validation on the AntiSamy policy files. Please **READ** the release notes for the 2.2.3.0 release (at least the beginning portion) for some important notes that likely will affect your use of ESAPI! You have been warned!!!
3843

3944
# Locating ESAPI Jar files
40-
The [latest ESAPI release](https://github.com/ESAPI/esapi-java-legacy/releases/latest) is 2.2.3.0. The default configuration jar and its GPG signature can be found at [esapi-2.2.3.0-configuration.jar](https://github.com/ESAPI/esapi-java-legacy/releases/download/esapi-2.2.3.0/esapi-2.2.3.0-configuration.jar) and [esapi-2.2.3.0-configuration.jar.asc](https://github.com/ESAPI/esapi-java-legacy/releases/download/esapi-2.2.3.0/esapi-2.2.3.0-configuration.jar.asc) respectively.
45+
The [latest ESAPI release](https://github.com/ESAPI/esapi-java-legacy/releases/latest) is 2.2.3.1. The default configuration jar and its GPG signature can be found at [esapi-2.2.3.1-configuration.jar](https://github.com/ESAPI/esapi-java-legacy/releases/download/esapi-2.2.3.1/esapi-2.2.3.1-configuration.jar) and [esapi-2.2.3.1-configuration.jar.asc](https://github.com/ESAPI/esapi-java-legacy/releases/download/esapi-2.2.3.1/esapi-2.2.3.0-configuration.jar.asc) respectively.
4146

4247
The latest *regular* ESAPI jars can are available from Maven Central.
4348

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 2.2.0.0 | :white_check_mark: |
8-
| 2.1.0.1 | :x:, upgrade to 2.2.0.0|
7+
| 2.2.3.1 (latest) | :white_check_mark: |
8+
| 2.1.0.1-2.2.3.0 | :x:, upgrade to latest release |
99
| <= 1.4.x | :x:, no longer supported AT ALL |
1010

1111
## Reporting a Vulnerability
31.5 KB
Binary file not shown.
111 KB
Binary file not shown.

pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@
133133
<properties>
134134
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
135135
<version.jmh>1.34</version.jmh>
136-
<!-- Note: powermock v2.0.8 doesn't exist. v2.0.9+ requires mockito-core v3+, which requires Java 8 -->
137136
<version.powermock>2.0.9</version.powermock>
138137
<version.spotbugs>4.5.2</version.spotbugs>
139138
<version.spotbugs.maven>4.5.2.0</version.spotbugs.maven>

0 commit comments

Comments
 (0)