Skip to content

Commit b6f8808

Browse files
authored
Merge pull request ESAPI#551 from kwwall/misc-cleanup
Misc cleanup
2 parents f94ca94 + 573ec7e commit b6f8808

26 files changed

+650
-528
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Enterprise Security API for Java (Legacy)
99
<table border=0>
1010
<tr>
1111
<td>
12-
OWASP ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI for Java library is designed to make it easier for programmers to retrofit security into existing applications. ESAPI for Java also serves as a solid foundation for new development.
12+
OWASP® ESAPI (The OWASP Enterprise Security API) is a free, open source, web application security control library that makes it easier for programmers to write lower-risk applications. The ESAPI for Java library is designed to make it easier for programmers to retrofit security into existing applications. ESAPI for Java also serves as a solid foundation for new development.
1313
</td>
1414
</tr>
1515
</table>
@@ -61,7 +61,7 @@ More detail is available in the file '[SECURITY.md](https://raw.githubuserconten
6161

6262
## Where to Find More Information on ESAPI
6363

64-
*Wiki:* https://www.owasp.org/index.php/Category:OWASP_Enterprise_Security_API
64+
*Wiki:* https://owasp.org/www-project-enterprise-security-api/
6565

6666
*Nightly Build:* Travis CI - https://travis-ci.org/bkimminich/esapi-java-legacy
6767

@@ -85,3 +85,6 @@ Old archives for the old Mailman mailing lists for ESAPI-Users and ESAPI-Dev are
8585
For a general overview of Google Groups and its web interface, see https://groups.google.com/forum/#!overview
8686

8787
For assistance subscribing and unsubscribing to Google Groups, see https://webapps.stackexchange.com/questions/13508/how-can-i-subscribe-to-a-google-mailing-list-with-a-non-google-e-mail-address/15593#15593
88+
89+
----------
90+
OWASP is a registered trademark of the OWASP Foundation, Inc.

configuration/esapi/waf-policy.xsd

-1.07 KB
Binary file not shown.

documentation/esapi4java-core-2.2.1.0-release-notes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Issue # GitHub Issue Title
5050
538 Addressing log4j 1.x CVE-2019-17571
5151
552 Rewrite implementation of some ESAPI classes to remove Java 8 dependencies
5252

53+
5354
-----------------------------------------------------------------------------
5455

5556
Changes requiring special attention
@@ -105,8 +106,10 @@ sempf 1 1
105106

106107
-----------------------------------------------------------------------------
107108

109+
108110
53 Closed PRs since 2.2.0.0 release (those rejected not listed)
109111
===============================================================
112+
110113
504 New scripts to suppress noise for 'mvn test'
111114
510 Resolve #509 - Properly throw exception when HTML fails
112115
513 Close issue #512 by updating to 1.9.4 of Commons Beans Util.\

0 commit comments

Comments
 (0)