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

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10169
0f70a4ef4592
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
91 return (name in names, statement) 91 return (name in names, statement)
92 else: 92 else:
93 return (False, statement) 93 return (False, statement)
94 94
95 95
96 def checkHardcodedSqlExpressions(reportError, context, config): 96 def checkHardcodedSqlExpressions(reportError, context, config): # noqa: U100
97 """ 97 """
98 Function to check for SQL injection. 98 Function to check for SQL injection.
99 99
100 @param reportError function to be used to report errors 100 @param reportError function to be used to report errors
101 @type func 101 @type func

eric ide

mercurial