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 2626 * Other than the interfaces, very few of these concrete classes are intended to be used directly.
2727 * Rather, most of them are used through implementations of the {@link org.owasp.esapi.Encoder}
2828 * 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
3030 * using these {@code Codec} classes <i>directly</i>. Therefore, if the client is using
3131 * 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
3333 * prior to encoding and after decoding, to protect your application from input-based
3434 * attacks.
3535 * </p>
You can’t perform that action at this time.
0 commit comments