src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker.html

branch
eric7
changeset 10479
856476537696
parent 9209
b99e7fd55fd3
child 11150
73d80859079c
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker</h1>
-
 <p>
 Module implementing the security checker.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#SecurityChecker">SecurityChecker</a></td>
 <td>Class implementing a checker for security issues.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="SecurityChecker" ID="SecurityChecker"></a>
 <h2>SecurityChecker</h2>
-
 <p>
     Class implementing a checker for security issues.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>Codes</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#SecurityChecker.__init__">SecurityChecker</a></td>
 <td>Constructor</td>
@@ -75,19 +72,20 @@
 <td>Public method to check the given source against security related conditions.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="SecurityChecker.__init__" ID="SecurityChecker.__init__"></a>
 <h4>SecurityChecker (Constructor)</h4>
 <b>SecurityChecker</b>(<i>source, filename, tree, select, ignore, expected, repeat, args</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>source</i> (list of str)</dt>
@@ -126,10 +124,10 @@
 <a NAME="SecurityChecker.__ignoreCode" ID="SecurityChecker.__ignoreCode"></a>
 <h4>SecurityChecker.__ignoreCode</h4>
 <b>__ignoreCode</b>(<i>code</i>)
-
 <p>
         Private method to check if the message code should be ignored.
 </p>
+
 <dl>
 
 <dt><i>code</i> (str)</dt>
@@ -152,10 +150,10 @@
 <a NAME="SecurityChecker.getConfig" ID="SecurityChecker.getConfig"></a>
 <h4>SecurityChecker.getConfig</h4>
 <b>getConfig</b>(<i></i>)
-
 <p>
         Public method to get the configuration dictionary.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -171,10 +169,10 @@
 <a NAME="SecurityChecker.reportError" ID="SecurityChecker.reportError"></a>
 <h4>SecurityChecker.reportError</h4>
 <b>reportError</b>(<i>lineNumber, offset, code, severity, confidence, *args</i>)
-
 <p>
         Public method to record an issue.
 </p>
+
 <dl>
 
 <dt><i>lineNumber</i> (int)</dt>
@@ -207,11 +205,11 @@
 <a NAME="SecurityChecker.run" ID="SecurityChecker.run"></a>
 <h4>SecurityChecker.run</h4>
 <b>run</b>(<i></i>)
-
 <p>
         Public method to check the given source against security related
         conditions.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial