File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/owasp/esapi/codecs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
* Other than the interfaces, very few of these concrete classes are intended to be used directly.
27
27
* Rather, most of them are used through implementations of the {@link org.owasp.esapi.Encoder}
28
28
* interface. While the OWASP team over the years have made every effort to be extra cautious, the
29
- * various {@code Codec} implemtations can offer NO GUARANTEE of safety if the client is
29
+ * various {@code Codec} implementations can offer NO GUARANTEE of safety if the client is
30
30
* using these {@code Codec} classes <i>directly</i>. Therefore, if the client is using
31
31
* these classes directly, it is highly advised to practice security-in-depth
32
- * and also perform canonicalization, followed by strict input valiation , both
32
+ * and also perform canonicalization, followed by strict input validation , both
33
33
* prior to encoding and after decoding, to protect your application from input-based
34
34
* attacks.
35
35
* </p>
You can’t perform that action at this time.
0 commit comments