src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoXssVulnerability.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
33 (checkDjangoXssVulnerability, ("S703",)), 33 (checkDjangoXssVulnerability, ("S703",)),
34 ], 34 ],
35 } 35 }
36 36
37 37
38 def checkDjangoXssVulnerability(reportError, context, config): 38 def checkDjangoXssVulnerability(reportError, context, config): # noqa: U100
39 """ 39 """
40 Function to check for potential XSS vulnerability. 40 Function to check for potential XSS vulnerability.
41 41
42 @param reportError function to be used to report errors 42 @param reportError function to be used to report errors
43 @type func 43 @type func

eric ide

mercurial