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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
43 43
44 <hr /> 44 <hr />
45 <hr /> 45 <hr />
46 <a NAME="checkDjangoExtraUsed" ID="checkDjangoExtraUsed"></a> 46 <a NAME="checkDjangoExtraUsed" ID="checkDjangoExtraUsed"></a>
47 <h2>checkDjangoExtraUsed</h2> 47 <h2>checkDjangoExtraUsed</h2>
48 <b>checkDjangoExtraUsed</b>(<i>reportError, context, config</i>) 48 <b>checkDjangoExtraUsed</b>(<i>reportError, context, _config</i>)
49 <p> 49 <p>
50 Function to check for potential SQL injection on extra function. 50 Function to check for potential SQL injection on extra function.
51 </p> 51 </p>
52 52
53 <dl> 53 <dl>
58 </dd> 58 </dd>
59 <dt><i>context</i> (SecurityContext)</dt> 59 <dt><i>context</i> (SecurityContext)</dt>
60 <dd> 60 <dd>
61 security context object 61 security context object
62 </dd> 62 </dd>
63 <dt><i>config</i> (dict)</dt> 63 <dt><i>_config</i> (dict)</dt>
64 <dd> 64 <dd>
65 dictionary with configuration data 65 dictionary with configuration data (unused)
66 </dd> 66 </dd>
67 </dl> 67 </dl>
68 <div align="right"><a href="#top">Up</a></div> 68 <div align="right"><a href="#top">Up</a></div>
69 <hr /> 69 <hr />
70 <hr /> 70 <hr />
71 <a NAME="checkDjangoRawSqlUsed" ID="checkDjangoRawSqlUsed"></a> 71 <a NAME="checkDjangoRawSqlUsed" ID="checkDjangoRawSqlUsed"></a>
72 <h2>checkDjangoRawSqlUsed</h2> 72 <h2>checkDjangoRawSqlUsed</h2>
73 <b>checkDjangoRawSqlUsed</b>(<i>reportError, context, config</i>) 73 <b>checkDjangoRawSqlUsed</b>(<i>reportError, context, _config</i>)
74 <p> 74 <p>
75 Function to check for potential SQL injection on RawSQL function. 75 Function to check for potential SQL injection on RawSQL function.
76 </p> 76 </p>
77 77
78 <dl> 78 <dl>
83 </dd> 83 </dd>
84 <dt><i>context</i> (SecurityContext)</dt> 84 <dt><i>context</i> (SecurityContext)</dt>
85 <dd> 85 <dd>
86 security context object 86 security context object
87 </dd> 87 </dd>
88 <dt><i>config</i> (dict)</dt> 88 <dt><i>_config</i> (dict)</dt>
89 <dd> 89 <dd>
90 dictionary with configuration data 90 dictionary with configuration data (unused)
91 </dd> 91 </dd>
92 </dl> 92 </dl>
93 <div align="right"><a href="#top">Up</a></div> 93 <div align="right"><a href="#top">Up</a></div>
94 <hr /> 94 <hr />
95 <hr /> 95 <hr />

eric ide

mercurial