We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b634e commit 8eb9d0fCopy full SHA for 8eb9d0f
src/main/java/org/owasp/esapi/ESAPI.java
@@ -93,6 +93,8 @@ public static Authenticator authenticator() {
93
}
94
95
/**
96
+ * The ESAPI Encoder is primarilly used to provide <i>output</i> encoding to
97
+ * prevent Cross-Site Scripting (XSS).
98
* @return the current ESAPI Encoder object being used to encode and decode data for this application.
99
*/
100
public static Encoder encoder() {
0 commit comments