This repository was archived by the owner on Sep 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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.
1515
1616Start using the CureKit Sanitizers
1717-----------------------------------
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 ) .
1919
2020The jar is also available in Maven:
2121
2222``` xml
2323<dependency >
2424 <groupId >io.whitesource</groupId >
2525 <artifactId >curekit</artifactId >
26- <version >1.0.2 </version >
26+ <version >1.1.0 </version >
2727</dependency >
2828```
2929
3030Quick Overview
3131--------------
3232The 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,
3434import io.whitesource.cure.Encoder and start using.
3535
3636Example usage:
You can’t perform that action at this time.
0 commit comments