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

branch
eric7
changeset 10479
856476537696
parent 10259
b51dfacef37f
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,28 +7,25 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability</h1>
-
 <p>
 Module implementing checks for potential XSS vulnerability.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#DeepAssignation">DeepAssignation</a></td>
 <td>Class to perform a deep analysis of an assign.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#checkDjangoXssVulnerability">checkDjangoXssVulnerability</a></td>
 <td>Function to check for potential XSS vulnerability.</td>
@@ -54,30 +51,29 @@
 <td>Function to transform a variable node to a call node.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="DeepAssignation" ID="DeepAssignation"></a>
 <h2>DeepAssignation</h2>
-
 <p>
     Class to perform a deep analysis of an assign.
 </p>
+
 <h3>Derived from</h3>
 None
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#DeepAssignation.__init__">DeepAssignation</a></td>
 <td>Constructor</td>
@@ -91,19 +87,20 @@
 <td>Public method to check, if the variable is assigned to.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="DeepAssignation.__init__" ID="DeepAssignation.__init__"></a>
 <h4>DeepAssignation (Constructor)</h4>
 <b>DeepAssignation</b>(<i>varName, ignoreNodes=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>varName</i> (str)</dt>
@@ -118,10 +115,10 @@
 <a NAME="DeepAssignation.isAssigned" ID="DeepAssignation.isAssigned"></a>
 <h4>DeepAssignation.isAssigned</h4>
 <b>isAssigned</b>(<i>node</i>)
-
 <p>
         Public method to check assignment against a given node.
 </p>
+
 <dl>
 
 <dt><i>node</i> (ast.AST)</dt>
@@ -144,10 +141,10 @@
 <a NAME="DeepAssignation.isAssignedIn" ID="DeepAssignation.isAssignedIn"></a>
 <h4>DeepAssignation.isAssignedIn</h4>
 <b>isAssignedIn</b>(<i>items</i>)
-
 <p>
         Public method to check, if the variable is assigned to.
 </p>
+
 <dl>
 
 <dt><i>items</i> (list of ast.AST)</dt>
@@ -173,10 +170,10 @@
 <a NAME="checkDjangoXssVulnerability" ID="checkDjangoXssVulnerability"></a>
 <h2>checkDjangoXssVulnerability</h2>
 <b>checkDjangoXssVulnerability</b>(<i>reportError, context, config</i>)
-
 <p>
     Function to check for potential XSS vulnerability.
 </p>
+
 <dl>
 
 <dt><i>reportError</i> (func)</dt>
@@ -198,10 +195,10 @@
 <a NAME="checkPotentialRisk" ID="checkPotentialRisk"></a>
 <h2>checkPotentialRisk</h2>
 <b>checkPotentialRisk</b>(<i>reportError, node</i>)
-
 <p>
     Function to check a given node for a potential XSS vulnerability.
 </p>
+
 <dl>
 
 <dt><i>reportError</i> (func)</dt>
@@ -219,10 +216,10 @@
 <a NAME="evaluateCall" ID="evaluateCall"></a>
 <h2>evaluateCall</h2>
 <b>evaluateCall</b>(<i>call, parent, ignoreNodes=None</i>)
-
 <p>
     Function to evaluate a call node for potential XSS vulnerability.
 </p>
+
 <dl>
 
 <dt><i>call</i> (ast.Call)</dt>
@@ -256,10 +253,10 @@
 <a NAME="evaluateVar" ID="evaluateVar"></a>
 <h2>evaluateVar</h2>
 <b>evaluateVar</b>(<i>xssVar, parent, until, ignoreNodes=None</i>)
-
 <p>
     Function to evaluate a variable node for potential XSS vulnerability.
 </p>
+
 <dl>
 
 <dt><i>xssVar</i> (ast.Name)</dt>
@@ -297,10 +294,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>
@@ -320,10 +317,10 @@
 <a NAME="transform2call" ID="transform2call"></a>
 <h2>transform2call</h2>
 <b>transform2call</b>(<i>var</i>)
-
 <p>
     Function to transform a variable node to a call node.
 </p>
+
 <dl>
 
 <dt><i>var</i> (ast.BinOp)</dt>
@@ -345,4 +342,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial