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

branch
eric7
changeset 10259
b51dfacef37f
parent 10070
9f5758c0fec1
child 10479
856476537696
diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html	Fri Oct 27 14:07:03 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html	Fri Oct 27 14:09:40 2023 +0200
@@ -27,7 +27,7 @@
 
 <tr>
 <td><a href="#checkFlaskDebug">checkFlaskDebug</a></td>
-<td></td>
+<td>Function to check for a flask app being run with debug.</td>
 </tr>
 <tr>
 <td><a href="#getChecks">getChecks</a></td>
@@ -40,6 +40,24 @@
 <h2>checkFlaskDebug</h2>
 <b>checkFlaskDebug</b>(<i>reportError, context, config</i>)
 
+<p>
+    Function to check for a flask app being run with debug.
+</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