You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contextual Output Encoding is a computer programming technique necessary to stop
7
7
Cross-Site Scripting. This project is a Java 1.5+ simple-to-use drop-in high-performance
@@ -11,28 +11,28 @@ Start using the OWASP Java Encoders
11
11
-----------------------------------
12
12
You can download a JAR from [Maven Central](https://search.maven.org/#search|ga|1|g%3A%22org.owasp.encoder%22%20a%3A%22encoder%22).
13
13
14
-
JSP tags and EL functions are available in the encoder-jsp, also available in [Central](http://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder-jsp/1.2/encoder-jsp-1.2.jar).
14
+
JSP tags and EL functions are available in the encoder-jsp, also available in [Central](http://search.maven.org/remotecontent?filepath=org/owasp/encoder/encoder-jsp/1.2.3/encoder-jsp-1.2.3.jar).
15
15
16
16
The jars are also available in Maven:
17
17
18
18
```xml
19
19
<dependency>
20
20
<groupId>org.owasp.encoder</groupId>
21
21
<artifactId>encoder</artifactId>
22
-
<version>1.2.2</version>
22
+
<version>1.2.3</version>
23
23
</dependency>
24
24
25
25
<dependency>
26
26
<groupId>org.owasp.encoder</groupId>
27
27
<artifactId>encoder-jsp</artifactId>
28
-
<version>1.2.2</version>
28
+
<version>1.2.3</version>
29
29
</dependency>
30
30
```
31
31
32
32
Quick Overview
33
33
--------------
34
34
The OWASP Java Encoder library is intended for quick contextual encoding with very little
35
-
overhead, either in performance or usage. To get started, simply add the encoder-1.2.jar,
35
+
overhead, either in performance or usage. To get started, simply add the encoder-1.2.3.jar,
0 commit comments