102 <div align="right"><a href="#top">Up</a></div> |
102 <div align="right"><a href="#top">Up</a></div> |
103 <hr /> |
103 <hr /> |
104 <hr /> |
104 <hr /> |
105 <a NAME="checkHardcodedSqlExpressions" ID="checkHardcodedSqlExpressions"></a> |
105 <a NAME="checkHardcodedSqlExpressions" ID="checkHardcodedSqlExpressions"></a> |
106 <h2>checkHardcodedSqlExpressions</h2> |
106 <h2>checkHardcodedSqlExpressions</h2> |
107 <b>checkHardcodedSqlExpressions</b>(<i>reportError, context, config</i>) |
107 <b>checkHardcodedSqlExpressions</b>(<i>reportError, context, _config</i>) |
108 <p> |
108 <p> |
109 Function to check for SQL injection. |
109 Function to check for SQL injection. |
110 </p> |
110 </p> |
111 |
111 |
112 <dl> |
112 <dl> |
117 </dd> |
117 </dd> |
118 <dt><i>context</i> (SecurityContext)</dt> |
118 <dt><i>context</i> (SecurityContext)</dt> |
119 <dd> |
119 <dd> |
120 security context object |
120 security context object |
121 </dd> |
121 </dd> |
122 <dt><i>config</i> (dict)</dt> |
122 <dt><i>_config</i> (dict)</dt> |
123 <dd> |
123 <dd> |
124 dictionary with configuration data |
124 dictionary with configuration data (unused) |
125 </dd> |
125 </dd> |
126 </dl> |
126 </dl> |
127 <div align="right"><a href="#top">Up</a></div> |
127 <div align="right"><a href="#top">Up</a></div> |
128 <hr /> |
128 <hr /> |
129 <hr /> |
129 <hr /> |