comparison: eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.html
eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.html
- changeset 7989
- a21d673a8f99
- parent 7624
- 6eabbcf3bdf8
equal
deleted
inserted
replaced
71 <dd> |
71 <dd> |
72 string data to be checked |
72 string data to be checked |
73 </dd> |
73 </dd> |
74 </dl> |
74 </dl> |
75 <dl> |
75 <dl> |
76 <dt>Returns:</dt> |
76 <dt>Return:</dt> |
77 <dd> |
77 <dd> |
78 flag indicating a match |
78 flag indicating a match |
79 </dd> |
79 </dd> |
80 </dl> |
80 </dl> |
81 <dl> |
81 <dl> |
100 <dd> |
100 <dd> |
101 ast node to be analyzed |
101 ast node to be analyzed |
102 </dd> |
102 </dd> |
103 </dl> |
103 </dl> |
104 <dl> |
104 <dl> |
105 <dt>Returns:</dt> |
105 <dt>Return:</dt> |
106 <dd> |
106 <dd> |
107 tuple containing a flag indicating an execute call and |
107 tuple containing a flag indicating an execute call and |
108 the resulting statement |
108 the resulting statement |
109 </dd> |
109 </dd> |
110 </dl> |
110 </dl> |
148 |
148 |
149 <p> |
149 <p> |
150 Public method to get a dictionary with checks handled by this module. |
150 Public method to get a dictionary with checks handled by this module. |
151 </p> |
151 </p> |
152 <dl> |
152 <dl> |
153 <dt>Returns:</dt> |
153 <dt>Return:</dt> |
154 <dd> |
154 <dd> |
155 dictionary containing checker lists containing checker function and |
155 dictionary containing checker lists containing checker function and |
156 list of codes |
156 list of codes |
157 </dd> |
157 </dd> |
158 </dl> |
158 </dl> |

