File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
src/main/java/org/owasp/esapi Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 157
157
* to the W3C HTML specications)&em;the various {@code Codec} implemtations can offer
158
158
* NO GUARANTEE of safety of the content being encoded or decoded. Therefore,
159
159
* it is highly advised to practice a security-in-depth approach for everything you do.
160
- * By following that advise , you will minimize the impact and/or likelihood of any
160
+ * By following that advice , you will minimize the impact and/or likelihood of any
161
161
* vulnerabilities from bugs in the ESAPI code or accidental misuse of the ESAPI
162
162
* library on your part. In particular, whenever there are cases where cients use
163
163
* any of these {@link org.owasp.esapi.codecs.Codec} classes drectly, it is highly
Original file line number Diff line number Diff line change 16
16
/**
17
17
* Implementation of the Codec interface for IBM Db2 strings.
18
18
* This function will only protect you from SQLi in limited situations.
19
- * To improve your changces of success, you made also need to do some
19
+ * To improve your chances of success, you made also need to do some
20
20
* additional canonicalization and input validation first. Before using this class,
21
- * pleaes be sure to read the "SECURITY WARNING" in
21
+ * please be sure to read the "SECURITY WARNING" in
22
22
* {@link org.owasp.esapi.Encoder#encodeForSQL}
23
- * before using this particular {@link org.owasp.esapi.codecs.Codec} and raising your hope of find
23
+ * before using this particular {@link org.owasp.esapi.codecs.Codec} and raising your hope of finding
24
24
* a silver bullet to kill all the SQLi werewolves.
25
25
*
26
26
* @author Sivasankar Tanakala (stanakal@TRS.NYC.NY.US)
Original file line number Diff line number Diff line change 20
20
/**
21
21
* Codec implementation which can be used to escape string literals in MySQL.
22
22
* This function will only protect you from SQLi in limited situations.
23
- * To improve your changces of success, you made also need to do some
23
+ * To improve your chances of success, you made also need to do some
24
24
* additional canonicalization and input validation first. Before using this class,
25
- * pleaes be sure to read the "SECURITY WARNING" in
25
+ * please be sure to read the "SECURITY WARNING" in
26
26
* {@link org.owasp.esapi.Encoder#encodeForSQL}
27
- * before using this particular {@link org.owasp.esapi.codecs.Codec} and raising your hope of find
27
+ * before using this particular {@link org.owasp.esapi.codecs.Codec} and raising your hope of finding
28
28
* a silver bullet to kill all the SQLi werewolves.
29
29
* </p><p>
30
30
* This implementation accepts 2 {@code org.owasp.esapi.codes.MySQLCodec.Mode}s as identified
Original file line number Diff line number Diff line change 20
20
/**
21
21
* Implementation of the {@link org.owasp.esapi.codecs.Codec} interface for Oracle DB strings.
22
22
* This function will only protect you from SQLi in limited situations.
23
- * To improve your changces of success, you made also need to do some
23
+ * To improve your chances of success, you made also need to do some
24
24
* additional canonicalization and input validation first. Before using this class,
25
- * pleaes be sure to read the "SECURITY WARNING" in
25
+ * please be sure to read the "SECURITY WARNING" in
26
26
* {@link org.owasp.esapi.Encoder#encodeForSQL}
27
- * before using this particular {@link org.owasp.esapi.codecs.Codec} and raising your hope of find
27
+ * before using this particular {@link org.owasp.esapi.codecs.Codec} and raising your hope of finding
28
28
* a silver bullet to kill all the SQLi werewolves.
29
29
*
30
30
* @see <a href="http://oraqa.com/2006/03/20/how-to-escape-single-quotes-in-strings/">how-to-escape-single-quotes-in-strings</a>
You can’t perform that action at this time.
0 commit comments