diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,24 +7,22 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell</h1> - <p> Module implementing a check for shell injection. </p> + <h3>Global Attributes</h3> - <table> <tr><td>fullPathMatchRe</td></tr> </table> + <h3>Classes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#_evaluateShellCall">_evaluateShellCall</a></td> <td>Function to determine the severity of a shell call.</td> @@ -62,15 +60,16 @@ <td>Function to check, if the node of the context contains the shell keyword.</td> </tr> </table> + <hr /> <hr /> <a NAME="_evaluateShellCall" ID="_evaluateShellCall"></a> <h2>_evaluateShellCall</h2> <b>_evaluateShellCall</b>(<i>context</i>) - <p> Function to determine the severity of a shell call. </p> + <dl> <dt><i>context</i> (SecurityContext)</dt> @@ -96,10 +95,10 @@ <a NAME="checkOtherFunctionWithShell" ID="checkOtherFunctionWithShell"></a> <h2>checkOtherFunctionWithShell</h2> <b>checkOtherFunctionWithShell</b>(<i>reportError, context, config</i>) - <p> Function to check for any function with shell equals true. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -121,10 +120,10 @@ <a NAME="checkStartProcessWithNoShell" ID="checkStartProcessWithNoShell"></a> <h2>checkStartProcessWithNoShell</h2> <b>checkStartProcessWithNoShell</b>(<i>reportError, context, config</i>) - <p> Function to check for starting a process with no shell. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -146,10 +145,10 @@ <a NAME="checkStartProcessWithPartialPath" ID="checkStartProcessWithPartialPath"></a> <h2>checkStartProcessWithPartialPath</h2> <b>checkStartProcessWithPartialPath</b>(<i>reportError, context, config</i>) - <p> Function to check for starting a process with no shell. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -171,10 +170,10 @@ <a NAME="checkStartProcessWithShell" ID="checkStartProcessWithShell"></a> <h2>checkStartProcessWithShell</h2> <b>checkStartProcessWithShell</b>(<i>reportError, context, config</i>) - <p> Function to check for starting a process with a shell. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -196,10 +195,10 @@ <a NAME="checkSubprocessPopenWithShell" ID="checkSubprocessPopenWithShell"></a> <h2>checkSubprocessPopenWithShell</h2> <b>checkSubprocessPopenWithShell</b>(<i>reportError, context, config</i>) - <p> Function to check for use of popen with shell equals true. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -221,10 +220,10 @@ <a NAME="checkSubprocessPopenWithoutShell" ID="checkSubprocessPopenWithoutShell"></a> <h2>checkSubprocessPopenWithoutShell</h2> <b>checkSubprocessPopenWithoutShell</b>(<i>reportError, context, config</i>) - <p> Function to check for use of popen without shell equals true. </p> + <dl> <dt><i>reportError</i> (func)</dt> @@ -246,10 +245,10 @@ <a NAME="getChecks" ID="getChecks"></a> <h2>getChecks</h2> <b>getChecks</b>(<i></i>) - <p> Public method to get a dictionary with checks handled by this module. </p> + <dl> <dt>Return:</dt> <dd> @@ -269,10 +268,10 @@ <a NAME="hasShell" ID="hasShell"></a> <h2>hasShell</h2> <b>hasShell</b>(<i>context</i>) - <p> Function to check, if the node of the context contains the shell keyword. </p> + <dl> <dt><i>context</i> (SecurityContext)</dt> @@ -294,4 +293,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>