src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.html

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.html	Fri Oct 27 14:09:40 2023 +0200
@@ -27,11 +27,11 @@
 
 <tr>
 <td><a href="#checkDjangoExtraUsed">checkDjangoExtraUsed</a></td>
-<td></td>
+<td>Function to check for potential SQL injection on extra function.</td>
 </tr>
 <tr>
 <td><a href="#checkDjangoRawSqlUsed">checkDjangoRawSqlUsed</a></td>
-<td></td>
+<td>Function to check for potential SQL injection on RawSQL function.</td>
 </tr>
 <tr>
 <td><a href="#getChecks">getChecks</a></td>
@@ -48,6 +48,24 @@
 <h2>checkDjangoExtraUsed</h2>
 <b>checkDjangoExtraUsed</b>(<i>reportError, context, config</i>)
 
+<p>
+    Function to check for potential SQL injection on extra function.
+</p>
+<dl>
+
+<dt><i>reportError</i> (func)</dt>
+<dd>
+function to be used to report errors
+</dd>
+<dt><i>context</i> (SecurityContext)</dt>
+<dd>
+security context object
+</dd>
+<dt><i>config</i> (dict)</dt>
+<dd>
+dictionary with configuration data
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -55,6 +73,24 @@
 <h2>checkDjangoRawSqlUsed</h2>
 <b>checkDjangoRawSqlUsed</b>(<i>reportError, context, config</i>)
 
+<p>
+    Function to check for potential SQL injection on RawSQL function.
+</p>
+<dl>
+
+<dt><i>reportError</i> (func)</dt>
+<dd>
+function to be used to report errors
+</dd>
+<dt><i>context</i> (SecurityContext)</dt>
+<dd>
+security context object
+</dd>
+<dt><i>config</i> (dict)</dt>
+<dd>
+dictionary with configuration data
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial