comparison: eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html
eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html
- changeset 7989
- a21d673a8f99
- parent 7641
- 21ea4fd50b0a
- child 8215
- fc5d68a6889e
equal
deleted
inserted
replaced
142 <dd> |
142 <dd> |
143 node to check against |
143 node to check against |
144 </dd> |
144 </dd> |
145 </dl> |
145 </dl> |
146 <dl> |
146 <dl> |
147 <dt>Returns:</dt> |
147 <dt>Return:</dt> |
148 <dd> |
148 <dd> |
149 flag indicating an assignement |
149 flag indicating an assignement |
150 </dd> |
150 </dd> |
151 </dl> |
151 </dl> |
152 <dl> |
152 <dl> |
168 <dd> |
168 <dd> |
169 list of nodes to check against |
169 list of nodes to check against |
170 </dd> |
170 </dd> |
171 </dl> |
171 </dl> |
172 <dl> |
172 <dl> |
173 <dt>Returns:</dt> |
173 <dt>Return:</dt> |
174 <dd> |
174 <dd> |
175 list of nodes assigned |
175 list of nodes assigned |
176 </dd> |
176 </dd> |
177 </dl> |
177 </dl> |
178 <dl> |
178 <dl> |
251 <dd> |
251 <dd> |
252 list of nodes to ignore |
252 list of nodes to ignore |
253 </dd> |
253 </dd> |
254 </dl> |
254 </dl> |
255 <dl> |
255 <dl> |
256 <dt>Returns:</dt> |
256 <dt>Return:</dt> |
257 <dd> |
257 <dd> |
258 flag indicating a secure evaluation |
258 flag indicating a secure evaluation |
259 </dd> |
259 </dd> |
260 </dl> |
260 </dl> |
261 <dl> |
261 <dl> |
292 <dd> |
292 <dd> |
293 list of nodes to ignore |
293 list of nodes to ignore |
294 </dd> |
294 </dd> |
295 </dl> |
295 </dl> |
296 <dl> |
296 <dl> |
297 <dt>Returns:</dt> |
297 <dt>Return:</dt> |
298 <dd> |
298 <dd> |
299 flag indicating a secure evaluation |
299 flag indicating a secure evaluation |
300 </dd> |
300 </dd> |
301 </dl> |
301 </dl> |
302 <dl> |
302 <dl> |
314 |
314 |
315 <p> |
315 <p> |
316 Public method to get a dictionary with checks handled by this module. |
316 Public method to get a dictionary with checks handled by this module. |
317 </p> |
317 </p> |
318 <dl> |
318 <dl> |
319 <dt>Returns:</dt> |
319 <dt>Return:</dt> |
320 <dd> |
320 <dd> |
321 dictionary containing checker lists containing checker function and |
321 dictionary containing checker lists containing checker function and |
322 list of codes |
322 list of codes |
323 </dd> |
323 </dd> |
324 </dl> |
324 </dl> |
344 <dd> |
344 <dd> |
345 variable node |
345 variable node |
346 </dd> |
346 </dd> |
347 </dl> |
347 </dl> |
348 <dl> |
348 <dl> |
349 <dt>Returns:</dt> |
349 <dt>Return:</dt> |
350 <dd> |
350 <dd> |
351 call node |
351 call node |
352 </dd> |
352 </dd> |
353 </dl> |
353 </dl> |
354 <dl> |
354 <dl> |

