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

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
50 return {"Other": value} 50 return {"Other": value}
51 51
52 return {} 52 return {}
53 53
54 54
55 def checkTarfileUnsafeMembers(reportError, context, config): 55 def checkTarfileUnsafeMembers(reportError, context, config): # noqa: U100
56 """ 56 """
57 Function to check for insecure use of 'tarfile.extracall()'. 57 Function to check for insecure use of 'tarfile.extracall()'.
58 58
59 @param reportError function to be used to report errors 59 @param reportError function to be used to report errors
60 @type func 60 @type func

eric ide

mercurial