forked from ESAPI/esapi-java-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.html
More file actions
27 lines (22 loc) · 851 Bytes
/
Copy pathpackage.html
File metadata and controls
27 lines (22 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">
The ESAPI interfaces and Exception classes model the most important security
functions to enterprise web applications. The interfaces in this package are
intended to be extended and customized within an enterprise to match their
custom data, security services, and application environment. A reference
implementation of this interface is provided as an example of how this
library can be implemented successfully.
<h2>References</h2>
This library builds on some of the ideas found in:
<ul>
<li><a href="">OWASP</a></li>
<li><a href="">Microsoft's AntiXSS</a></li>
<li><a href="">Java JCE</a></li>
<li><a href="">Java Logging API</a></li>
<li><a href="">Apache Commons FileUpload</a></li>
</ul>
</body>
</html>