--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityNodeVisitor.html Mon Oct 21 16:21:24 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityNodeVisitor.html Mon Oct 21 19:31:11 2024 +0200 @@ -72,6 +72,10 @@ <td>Private method defining a visitor for AST FunctionDef and AsyncFunctionDef nodes.</td> </tr> <tr> +<td><a href="#SecurityNodeVisitor.checkFile">checkFile</a></td> +<td>Public method to run File type checks, that don't operate on the AST.</td> +</tr> +<tr> <td><a href="#SecurityNodeVisitor.generic_visit">generic_visit</a></td> <td>Public method to drive the node visitor.</td> </tr> @@ -117,7 +121,7 @@ <a NAME="SecurityNodeVisitor.__init__" ID="SecurityNodeVisitor.__init__"></a> <h4>SecurityNodeVisitor (Constructor)</h4> -<b>SecurityNodeVisitor</b>(<i>checker, secCheckers, filename</i>) +<b>SecurityNodeVisitor</b>(<i>checker, secCheckers, filename, fileData</i>) <p> Constructor </p> @@ -136,6 +140,10 @@ <dd> name of the checked file </dd> +<dt><i>fileData</i> (str)</dt> +<dd> +contents of the checked file +</dd> </dl> <a NAME="SecurityNodeVisitor.__postVisit" ID="SecurityNodeVisitor.__postVisit"></a> <h4>SecurityNodeVisitor.__postVisit</h4> @@ -211,6 +219,13 @@ reference to the node being inspected </dd> </dl> +<a NAME="SecurityNodeVisitor.checkFile" ID="SecurityNodeVisitor.checkFile"></a> +<h4>SecurityNodeVisitor.checkFile</h4> +<b>checkFile</b>(<i></i>) +<p> + Public method to run File type checks, that don't operate on the AST. +</p> + <a NAME="SecurityNodeVisitor.generic_visit" ID="SecurityNodeVisitor.generic_visit"></a> <h4>SecurityNodeVisitor.generic_visit</h4> <b>generic_visit</b>(<i>node</i>)