File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ These methods rely on OWASP's encoders and best-practice fix recommendations.
15
15
16
16
Start using the CureKit Sanitizers
17
17
-----------------------------------
18
- You can download a JAR from [ Maven Central] ( https://search.maven.org/artifact/io.whitesource/curekit/1.0.0 /jar ) .
18
+ You can download a JAR from [ Maven Central] ( https://search.maven.org/artifact/io.whitesource/curekit/1.0.3 /jar ) .
19
19
20
20
The jar is also available in Maven:
21
21
22
22
``` xml
23
23
<dependency >
24
24
<groupId >io.whitesource</groupId >
25
25
<artifactId >curekit</artifactId >
26
- <version >1.0.2 </version >
26
+ <version >1.1.0 </version >
27
27
</dependency >
28
28
```
29
29
30
30
Quick Overview
31
31
--------------
32
32
The CureKit Java library is intended for quick contextual encoding with very little
33
- overhead, either in performance or usage. To get started, simply add the encoder-1.0.0 .jar,
33
+ overhead, either in performance or usage. To get started, simply add the encoder-1.0.3 .jar,
34
34
import io.whitesource.cure.Encoder and start using.
35
35
36
36
Example usage:
You can’t perform that action at this time.
0 commit comments