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 |